Uses of Class
org.apache.commons.math.stat.descriptive.moment.GeometricMean

Packages that use GeometricMean
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
 

Uses of GeometricMean in org.apache.commons.math.stat.descriptive
 

Fields in org.apache.commons.math.stat.descriptive declared as GeometricMean
protected  GeometricMean SummaryStatistics.geoMean
          geoMean of values that have been added
 

Uses of GeometricMean in org.apache.commons.math.stat.descriptive.moment
 

Methods in org.apache.commons.math.stat.descriptive.moment that return GeometricMean
 GeometricMean GeometricMean.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.commons.math.stat.descriptive.moment with parameters of type GeometricMean
static void GeometricMean.copy(GeometricMean source, GeometricMean dest)
          Copies source to dest.
 

Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type GeometricMean
GeometricMean(GeometricMean original)
          Copy constructor, creates a new GeometricMean identical to the original
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.