Description Usage Arguments Author(s) See Also Examples
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.
1 | pareto_quantile(p, scale, shape)
|
p |
the percentiles required |
scale |
scale of Pareto RV |
shape |
shape of Pareto RV |
Prabhanjan N. Tattar
VGAM::qpareto
1 | pareto_quantile(c(0.05,0.95),scale=10000,shape=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.