Gregory P. Smith added the comment:

note, 
http://docs.scipy.org/doc/scipy/reference/stats.html#statistical-functions is a 
very popular module for statistics in Python.

One of the more frequent things I see people include the entire beast of a code 
base (scipy and numpy) for is the student's t-test functions.

I don't think we can include code from scipy due to license reasons so any 
implementor should NOT be looking at the scipy code, just the docs for API 
inspirations.

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18606>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to