New submission from Raymond Hettinger <raymond.hettin...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue37798> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com