Uses of Interface
microsim.statistics.weighted.WeightedDoubleArraySource
Packages that use WeightedDoubleArraySource
- 
Uses of WeightedDoubleArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement WeightedDoubleArraySource - 
Uses of WeightedDoubleArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as WeightedDoubleArraySourceModifier and TypeFieldDescriptionprotected WeightedDoubleArraySourceAbstractWeightedArrayFunction.dblSourceConstructors in microsim.statistics.weighted.functions with parameters of type WeightedDoubleArraySourceModifierConstructorDescriptionAbstractWeightedArrayFunction(@NonNull WeightedDoubleArraySource source) Create a function on a double array source.Double(@NonNull WeightedDoubleArraySource source) Create a sum function on a weighted double array source.Weighted_MeanArrayFunction(@NonNull WeightedDoubleArraySource source) Create a mean function on a (weighted) double array source.Weighted_SumArrayFunction(@NonNull WeightedDoubleArraySource source) Create a sum function on a double array weighted-source.