statistical analysis tools in python?

Thomas Nelson thn at mail.utexas.edu
Tue Jul 18 13:28:32 EDT 2006


Actually, after a little looking, the simple stats.py module at
http://www.nmr.mgh.harvard.edu/Neural_Systems_Group/gary/python.html
is exactly what I needed.  It may not be as fast or as comprehensive as
scipy or R, but installation simply involves downloading the module and
importing into the code, and it has the ttests I was looking for.
Thanks,
THN

gblais at cox.net wrote:
> And there is a python interface to R, so that you can call R routines from
> Python.  R is a free stat language that has all the tests you've mentioned,
> 
> Gerry




More information about the Python-list mailing list