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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type SumOfLogsModifier and TypeClassDescriptionfinal classReturns the sum of thenatural logarithmof available values.Methods in org.apache.commons.statistics.descriptive that return SumOfLogsModifier and TypeMethodDescriptionstatic SumOfLogsSumOfLogs.create()Creates an instance.static SumOfLogsSumOfLogs.of(double... values) Returns an instance populated using the inputvalues.static SumOfLogsSumOfLogs.of(int... values) Returns an instance populated using the inputvalues.static SumOfLogsSumOfLogs.of(long... values) Returns an instance populated using the inputvalues.static SumOfLogsSumOfLogs.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static SumOfLogsSumOfLogs.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static SumOfLogsSumOfLogs.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type SumOfLogs