RobTillaart / RunningAverage

Arduino library to calculate the running average by means of a circular buffer.
MIT License
53 stars 10 forks source link

Add (running) coefficient of variation #33

Closed RobTillaart closed 1 month ago

RobTillaart commented 2 months ago

https://en.wikipedia.org/wiki/Coefficient_of_variation (intro, pro & con)

Indicator if the stddev is relative large or small VC = stddev / mean (mean != 0)