You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
This discussion was converted from issue #1400 on December 23, 2021 00:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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