Uses of Class
org.apache.commons.statistics.descriptive.IntMean
-
-
Uses of IntMean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntMean Modifier and Type Method Description IntMean
IntMean. combine(IntMean other)
static IntMean
IntMean. create()
Creates an instance.static IntMean
IntMean. of(int... values)
Returns an instance populated using the inputvalues
.static IntMean
IntMean. ofRange(int[] 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 IntMean Modifier and Type Method Description IntMean
IntMean. combine(IntMean other)
-