diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2020-04-16 17:25:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:25:14 (GMT) |
commit | 70f027dd22d6522b777d10c250f951e5e416b93a (patch) | |
tree | b0208da206e983459af5eb714dc38ed026c51153 /Misc | |
parent | 518835f3354d6672e61c9f52348c1e4a2533ea00 (diff) | |
download | cpython-70f027dd22d6522b777d10c250f951e5e416b93a.zip cpython-70f027dd22d6522b777d10c250f951e5e416b93a.tar.gz cpython-70f027dd22d6522b777d10c250f951e5e416b93a.tar.bz2 |
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-04-15-16-43-48.bpo-40290.eqCMGJ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-04-15-16-43-48.bpo-40290.eqCMGJ.rst b/Misc/NEWS.d/next/Library/2020-04-15-16-43-48.bpo-40290.eqCMGJ.rst new file mode 100644 index 0000000..a930cee --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-04-15-16-43-48.bpo-40290.eqCMGJ.rst @@ -0,0 +1 @@ +Added zscore() to statistics.NormalDist(). |