public class VarianceOperation extends java.lang.Object implements StatisticalOperation
Constructor and Description |
---|
VarianceOperation(StatisticsBand statisticsBand)
Variance
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Number value)
Operations done during processing
|
java.lang.Object |
getResult()
Gets the results after processing.
|
void |
post()
Operations done after processing
|
void |
pre()
Operations done before processing
|
public VarianceOperation(StatisticsBand statisticsBand)
mean
- public void pre()
StatisticalOperation
pre
in interface StatisticalOperation
public void addValue(java.lang.Number value)
StatisticalOperation
addValue
in interface StatisticalOperation
public void post()
StatisticalOperation
post
in interface StatisticalOperation
public java.lang.Object getResult()
StatisticalOperation
getResult
in interface StatisticalOperation