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