Uses of Interface
microsim.statistics.weighted.WeightedLongArraySource
Packages that use WeightedLongArraySource
-
Uses of WeightedLongArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement WeightedLongArraySource -
Uses of WeightedLongArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as WeightedLongArraySourceModifier and TypeFieldDescriptionprotected WeightedLongArraySourceAbstractWeightedArrayFunction.lngSourceConstructors in microsim.statistics.weighted.functions with parameters of type WeightedLongArraySourceModifierConstructorDescriptionAbstractWeightedArrayFunction(@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.