pareto_quantile: Quantile of Pareto RV

Description Usage Arguments Author(s) See Also Examples

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

1

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

1
pareto_quantile(c(0.05,0.95),scale=10000,shape=10)

ACSWR documentation built on May 2, 2019, 6:53 a.m.