Uses of Class
com.google.common.math.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
Modifier 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.ScaleAndIndex
Quantiles.median()
Specifies the computation of a median (i.e. the 1st 2-quantile).