boostorg / boostorg/accumulators
[feature] Exponential Smoothing
Open
- Dominant language
- C++
- Stars
- 26
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Hi, is there a way to calculate simple exponential smoothing (or [exponential moving average](https://en.wikipedia.org/wiki/Moving_average#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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.