[Matrix-SIG] Statistics functions for python

Gary Strangman strang@nmr.mgh.harvard.edu
Sun, 06 Dec 1998 16:13:14 -0500


All,

I would like to announce the availability of my stats.py module.
The module computes various basic statistical functions (mean,
standard error, etc.) as well as some not-so-basic ones (non-
parametric t-tests, various correlations, within/between-subject
ANOVAs, etc.).  One set of functions has been written for use
with list/tuple arguments while a second set has been written
for NumPy array arguments.  (The latter set of functions are (of
course) faster, and usually offer more argument options.)  The
module can be accessed at:

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

Note that the module also requires my pstat.py module, which is
available at the same web address.  Any additions to the collection
(or bug reports) are most welcome.

Happy stats-ing!

Gary

-----------------------------------------------------------------
Gary Strangman, PhD           |  Neural Systems Group
Office: 617-724-0662          |  Massachusetts General Hospital
strang at nmr.mgh.harvard.edu |  13th Street, Bldg 149, Room 9103
                              |  Charlestown, MA  02129
http://www.nmr.mgh.harvard.edu/Neural_Systems_Group/gary/