StatisticalLimitFilter Class Reference
[Filters]

#include <StatisticalLimitFilter.h>

Inheritance diagram for StatisticalLimitFilter:

Inheritance graph
[legend]
Collaboration diagram for StatisticalLimitFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

Like StatisticalFilter, but only keeps up to 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

The documentation for this class was generated from the following files:

Generated on Sat Oct 4 21:30:30 2008 for Mace Library by  doxygen 1.5.5