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
Methods in org.apache.commons.statistics.descriptive that return Min Modifier and Type Method Description Min
Min. combine(Min other)
static Min
Min. create()
Creates an instance.static Min
Min. 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 Min
Min. combine(Min other)
-