statistics

Travis Oliphant oliphant.travis at ieee.org
Sun Dec 29 23:29:48 EST 2002


> 
> > Hi,
> > i am looking for a  module which deals with statistic problems. Is 
> > there
> > something?
> > In particular I need a function that calculates the values for the
> > t-test (and gives out the t-value from the t-table).
> > Thanks in advance, Andreas.


Try SciPy (www.scipy.org).  There is a large library of statistical
tools available with it.

e.g.

import scipy
tval = scipy.stats.t.cdf(val)


-Travis Oliphant


> > -- 
> > http://mail.python.org/mailman/listinfo/python-list
> >



More information about the Python-list mailing list