Statistics tool box.

Travis Oliphant oliphant at ee.byu.edu
Thu Jul 19 15:06:17 EDT 2001


> Hi,
>   I am trying to convert my matlab scripts into Python. But I see that
> there are no equivalent stat. tools in Python. If there are any, could you
> please let me know. I am looking for the functions similar to:
>
> normrnd()
> unifrnd()
> hist()
>

The equivalent functionality is available but you need to install Numeric,
Scientifc Python (Konrad Hinsen), and the stats package.  Alternatively,
wait a couple of weeks for the alpha release of SciPy.

-Travis Oliphant




More information about the Python-list mailing list