Uses of Class
org.apache.commons.math3.stat.descriptive.moment.Mean
-
Packages that use Mean Package Description org.apache.commons.math3.stat.descriptive Generic univariate summary statistic objects.org.apache.commons.math3.stat.descriptive.moment 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 Modifier and Type Field Description private Mean
SummaryStatistics. mean
mean of values that have been added -
Uses of Mean in org.apache.commons.math3.stat.descriptive.moment
Fields in org.apache.commons.math3.stat.descriptive.moment declared as Mean Modifier and Type Field Description private Mean[]
VectorialMean. means
Means for each component.Methods in org.apache.commons.math3.stat.descriptive.moment that return Mean Modifier and Type Method Description Mean
Mean. 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 Mean Modifier and Type Method Description static void
Mean. copy(Mean source, Mean dest)
Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type Mean Constructor Description Mean(Mean original)
Copy constructor, creates a newMean
identical to theoriginal
-