034d3bd424 | ||
---|---|---|
.. | ||
.gitignore | ||
LICENSE | ||
README.md | ||
ewma.go |
README.md
EWMA
EWMA: Exponentially Weighted Moving Average algorithms
This is a variant of EWMA.
Variant
During the "warmup" stage, it uses a just-in-time alpha
to get a more reasonable average.
Just one form.