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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type GeometricMeanModifier and TypeClassDescriptionfinal classComputes the geometric mean of the available values.Methods in org.apache.commons.statistics.descriptive that return GeometricMeanModifier and TypeMethodDescriptionGeometricMean.combine(GeometricMean other) static GeometricMeanGeometricMean.create()Creates an instance.static GeometricMeanGeometricMean.of(double... values) Returns an instance populated using the inputvalues.static GeometricMeanGeometricMean.of(int... values) Returns an instance populated using the inputvalues.static GeometricMeanGeometricMean.of(long... values) Returns an instance populated using the inputvalues.static GeometricMeanGeometricMean.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static GeometricMeanGeometricMean.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static GeometricMeanGeometricMean.ofRange(long[] 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 GeometricMean