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
Methods in org.apache.commons.statistics.descriptive that return MinModifier and TypeMethodDescriptionstatic MinMin.create()Creates an instance.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 Min