Distribution function of the extended generalized Pareto distribution
pextgp(q, scale = 1, shape1 = 0, shape2 = 0, lower.tail = TRUE, log.p = FALSE)
a vector of (log)-probabilities of the same length as q
vector of quantiles.
scale parameter, strictly positive.
positive shape parameter \(\beta\); model defaults to generalized Pareto when it equals zero.
shape parameter \(\gamma\); model reduces to Gompertz when shape2=0
.
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.