R/small_funs.R
Percentile.Rd
Computes percentiles.
Percentile(x)
numeric vector
A numeric vector of the same length as x with the percentile of each value of x.
Other utilities: Anomaly(), JumpBy(), Mag(), logic
Anomaly()
JumpBy()
Mag()
logic
x <- rnorm(100) p <- Percentile(x)