[issue36169] Add overlap() method to statistics.NormalDist()

2019-03-02 Thread Raymond Hettinger
New submission from Raymond Hettinger : -- How to use it -- What percentage of men and women will have the same height in two normally distributed populations with known means and standard deviations? # http://www.usablestats.com/lessons/normal >>> men = NormalDist(70, 4)

[issue36169] Add overlap() method to statistics.NormalDist()

2019-03-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Another cross-check can be had with this nomogram: https://www.rasch.org/rmt/rmt101r.htm -- ___ Python tracker ___ __

[issue36169] Add overlap() method to statistics.NormalDist()

2019-03-03 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +12149 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue36169] Add overlap() method to statistics.NormalDist()

2019-03-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 318d537daabf2bd5f781255c7e25bfce260cf227 by Raymond Hettinger in branch 'master': bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) https://github.com/python/cpython/commit/318d537daabf2bd5f781255c7e25bfce260cf227 ---

[issue36169] Add overlap() method to statistics.NormalDist()

2019-03-06 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___