]> granicus.if.org Git - python/commit
Simplify overlap() formula for case where variances are equal (GH-12323)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 14 Mar 2019 09:25:26 +0000 (02:25 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Mar 2019 09:25:26 +0000 (02:25 -0700)
commit41f0b78cbf204649bbae71662a115425c58f048d
tree5d8c44ce22351b41e774d99c4e7c9b15f3be06d3
parent3191391515824fa7f3c573d807f1034c6a28fab3
Simplify overlap() formula for case where variances are equal (GH-12323)
Lib/statistics.py