Uses of Class
org.apache.commons.statistics.descriptive.Max
Packages that use Max
Package
Description
Implementations of univariate statistics.
-
Uses of Max in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type MaxFields in org.apache.commons.statistics.descriptive declared as MaxFields in org.apache.commons.statistics.descriptive with type parameters of type MaxModifier and TypeFieldDescriptionprivate RangeFunction<double[], Max> DoubleStatistics.Builder.maxTheMaxconstructor.Methods in org.apache.commons.statistics.descriptive that return MaxModifier and TypeMethodDescriptionstatic MaxMax.create()Creates an instance.(package private) static MaxMax.createFromRange(double[] values, int from, int to) Create an instance using the specified range ofvalues.static MaxMax.of(double... values) Returns an instance populated using the inputvalues.static MaxMax.ofRange(double[] 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 MaxConstructors in org.apache.commons.statistics.descriptive with parameters of type MaxModifierConstructorDescription(package private)DoubleStatistics(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.