Uses of Class
org.apache.commons.statistics.descriptive.Sum
Packages that use Sum
Package
Description
Implementations of univariate statistics.
-
Uses of Sum in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return SumModifier and TypeMethodDescriptionstatic 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