MeanAndVarOnTheFly

Data Processing

Calculate mean and variance not storing individual values in memory.
Mean, biased variance and unbiased variance are computed in a quick, low memory footprint, algorithm. It works with any signed integral type. Some ADC filters are provided as example.

Author: afpineda

Maintainer: afpineda

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.