Quantile(x, ..., type = 6)
resample
object,
numerical object, or other object with a method for
quantile
.
quantile
.
type=6
and 99 observations, the k% quantile
is the k'th smallest observation; this corresponds to equal
probability above the largest observation, below the smallest
observation, and between each pair of adjacent observations.
quantile
.
quantile
quantile(1:9, .2) Quantile(1:9, .2)