Uses of Class
org.djutils.math.means.AbstractMean
Packages that use AbstractMean
-
Uses of AbstractMean in org.djutils.math.means
Subclasses of AbstractMean in org.djutils.math.meansModifier and TypeClassDescriptionclassArithmeticMean<V extends Number,W extends Number> Compute arithmetic (weighted) mean of a set of values.classGeometricMean<V extends Number,W extends Number> Compute the geometric (weighted) mean of a set of values.classHarmonicMean<V extends Number,W extends Number> Compute the harmonic (weighted) mean of a set of values.Methods in org.djutils.math.means that return AbstractMeanModifier and TypeMethodDescriptionfinal AbstractMean<MT,V, W> Add values with weight 1.final AbstractMean<MT,V, W> Adds weighted values.final <S> AbstractMean<MT,V, W> Adds each value (obtained by calling thevaluesfunction on each object in a Collection) with a weight (obtained by calling theweightsfunction on the same object from the Collection).final AbstractMean<MT,V, W> Adds each value with a weight obtained by calling the providedweightsfunction.final AbstractMean<MT,V, W> Adds each key value from a map weighted with the mapped to value.final AbstractMean<MT,V, W> Add a value with weight 1.final AbstractMean<MT,V, W> Add values with weight 1.final AbstractMean<MT,V, W> Adds weighted values.final AbstractMean<MT,V, W> Adds a value with weight.protected abstract AbstractMean<MT,V, W> Adds a value with weight.