| Constructor and Description |
|---|
SimpleMovingMean(int filterSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double d) |
double |
getFilteredValue()
Returns the current mean of the series of data values
up to this point.
|
public double getFilteredValue()
getFilteredValue in interface Filterd