Uses of Class
org.hipparchus.stat.descriptive.moment.GeometricMean
-
Uses of GeometricMean in org.hipparchus.stat.descriptive.moment
Modifier and TypeMethodDescriptionGeometricMean.copy()
Returns a copy of the statistic with the same internal state.Modifier and TypeMethodDescriptionvoid
GeometricMean.aggregate
(GeometricMean other) Aggregates the provided instance into this instance.ModifierConstructorDescriptionGeometricMean
(GeometricMean original) Copy constructor, creates a newGeometricMean
identical to theoriginal
.