statistical analysis tools in python?

Thomas Nelson thn at mail.utexas.edu
Wed Jul 12 21:29:37 EDT 2006


Sorry if this is a FAQ, but I couldn't find a good summary through
google.  What kinds of statistical analysis tools exist in python?  I
really just need t-tests, chi-squared test, and other such tests of
statistical significance.  A few things point to numpy and scipy, but I
was surprised to find the documentation for numpy is not freely
available, and I thought it would be wise to ask here before I download
it and start hunting through the source code for what I want.  Is numpy
the best option for my simple needs?  Also I was a little surprised to
find nothing in the builtin python modules that can find standard
deviation, quartiles, etc.  Is this for any particular reason, or
perhaps no one has shown any interest?  I'd be willing to work on a
project to make simple single-variable analysis part of the builtin
python distribution.

Thanks all,

THN




More information about the Python-list mailing list