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