Uses of Class
org.hipparchus.stat.descriptive.moment.GeometricMean
Packages that use GeometricMean
-
Uses of GeometricMean in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return GeometricMeanModifier and TypeMethodDescriptionGeometricMean.copy()Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.moment with parameters of type GeometricMeanModifier and TypeMethodDescriptionvoidGeometricMean.aggregate(GeometricMean other) Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type GeometricMeanModifierConstructorDescriptionGeometricMean(GeometricMean original) Copy constructor, creates a newGeometricMeanidentical to theoriginal.