Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Exponentaion weighed functions #13

Open
ritchie46 opened this issue Dec 1, 2021 · 1 comment
Open

Exponentaion weighed functions #13

ritchie46 opened this issue Dec 1, 2021 · 1 comment

Comments

@ritchie46
Copy link
Member

Someone asked if we could support this: https://pandas.pydata.org/pandas-docs/stable/user_guide/window.html#window-exponentially-weighted

I haven't looked at it much, but it seems like this should be possible with some cumulative expression kung fu.

@koaning
Copy link
Collaborator

koaning commented Dec 1, 2021

Exponential smoothing only looks at the previous value. I think it's just using a .diff() might do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants