pextgp {longevity} | R Documentation |
Distribution function of the extended generalized Pareto distribution
Description
Distribution function of the extended generalized Pareto distribution
Usage
pextgp(q, scale = 1, shape1 = 0, shape2 = 0, lower.tail = TRUE, log.p = FALSE)
Arguments
q |
vector of quantiles. |
scale |
scale parameter, strictly positive. |
shape1 |
positive shape parameter |
shape2 |
shape parameter |
lower.tail |
logical; if |
log.p |
logical; if |
Value
a vector of (log)-probabilities of the same length as q
[Package longevity version 1.2 Index]