Uses of Interface
microsim.statistics.weighted.WeightedDoubleArraySource
-
Uses of WeightedDoubleArraySource in microsim.statistics.weighted
-
Uses of WeightedDoubleArraySource in microsim.statistics.weighted.functions
Modifier and TypeFieldDescriptionprotected WeightedDoubleArraySource
AbstractWeightedArrayFunction.dblSource
ModifierConstructorDescriptionAbstractWeightedArrayFunction
(@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.