Uses of Class
org.apache.commons.math.stat.descriptive.summary.SumOfLogs
- 
Packages that use SumOfLogs Package Description org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects.org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments.org.apache.commons.math.stat.descriptive.summary Other summary statistics. - 
- 
Uses of SumOfLogs in org.apache.commons.math.stat.descriptive
Fields in org.apache.commons.math.stat.descriptive declared as SumOfLogs Modifier and Type Field Description protected SumOfLogsSummaryStatistics. sumLogsumLog 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 Constructor Description GeometricMean(SumOfLogs sumOfLogs)Create a GeometricMean instance using the given SumOfLogs instance - 
Uses of SumOfLogs in org.apache.commons.math.stat.descriptive.summary
Methods in org.apache.commons.math.stat.descriptive.summary that return SumOfLogs Modifier and Type Method Description SumOfLogsSumOfLogs. copy()Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math.stat.descriptive.summary with parameters of type SumOfLogs Modifier and Type Method Description static voidSumOfLogs. copy(SumOfLogs source, SumOfLogs dest)Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.summary with parameters of type SumOfLogs Constructor Description SumOfLogs(SumOfLogs original)Copy constructor, creates a newSumOfLogsidentical to theoriginal 
 -