Skip to content
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

Implement ewm_std_by, ewm_var_by #19652

Open
Heiaha opened this issue Nov 5, 2024 · 1 comment
Open

Implement ewm_std_by, ewm_var_by #19652

Heiaha opened this issue Nov 5, 2024 · 1 comment
Labels
enhancement New feature or an improvement of an existing feature

Comments

@Heiaha
Copy link

Heiaha commented Nov 5, 2024

Description

Currently ewm_mean_by and ewm_mean are both available as expressions and series computations, where ewm_mean calculates weights its for each value in the sequence and ewm_mean_by calculates using a time-based moving average. However, there is no corresponding time based ewm_std_by or ewm_var_by. This request is for the implementation of time-based ewm_std_by and ewm_var_by.

@Heiaha Heiaha added the enhancement New feature or an improvement of an existing feature label Nov 5, 2024
@MarcoGorelli
Copy link
Collaborator

thanks for the request - do you have a reference for the formulae?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants