Percentile function

Percentiles

Percentiles

Computes percentiles.

Percentile(x)

Arguments

  • x: numeric vector

Returns

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

Examples

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

See Also

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

  • Maintainer: Elio Campitelli
  • License: GPL-3
  • Last published: 2025-02-24