Uses of Class
org.apache.commons.math3.stat.descriptive.moment.Mean
Packages that use Mean
Package
Description
Generic univariate summary statistic objects.
Summary statistics based on moments.
-
Uses of Mean in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as Mean -
Uses of Mean in org.apache.commons.math3.stat.descriptive.moment
Fields in org.apache.commons.math3.stat.descriptive.moment declared as MeanModifier and TypeFieldDescriptionprivate final Mean[]
VectorialMean.means
Means for each component.Methods in org.apache.commons.math3.stat.descriptive.moment that return MeanModifier and TypeMethodDescriptionMean.copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.moment with parameters of type MeanModifier and TypeMethodDescriptionstatic void
Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type Mean