Uses of Class
com.google.common.math.Quantiles.Scale
-
Packages that use Quantiles.Scale Package Description com.google.common.math Arithmetic functions operating on primitive values and onBigInteger
andBigDecimal
instances. -
-
Uses of Quantiles.Scale in com.google.common.math
Methods in com.google.common.math that return Quantiles.Scale Modifier and Type Method Description static Quantiles.Scale
Quantiles. percentiles()
Specifies the computation of percentiles (i.e. 100-quantiles).static Quantiles.Scale
Quantiles. quartiles()
Specifies the computation of quartiles (i.e. 4-quantiles).static Quantiles.Scale
Quantiles. scale(int scale)
Specifies the computation of q-quantiles.
-