[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

/ cpython Public

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35904: Add statistics.fmean() #11892

Merged
merged 4 commits into from Feb 21, 2019
Merged

Conversation

Copy link
Contributor

rhettinger commented Feb 16, 2019

rhettinger added type-feature performance labels Feb 16, 2019
Copy link
Contributor

scoder left a comment

Patch looks very good to me.

Lib/statistics.py Outdated Show resolved Hide resolved
rhettinger added 3 commits Feb 16, 2019
In both examples, the mean() is called in a loop and the results
are expected to be floats.  In the context of Monte Carlo
estimation, high accuracy rather than perfect accuracy will suffice.
rhettinger merged commit 47d9987 into python:master Feb 21, 2019
5 checks passed
rhettinger deleted the statistics_fmean branch Feb 21, 2019
ma8ma pushed a commit to ma8ma/cpython that referenced this issue Apr 7, 2019
arnolddumas pushed a commit to arnolddumas/cpython that referenced this issue May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed performance type-feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants