forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 3
online ewma #46
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
Comments
API Proposal
So the flow would be:
|
what if we do this
|
xref #48 |
Last week we were discussing how to pass the update data, and I think the two options we're still discussing boil down to:
I still prefer 2 over 1, because:
|
what about option 3
what about agg
another way
or in concise notation
|
option 4
|
option 5
|
Method 3 Demo'd in #49 |
Closed by pandas-dev#41888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tis is an implementation of online ewma. its self contained, copying mostly the pandas ewma implementation (and exposing the outputs).
code
tests
The text was updated successfully, but these errors were encountered: