Monitors a statistical process. More...
#include <Stationarity.h>
Monitors a statistical process.
Monitor a process (based on one value) for its stabilization. relativeAtEnd() or absoluteAtEnd() returns true if the maximum deviation does not exceed a ratio times the mean(), or simply a threshold.
ratio is given in the constructor. The monitored length must be fixed in the constructor.