We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pandas.pydata.org/docs/user_guide/window.html#exponentially-weighted-window
Currently, it reads
However, I don't understand why the denominator doesn't also sum over time, as is shown in the general formula at the beginning of the section:
I haven't done much windowing at all, so this may very well be me misunderstanding something
cc @mroeschke in #40099 , then if the timedelta is zero, then I think the current formula would give an expanding sum rather than an expanding mean
The text was updated successfully, but these errors were encountered:
Thanks for the catch @MarcoGorelli! You are correct; there should be a summation in the denominator as well.
Sorry, something went wrong.
take
DOC: fixup formula for exponentially weighted mean with input vector …
d7a4e84
…of times? pandas-dev#40327
bfefa19
…of times? #40327 (#40343)
1f19dca
…of times? pandas-dev#40327 (pandas-dev#40343)
mschmookler
Successfully merging a pull request may close this issue.
Location of the documentation
https://pandas.pydata.org/docs/user_guide/window.html#exponentially-weighted-window
Documentation problem
Currently, it reads
However, I don't understand why the denominator doesn't also sum over time, as is shown in the general formula at the beginning of the section:
Suggested fix for documentation
I haven't done much windowing at all, so this may very well be me misunderstanding something
cc @mroeschke in #40099 , then if the timedelta is zero, then I think the current formula would give an expanding sum rather than an expanding mean
The text was updated successfully, but these errors were encountered: