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