]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 16 Apr 2020 17:25:14 +0000 (10:25 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2020 17:25:14 +0000 (10:25 -0700)
commit70f027dd22d6522b777d10c250f951e5e416b93a
treeb0208da206e983459af5eb714dc38ed026c51153
parent518835f3354d6672e61c9f52348c1e4a2533ea00
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2020-04-15-16-43-48.bpo-40290.eqCMGJ.rst [new file with mode: 0644]