Uses of Class
org.apache.commons.statistics.descriptive.IntMin
Packages that use IntMin
Package
Description
Implementations of univariate statistics.
-
Uses of IntMin in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntMinModifier and TypeMethodDescriptionstatic IntMinIntMin.create()Creates an instance.static IntMinIntMin.of(int... values) Returns an instance populated using the inputvalues.static IntMinIntMin.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 IntMin