Uses of Class
org.apache.commons.statistics.descriptive.IntMean
-
Packages that use IntMean Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntMean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntMean Modifier and Type Method Description IntMeanIntMean. combine(IntMean other)static IntMeanIntMean. create()Creates an instance.(package private) static IntMeanIntMean. createFromRange(int[] values, int from, int to)Create an instance using the specified range ofvalues.static IntMeanIntMean. of(int... values)Returns an instance populated using the inputvalues.static IntMeanIntMean. 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 IntMeanIntMean. combine(IntMean other)
-