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 SumSum. combine(Sum other)static SumSum. create()Creates an instance.static SumSum. of(double... values)Returns an instance populated using the inputvalues.static SumSum. 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 SumSum. combine(Sum other)
-