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