statistics
Cy Edmunds
cedmunds at NOSPAM.rochester.rr.com
Fri Dec 20 11:45:44 EST 2002
"Andreas Steffen" <LisaBizarre at gmx.de> wrote in message
news:3E02F736.C3097168 at gmx.de...
> 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.
>
If a C function will do, you can get what you need at
http://www.netlib.org/cephes/
Get the file cprob.tgz, unzip it, and have a look at stdtr.c.
If you would like a C++ wrapper (which actually may be more work for you,
though):
http://home.rochester.rr.com/cyhome/uvs/
I'm new to Python myself so don't know of similar resources in Python.
Cy
More information about the Python-list
mailing list