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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type LongMaxModifier and TypeClassDescriptionfinal classReturns the maximum of the available values.Fields in org.apache.commons.statistics.descriptive declared as LongMaxModifier and TypeFieldDescriptionprivate final LongMaxLongStatistics.maxTheLongMaximplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongMaxModifier and TypeFieldDescriptionprivate RangeFunction<long[], LongMax> LongStatistics.Builder.maxTheLongMaxconstructor.Methods in org.apache.commons.statistics.descriptive that return LongMaxModifier and TypeMethodDescriptionstatic LongMaxLongMax.create()Creates an instance.(package private) static LongMaxLongMax.createFromRange(long[] values, int from, int to) Create an instance using the specified range ofvalues.static LongMaxLongMax.of(long... values) Returns an instance populated using the inputvalues.static LongMaxLongMax.ofRange(long[] 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 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.