Uses of Class
com.google.common.math.Quantiles.ScaleAndIndexes
-
Packages that use Quantiles.ScaleAndIndexes Package Description com.google.common.math Arithmetic functions operating on primitive values andBigInteger
instances. -
-
Uses of Quantiles.ScaleAndIndexes in com.google.common.math
Methods in com.google.common.math that return Quantiles.ScaleAndIndexes Modifier and Type Method Description Quantiles.ScaleAndIndexes
Quantiles.Scale. indexes(int... indexes)
Specifies multiple quantile indexes to be calculated, each index being the k in the kth q-quantile.Quantiles.ScaleAndIndexes
Quantiles.Scale. indexes(java.util.Collection<java.lang.Integer> indexes)
Specifies multiple quantile indexes to be calculated, each index being the k in the kth q-quantile.
-