/rollingmean

C++ Rolling Mean

Primary LanguageC++MIT LicenseMIT

rollingmean

C++ Rolling Mean

Implements a fixed size FIFO that excludes outliers (the lowest and highest values) when calculating the sum and mean.