Uses of Class
org.apache.commons.statistics.descriptive.Max
-
-
Uses of Max in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Max Modifier and Type Method Description Max
Max. combine(Max other)
static Max
Max. create()
Creates an instance.static Max
Max. of(double... values)
Returns an instance populated using the inputvalues
.static Max
Max. 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 Max Modifier and Type Method Description Max
Max. combine(Max other)
-