Uses of Class
org.apache.commons.math3.stat.descriptive.moment.GeometricMean
-
Packages that use GeometricMean Package Description org.apache.commons.math3.stat Data storage, manipulation and summary routines.org.apache.commons.math3.stat.descriptive Generic univariate summary statistic objects.org.apache.commons.math3.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of GeometricMean in org.apache.commons.math3.stat
Fields in org.apache.commons.math3.stat declared as GeometricMean Modifier and Type Field Description private static GeometricMeanStatUtils. GEOMETRIC_MEANgeometric mean -
Uses of GeometricMean in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as GeometricMean Modifier and Type Field Description private GeometricMeanSummaryStatistics. geoMeangeoMean 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 GeometricMean Modifier and Type Method Description GeometricMeanGeometricMean. 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 GeometricMean Modifier and Type Method Description static voidGeometricMean. copy(GeometricMean source, GeometricMean dest)Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type GeometricMean Constructor Description GeometricMean(GeometricMean original)Copy constructor, creates a newGeometricMeanidentical to theoriginal
-