dextgp | R Documentation |
Density function of the extended generalized Pareto distribution
Hazard function of the extended generalized Pareto distribution
Quantile function of the extended generalized Pareto distribution
dextgp(x, scale = 1, shape1 = 0, shape2 = 0, log = FALSE)
hextgp(x, scale = 1, shape1 = 0, shape2 = 0, log = FALSE)
qextgp(p, scale = 1, shape1 = 0, shape2 = 0, lower.tail = TRUE)
x |
vector of quantiles. |
scale |
scale parameter, strictly positive. |
shape1 |
positive shape parameter |
shape2 |
shape parameter |
log |
logical; if |
p |
vector of probabilities. |
lower.tail |
logical; if |
a vector of (log)-density of the same length as x
a vector of (log)-hazard of the same length as x
a vector of quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.