Compact Python library for math statistics

Asier katximan at gmx.net
Tue Apr 6 19:51:29 EDT 2004


> > I'm looking for a Python library for math statistics. This must be a cl
> ear set of general statistics functions like 'average', 'variance', 'cova
> riance' etc.

Have you looked at PyGSL? http://pygsl.sf.net

I've programmed with the GSL library in C and works very well and
fast. It has code for a very long list of mathematical functions.
Currently pygsl is a WIP but has some modules completed.

--
Asier.



More information about the Python-list mailing list