Uses of Interface
microsim.statistics.weighted.WeightedLongArraySource
-
Uses of WeightedLongArraySource in microsim.statistics.weighted
-
Uses of WeightedLongArraySource in microsim.statistics.weighted.functions
Modifier and TypeFieldDescriptionprotected WeightedLongArraySource
AbstractWeightedArrayFunction.lngSource
ModifierConstructorDescriptionAbstractWeightedArrayFunction
(@NonNull WeightedLongArraySource source) Create a function on a long array source.Long
(@NonNull WeightedLongArraySource source) Create a sum function on a weighted long array source.Weighted_MeanArrayFunction
(@NonNull WeightedLongArraySource source) Create a mean function on a long array source.Weighted_SumArrayFunction
(@NonNull WeightedLongArraySource source) Create a sum function on a long array weighted-source.