Uses of Class
org.apache.commons.statistics.descriptive.Max
-
Packages that use Max Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Max in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as Max Modifier and Type Field Description private MaxDoubleStatistics. maxTheMaximplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type Max Modifier and Type Field Description private java.util.function.Function<double[],Max>DoubleStatistics.Builder. maxTheMaxconstructor.Methods in org.apache.commons.statistics.descriptive that return Max Modifier and Type Method Description MaxMax. combine(Max other)static MaxMax. create()Creates an instance.static MaxMax. of(double... values)Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type Max Modifier and Type Method Description MaxMax. combine(Max other)Constructors in org.apache.commons.statistics.descriptive with parameters of type Max Constructor Description DoubleStatistics(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-