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