qGenPareto | R Documentation |
Calculates the quantile function of a generalized Pareto distribution
qGenPareto(p, t, alpha_ini, alpha_tail, truncation = NULL)
p |
Numeric. The function evaluates the inverse CDF at |
t |
Numeric. Threshold of the piecewise Pareto distribution. |
alpha_ini |
Numeric. Initial Pareto alpha. |
alpha_tail |
Numeric. Tail Pareto alpha. |
truncation |
Numeric. If |
Quantile function of the Pareto distribution with parameters t
, alpha_ini
and alpha_tail
, evaluated at p
p <- 0:10 * 0.1
qGenPareto(p, 1000, 2, 3)
qGenPareto(p, 1000, 2, 3, truncation = 5000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.