Uses of Class
microsim.statistics.weighted.functions.AbstractWeightedArrayFunction
Packages that use AbstractWeightedArrayFunction
-
Uses of AbstractWeightedArrayFunction in microsim.statistics.weighted.functions
Subclasses of AbstractWeightedArrayFunction in microsim.statistics.weighted.functionsModifier and TypeClassDescriptionclassThis class computes the (weighted) average (mean) value of an array of values taken from a data source, weighted by corresponding weights: weighted mean = sum (values * weights) / sum (weights) Note that the array of weights must have the same length as the array of values, otherwise an exception will be thrown.classThis class computes the sum of an array of source values, with each element of the array multiplied by the weight of the source (the source must implement theWeightinterface).static classSumFunction operating on weighted double source values.static classSumFunction operating on weighted integer source values.static classSumFunction operating on weighted long source values.