New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:
Give statistics.NormalDist()a method for computing the inverse cumulative distribution function. Model it after the NORM.INV function in MS Excel. https://support.office.com/en-us/article/norm-inv-function-54b30935-fee7-493c-bedb-2278a9db7e13 Use the high accuracy approximation found here: http://csg.sph.umich.edu/abecasis/gas_power_calculator/algorithm-as-241-the-percentage-points-of-the-normal-distribution.pdf ---------- assignee: steven.daprano components: Library (Lib) messages: 338120 nosy: rhettinger, steven.daprano priority: normal severity: normal status: open title: Inverse cumulative normal distribution function type: enhancement versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36324> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com