-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
PERF: Poor numerical stability of rolling_kurt and rolling_skew #6929
Labels
Numeric Operations
Arithmetic, Comparison, and Logical operations
Performance
Memory or execution speed performance
Window
rolling, ewma, expanding
Milestone
Comments
#6817 fixed it for |
Note also #8086. |
jreback
changed the title
PERF: Poor numerical stability of
PERF: Poor numerical stability of rolling_kurt and rolling_skew
Sep 30, 2014
rolling_kurt
and rolling_skew
mroeschke
added
Window
rolling, ewma, expanding
Performance
Memory or execution speed performance
and removed
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
labels
Dec 24, 2019
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Numeric Operations
Arithmetic, Comparison, and Logical operations
Performance
Memory or execution speed performance
Window
rolling, ewma, expanding
The numerical stability of the current implementation of
rolling_kurt
androlling_skew
is very poor:This can be solved using an updating algorithm, similar to what is done in #6817 for
rolling_var
.The text was updated successfully, but these errors were encountered: