#include <StatisticalLimitFilter.h>


limit values.
Definition at line 53 of file StatisticalLimitFilter.h.
Public Member Functions | |
| void | update (double incoming) |
| To add a new value to the filter, you call update. What the filter does is up to the kind of filter it is. | |
| double | getDeviation () |
| get the standard deviation | |
| int | getCount () |
| get the number of samples | |
| double | getPercentile (double rank) |
| get the value at percentile rank | |
| int | reset () |
| reset the filter to 0 | |
1.5.5