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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntMaxFields in org.apache.commons.statistics.descriptive declared as IntMaxModifier and TypeFieldDescriptionprivate final IntMaxIntStatistics.maxTheIntMaximplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntMaxModifier and TypeFieldDescriptionprivate RangeFunction<int[], IntMax> IntStatistics.Builder.maxTheIntMaxconstructor.Methods in org.apache.commons.statistics.descriptive that return IntMaxModifier and TypeMethodDescriptionstatic IntMaxIntMax.create()Creates an instance.(package private) static IntMaxIntMax.createFromRange(int[] values, int from, int to) Create an instance using the specified range ofvalues.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 IntMaxConstructors in org.apache.commons.statistics.descriptive with parameters of type IntMaxModifierConstructorDescription(package private)IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.