Uses of Class
org.djutils.means.AbstractMean
Packages that use AbstractMean
-
Uses of AbstractMean in org.djutils.means
Subclasses of AbstractMean in org.djutils.meansModifier and TypeClassDescriptionclass
ArithmeticMean<V extends Number,
W extends Number> Compute arithmetic (weighted) mean of a set of values.class
GeometricMean<V extends Number,
W extends Number> Compute the geometric (weighted) mean of a set of values.class
HarmonicMean<V extends Number,
W extends Number> Compute the harmonic (weighted) mean of a set of values.Methods in org.djutils.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 thevalues
function on each object in a Collection) with a weight (obtained by calling theweights
function on the same object from the Collection).final AbstractMean<MT,
V, W> Adds each value with a weight obtained by calling the providedweights
function.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.