Uses of Class
org.apache.commons.statistics.descriptive.Mean
-
Packages that use Mean Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Mean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Mean Modifier and Type Method Description Mean
Mean. combine(Mean other)
static Mean
Mean. create()
Creates an instance.static Mean
Mean. of(double... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type Mean Modifier and Type Method Description Mean
Mean. combine(Mean other)
-