[LWN Logo]

From: Gary Strangman <strang@nmr.mgh.harvard.edu>
Subject: Statistics functions for python
Date: Mon, 07 Dec 98 12:21:30 GMT

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/

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------