This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients iritkatriel, steven.daprano, vstinner, wolma
Date 2021-08-20.13:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629465114.96.0.159232485298.issue21184@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce this on 3.11, was it fixed?

>>> import statistics
>>> data = [1, 2, 2, 2, 3, 4]
>>> statistics.pvariance(data)
0.8888888888888888
>>> statistics.pvariance(data, 2.5)
0.9166666666666666
>>>
History
Date User Action Args
2021-08-20 13:11:54iritkatrielsetrecipients: + iritkatriel, vstinner, steven.daprano, wolma
2021-08-20 13:11:54iritkatrielsetmessageid: <1629465114.96.0.159232485298.issue21184@roundup.psfhosted.org>
2021-08-20 13:11:54iritkatriellinkissue21184 messages
2021-08-20 13:11:54iritkatrielcreate