Uses of Class
com.google.common.math.Quantiles.ScaleAndIndex
Packages that use Quantiles.ScaleAndIndex
Package
Description
Arithmetic functions operating on primitive values and on
BigInteger and BigDecimal instances.-
Uses of Quantiles.ScaleAndIndex in com.google.common.math
Methods in com.google.common.math that return Quantiles.ScaleAndIndexModifier and TypeMethodDescriptionQuantiles.Scale.index(int index) Specifies a single quantile index to be calculated, i.e. the k in the kth q-quantile.static Quantiles.ScaleAndIndexQuantiles.median()Specifies the computation of a median (i.e. the 1st 2-quantile).