public abstract static class Aggregators.Variance extends Aggregators.FieldAggregatorBase<IQuantity,Aggregators.VarianceConsumer>
Modifier and Type | Field and Description |
---|---|
private boolean |
besselCorrection |
Constructor and Description |
---|
Variance(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, getAccessor
getValue
getDescription, getName, getValueType
public Variance(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>