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.
Maintainer: afpineda
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.