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