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
Fields in org.apache.commons.statistics.descriptive declared as IntMaxModifier and TypeFieldDescriptionprivate final IntMax
IntStatistics.max
TheIntMax
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntMaxMethods in org.apache.commons.statistics.descriptive that return IntMaxModifier and TypeMethodDescriptionstatic IntMax
IntMax.create()
Creates an instance.static IntMax
IntMax.of
(int... values) Returns an instance populated using the inputvalues
.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.