Statistics tool box.

Tim Churches tchur at optushome.com.au
Fri Jul 13 21:06:38 EDT 2001


Prem Rachakonda wrote:
> 
> 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()

First of all, install Numerical Python (Numpy) - see
http://numpy.sourceforge.net

Numpy includes a set of MATLAB-compatible functions.

Then look at Gary Strangman's stats.py module:

http://www.nmr.mgh.harvard.edu/Neural_Systems_Group/gary/python.html

Tim C
Sydney, Asutralia




More information about the Python-list mailing list