Uses of Class
org.apache.commons.statistics.descriptive.GeometricMean
Packages that use GeometricMean
Package
Description
Implementations of univariate statistics.
-
Uses of GeometricMean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return GeometricMeanModifier and TypeMethodDescriptionGeometricMean.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