-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: Poor numerical stability of rolling_kurt and rolling_skew #6929
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
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. |
rolling_kurt
and rolling_skew
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: