Uses of Class
org.apache.commons.statistics.descriptive.SumOfLogs
Packages that use SumOfLogs
Package
Description
Implementations of univariate statistics.
-
Uses of SumOfLogs in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as SumOfLogsModifier and TypeFieldDescriptionprivate final SumOfLogs
DoubleStatistics.sumOfLogs
TheSumOfLogs
implementation.private final SumOfLogs
GeometricMean.sumOfLogs
Sum of logs used to compute the geometric mean.private final SumOfLogs
IntStatistics.sumOfLogs
TheSumOfLogs
implementation.private final SumOfLogs
LongStatistics.sumOfLogs
TheSumOfLogs
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type SumOfLogsModifier and TypeFieldDescriptionDoubleStatistics.Builder.sumOfLogs
TheSumOfLogs
constructor.IntStatistics.Builder.sumOfLogs
TheSumOfLogs
constructor.LongStatistics.Builder.sumOfLogs
TheSumOfLogs
constructor.Methods in org.apache.commons.statistics.descriptive that return SumOfLogsModifier and TypeMethodDescriptionstatic SumOfLogs
SumOfLogs.create()
Creates an instance.static SumOfLogs
SumOfLogs.of
(double... values) Returns an instance populated using the inputvalues
.static SumOfLogs
SumOfLogs.of
(int... values) Returns an instance populated using the inputvalues
.static SumOfLogs
SumOfLogs.of
(long... values) Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type SumOfLogsModifier and TypeMethodDescription(package private) static double
GeometricMean.computeGeometricMean
(long n, SumOfLogs sumOfLogs) Compute the geometric mean.Constructors in org.apache.commons.statistics.descriptive with parameters of type SumOfLogsModifierConstructorDescription(package private)
DoubleStatistics
(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.private
GeometricMean
(SumOfLogs sumOfLogs, long n) Create an instance.(package private)
IntStatistics
(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.(package private)
LongStatistics
(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.