-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-132893: Minor edits to the statistics module PR #133106
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
Conversation
Misc/NEWS.d/next/Library/2025-04-24-21-22-46.gh-issue-132893.KFuxZ2.rst
Outdated
Show resolved
Hide resolved
…FuxZ2.rst Co-authored-by: Stan Ulbrych <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edited the PR title to stop the bot from complaining.
A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this is more accurate wrt tests in the issue thread. Maybe "for inputs below the mean"?
|
The Misc/NEWS entry was inaccurate. For
statistics.NormalDist.cdf
, the noticeable improvement was for any x positive or negative that is below the mean.Eliminate a temporary variable that was only used once.