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

Packages that use SumOfLogs
org.apache.openejb.math.stat.descriptive.moment   
org.apache.openejb.math.stat.descriptive.summary   
 

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

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

Uses of SumOfLogs in org.apache.openejb.math.stat.descriptive.summary
 

Methods in org.apache.openejb.math.stat.descriptive.summary that return SumOfLogs
 SumOfLogs SumOfLogs.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.openejb.math.stat.descriptive.summary with parameters of type SumOfLogs
static void SumOfLogs.copy(SumOfLogs source, SumOfLogs dest)
          Copies source to dest.
 

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



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.