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
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