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 rhettinger
Recipients iritkatriel, mark.dickinson, reed, rhettinger, steven.daprano, xtreak
Date 2021-08-26.16:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629995752.18.0.333980013308.issue39218@roundup.psfhosted.org>
In-reply-to
Content
> what it's correcting for is an inaccurate value of "c" [...]

I'll leave the logic as-is and just add a note about what is being corrected.

> Numerically, it's probably not helpful.

To make a difference, the mean would have to have huge magnitude relative to the variance; otherwise, squaring the error would drown it out to zero.

The mean() should already be accurate to within a 1/2 ulp.  The summation and division are exact.  There is only a single rounding when the result converts from Fraction to a float or decimal.
History
Date User Action Args
2021-08-26 16:35:52rhettingersetrecipients: + rhettinger, mark.dickinson, steven.daprano, xtreak, reed, iritkatriel
2021-08-26 16:35:52rhettingersetmessageid: <1629995752.18.0.333980013308.issue39218@roundup.psfhosted.org>
2021-08-26 16:35:52rhettingerlinkissue39218 messages
2021-08-26 16:35:52rhettingercreate