public class StandardDeviation extends AbstractAggregation
| Constructor and Description |
|---|
StandardDeviation() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Number |
getValue()
Obtains the value generated via the series of next value calls
|
protected void |
next(java.lang.Number value)
Defines the next value in the array to the mathmatical function
|
invokeprotected void next(java.lang.Number value)
AbstractAggregationnext in class AbstractAggregationvalue - The numerical value to process nextprotected java.lang.Number getValue()
AbstractAggregationgetValue in class AbstractAggregation