Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pareto_quantile

Quantile of Pareto RV


Description

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.

Usage

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)

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.