This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, steven.daprano
Date 2019-08-09.04:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565325806.95.0.315734354533.issue37798@roundup.psfhosted.org>
In-reply-to
Content
Create new module:  Modules/_statisticsmodule.c

Add a function:    _normal_dist_inv_cdf(p, mu, sigma) |-> x

Mostly, it should be a cut-and-paste from the pure Python version, just add argument processing and semi-colons.

Expect to measure a manyfold speedup.
History
Date User Action Args
2019-08-09 04:43:26rhettingersetrecipients: + rhettinger, steven.daprano
2019-08-09 04:43:26rhettingersetmessageid: <1565325806.95.0.315734354533.issue37798@roundup.psfhosted.org>
2019-08-09 04:43:26rhettingerlinkissue37798 messages
2019-08-09 04:43:26rhettingercreate