Uses of Class
org.apache.commons.statistics.descriptive.Mean
Packages that use Mean
Package
Description
Implementations of univariate statistics.
-
Uses of Mean in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type MeanModifier and TypeClassDescriptionfinal classComputes the arithmetic mean of the available values.Methods in org.apache.commons.statistics.descriptive that return MeanModifier and TypeMethodDescriptionstatic MeanMean.create()Creates an instance.static MeanMean.of(double... values) Returns an instance populated using the inputvalues.static MeanMean.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type Mean