-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: sample variance -> population variance (#46482) #46711
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
doc/source/user_guide/gotchas.rst
Outdated
@@ -367,7 +367,7 @@ integer arrays to floating when NAs must be introduced. | |||
Differences with NumPy | |||
---------------------- | |||
For :class:`Series` and :class:`DataFrame` objects, :meth:`~DataFrame.var` normalizes by | |||
``N-1`` to produce unbiased estimates of the sample variance, while NumPy's | |||
``N-1`` to produce unbiased estimates of the population variance, while NumPy's |
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.
why don't we also put the appropriate wiki link here as well.
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.
sounds good. for those who are confused with sample and population variance
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.
LGTM. Could you merge in the main branch one more time?
@mroeschke sorry i dont understand what you mean.... you mean another pull request? |
no what you did is fine |
This reverts commit b4f97fe.
thanks @kwhkim |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.