Uses of Class
org.apache.commons.math3.stat.descriptive.summary.SumOfLogs
Packages that use SumOfLogs
Package
Description
Summary statistics based on moments.
Other summary statistics.
-
Uses of SumOfLogs in org.apache.commons.math3.stat.descriptive.moment
Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type SumOfLogsModifierConstructorDescriptionGeometricMean
(SumOfLogs sumOfLogs) Create a GeometricMean instance using the given SumOfLogs instance -
Uses of SumOfLogs in org.apache.commons.math3.stat.descriptive.summary
Methods in org.apache.commons.math3.stat.descriptive.summary that return SumOfLogsModifier and TypeMethodDescriptionSumOfLogs.copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfLogsModifier and TypeMethodDescriptionstatic void
Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.summary with parameters of type SumOfLogs