Computes percentiles.

Percentile(x)

Arguments

x

numeric vector

Value

A numeric vector of the same length as x with the percentile of each value of x.

See also

Other utilities: Anomaly(), JumpBy(), Mag(), logic

Examples

x <- rnorm(100)
p <- Percentile(x)