Compact Python library for math statistics

Gerrit gerrit at nl.linux.org
Fri Apr 2 06:17:16 EST 2004


������� ������� wrote:
> I'm looking for a Python library for math statistics. This must be a clear set of general statistics functions like 'average', 'variance', 'covariance' etc.

The next version of Python will have a 'statistics' module. It is
probably usable in Python 2.3 as well. You can find it in CVS:

http://cvs.sourceforge.net/viewcvs.py/*checkout*/python/python/nondist/sandbox/statistics/statistics.py

I'm not sure whether it's usable in current CVS, though. You may have to
tweak it a little.

Gerrit.

-- 
Weather in Twenthe, Netherlands 02/04 11:55 UTC:
	16.0°C Broken clouds mostly cloudy wind 4.5 m/s ESE (57 m above NAP)
-- 
Experiences with Asperger's Syndrome:
	http://topjaklont.student.utwente.nl/english/




More information about the Python-list mailing list