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
Hi, is there a way to calculate simple exponential smoothing (or exponential moving average)? That is, s = a * x + (1 - a) * s for some 0 < a < 1
If not, would you (or anyone) be interested in PR?
The text was updated successfully, but these errors were encountered:
Hi, is there a way to calculate simple exponential smoothing (or exponential moving average)? That is,
s = a * x + (1 - a) * s
for some0 < a < 1
If not, would you (or anyone) be interested in PR?
The text was updated successfully, but these errors were encountered: