[New-bugs-announce] [issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()

Raymond Hettinger report at bugs.python.org
Fri Aug 9 00:43:26 EDT 2019


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

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.

----------
components: Extension Modules
keywords: easy (C)
messages: 349273
nosy: rhettinger, steven.daprano
priority: normal
severity: normal
status: open
title: Add C fastpath for statistics.NormalDist.inv_cdf()
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37798>
_______________________________________


More information about the New-bugs-announce mailing list