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