Use exponential moving averages for download smoothing in charts #4335
djc
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Exponential moving averages have some advantages over using simple windowed averages: no large changes as the window edges advance through outliers, and it's easy to tweak how sensitive they are to change through the decay parameter. Would there be an interest in iterating on this?
Beta Was this translation helpful? Give feedback.
All reactions