Uses of Class
org.apache.commons.math.stat.descriptive.summary.SumOfLogs

Packages that use SumOfLogs
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 SumOfLogs in org.apache.commons.math.stat.descriptive
 

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

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

Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type SumOfLogs
GeometricMean(SumOfLogs sumOfLogs)
          Create a GeometricMean instance using the given SumOfLogs instance