Uses of Class
org.apache.commons.statistics.descriptive.LongMin
Packages that use LongMin
Package
Description
Implementations of univariate statistics.
-
Uses of LongMin in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as LongMinModifier and TypeFieldDescriptionprivate final LongMin
LongStatistics.min
TheLongMin
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongMinMethods in org.apache.commons.statistics.descriptive that return LongMinModifier and TypeMethodDescriptionstatic LongMin
LongMin.create()
Creates an instance.static LongMin
LongMin.of
(long... values) Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type LongMinConstructors in org.apache.commons.statistics.descriptive with parameters of type LongMinModifierConstructorDescription(package private)
LongStatistics
(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.