On Wed, Sep 2, 2009 at 2:15 PM, Raymond Hettinger <pyt...@rcn.com> wrote:

> ISTM, there ought to be a statistics module that can calculate
> cumulative distribution functions for a variety of distributions.
> This would be far more helpful than creating more generators.
>

Many of the formulas for cumulative distribution functions require math
functions not currently provided by Python (erf, gamma, etc.).

(http://bugs.python.org/issue3366 includes a patch to provide them)

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to