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