Uses of Class
org.hipparchus.stat.descriptive.moment.GeometricMean
-
Packages that use GeometricMean Package Description org.hipparchus.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of GeometricMean in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return GeometricMean Modifier and Type Method Description GeometricMean
GeometricMean. copy()
Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.moment with parameters of type GeometricMean Modifier and Type Method Description void
GeometricMean. aggregate(GeometricMean other)
Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type GeometricMean Constructor Description GeometricMean(GeometricMean original)
Copy constructor, creates a newGeometricMean
identical to theoriginal
.
-