Uses of Class
org.apache.commons.statistics.descriptive.Sum
-
-
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
.static Sum
Sum. ofRange(double[] 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 Sum Modifier and Type Method Description Sum
Sum. combine(Sum other)
-