Uses of Class
org.apache.commons.statistics.descriptive.Sum
-
Packages that use Sum Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Sum in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Sum Modifier and Type Method Description Sum
Sum. combine(Sum other)
static Sum
Sum. create()
Creates an instance.static Sum
Sum. of(double... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type Sum Modifier and Type Method Description Sum
Sum. combine(Sum other)
-