Uses of Class
org.apache.commons.statistics.descriptive.IntMin
Packages that use IntMin
Package
Description
Implementations of univariate statistics.
-
Uses of IntMin in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntMinFields in org.apache.commons.statistics.descriptive declared as IntMinModifier and TypeFieldDescriptionprivate final IntMinIntStatistics.minTheIntMinimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntMinModifier and TypeFieldDescriptionprivate RangeFunction<int[], IntMin> IntStatistics.Builder.minTheIntMinconstructor.Methods in org.apache.commons.statistics.descriptive that return IntMinModifier and TypeMethodDescriptionstatic IntMinIntMin.create()Creates an instance.(package private) static IntMinIntMin.createFromRange(int[] values, int from, int to) Create an instance using the specified range ofvalues.static IntMinIntMin.of(int... values) Returns an instance populated using the inputvalues.static IntMinIntMin.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 IntMinConstructors in org.apache.commons.statistics.descriptive with parameters of type IntMinModifierConstructorDescription(package private)IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.