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 IntMax
IntStatistics. max
TheIntMax
implementation.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. max
TheIntMax
constructor.Methods in org.apache.commons.statistics.descriptive that return IntMax Modifier and Type Method Description IntMax
IntMax. combine(IntMax other)
static 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 IntMax Modifier and Type Method Description IntMax
IntMax. 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.
-