public class StandardDeviation extends AbstractAggregation
Constructor and Description |
---|
StandardDeviation() |
Modifier and Type | Method and Description |
---|---|
protected Number |
getValue()
Obtains the value generated via the series of next value calls
|
protected void |
next(Number value)
Defines the next value in the array to the mathmatical function
|
invoke
protected void next(Number value)
AbstractAggregation
next
in class AbstractAggregation
value
- The numerical value to process nextprotected Number getValue()
AbstractAggregation
getValue
in class AbstractAggregation
Copyright © 2020. All rights reserved.