Uses of Class
org.apache.commons.math3.stat.descriptive.moment.GeometricMean
Packages that use GeometricMean
Package
Description
Data storage, manipulation and summary routines.
Generic univariate summary statistic objects.
Summary statistics based on moments.
-
Uses of GeometricMean in org.apache.commons.math3.stat
Fields in org.apache.commons.math3.stat declared as GeometricMeanModifier and TypeFieldDescriptionprivate static final GeometricMean
StatUtils.GEOMETRIC_MEAN
geometric mean -
Uses of GeometricMean in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as GeometricMeanModifier and TypeFieldDescriptionprivate GeometricMean
SummaryStatistics.geoMean
geoMean of values that have been added -
Uses of GeometricMean in org.apache.commons.math3.stat.descriptive.moment
Methods in org.apache.commons.math3.stat.descriptive.moment that return GeometricMeanModifier and TypeMethodDescriptionGeometricMean.copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.moment with parameters of type GeometricMeanModifier and TypeMethodDescriptionstatic void
GeometricMean.copy
(GeometricMean source, GeometricMean dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type GeometricMeanModifierConstructorDescriptionGeometricMean
(GeometricMean original) Copy constructor, creates a newGeometricMean
identical to theoriginal