pareto_quantile function

Quantile of Pareto RV

Quantile of Pareto RV

A simple function is given here which returns the quantiles for a Pareto RV. A more efficient implementation is obtainable in the function "qpareto" from the "VGAM" package.

pareto_quantile(p, scale, shape)

Arguments

  • p: the percentiles required
  • scale: scale of Pareto RV
  • shape: shape of Pareto RV

Author(s)

Prabhanjan N. Tattar

See Also

VGAM::qpareto

Examples

pareto_quantile(c(0.05,0.95),scale=10000,shape=10)
  • Maintainer: Prabhanjan Tattar
  • License: GPL-2
  • Last published: 2015-09-05

Useful links