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