Uses of Class
org.apache.commons.statistics.descriptive.SumOfLogs
-
Packages that use SumOfLogs Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of SumOfLogs in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return SumOfLogs Modifier and Type Method Description SumOfLogs
SumOfLogs. combine(SumOfLogs other)
static 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 SumOfLogs Modifier and Type Method Description SumOfLogs
SumOfLogs. combine(SumOfLogs other)
-