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 andBigIntegerinstances.
- 
- 
Uses of Quantiles.ScaleAndIndexes in com.google.common.mathMethods in com.google.common.math that return Quantiles.ScaleAndIndexes Modifier and Type Method Description Quantiles.ScaleAndIndexesQuantiles.Scale. indexes(int... indexes)Specifies multiple quantile indexes to be calculated, each index being the k in the kth q-quantile.Quantiles.ScaleAndIndexesQuantiles.Scale. indexes(Collection<Integer> indexes)Specifies multiple quantile indexes to be calculated, each index being the k in the kth q-quantile.
 
-