Uses of Class
org.apache.commons.statistics.descriptive.IntMax
-
Packages that use IntMax Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntMax in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as IntMax Modifier and Type Field Description private IntMaxIntStatistics. maxTheIntMaximplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntMax Modifier and Type Field Description private java.util.function.Function<int[],IntMax>IntStatistics.Builder. maxTheIntMaxconstructor.Methods in org.apache.commons.statistics.descriptive that return IntMax Modifier and Type Method Description IntMaxIntMax. combine(IntMax other)static IntMaxIntMax. create()Creates an instance.static IntMaxIntMax. of(int... values)Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type IntMax Modifier and Type Method Description IntMaxIntMax. combine(IntMax other)Constructors in org.apache.commons.statistics.descriptive with parameters of type IntMax Constructor Description IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-