Distribution function of the generalized Pareto distribution
Density function of the generalized Pareto distribution
Hazard function of the generalized Pareto distribution
Quantile function of the generalized Pareto distribution
pgpd(q, loc = 0, scale = 1, shape = 0, lower.tail = TRUE, log.p = FALSE)dgpd(x, loc = 0, scale = 1, shape = 0, log = FALSE)
hgpd(x, loc = 0, scale = 1, shape = 0, log = FALSE)
qgpd(p, loc = 0, scale = 1, shape = 0, lower.tail = TRUE)
a vector of (log)-probabilities of the same length as q
a vector of (log)-density.
a vector of (log)-hazard.
a vector of quantiles
vector of quantiles.
location parameter.
scale parameter, strictly positive.
shape parameter.
logical; if TRUE
(default), the lower tail probability \(\Pr(X \leq x)\) is returned.
logical; if FALSE
(default), values are returned on the probability scale.
vector of quantiles.
logical; if FALSE
(default), return the log hazard
vector of probabilities.