public abstract static class Aggregators.Stddev extends Aggregators.FieldAggregatorBase<IQuantity,Aggregators.VarianceConsumer>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
besselCorrection |
| Constructor and Description |
|---|
Stddev(java.lang.String name,
java.lang.String description,
LinearKindOfQuantity ct,
boolean besselCorrection) |
| Modifier and Type | Method and Description |
|---|---|
IQuantity |
getValue(Aggregators.VarianceConsumer consumer) |
Aggregators.VarianceConsumer |
newItemConsumer(IType<IItem> type) |
acceptType, doGetAccessor, getAccessorgetValuegetDescription, getName, getValueTypepublic Stddev(java.lang.String name,
java.lang.String description,
LinearKindOfQuantity ct,
boolean besselCorrection)
public Aggregators.VarianceConsumer newItemConsumer(IType<IItem> type)
type - an item type to get an item consumer forpublic IQuantity getValue(Aggregators.VarianceConsumer consumer)
getValue in class Aggregators.MergingAggregator<IQuantity,Aggregators.VarianceConsumer>