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