public abstract static class Aggregators.Variance extends Aggregators.FieldAggregatorBase<IQuantity,Aggregators.VarianceConsumer>
Constructor and Description |
---|
Variance(String name,
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
getValue
getDescription, getName, getValueType
public Variance(String name, 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>
Copyright © 2019. All rights reserved.