dextgp {longevity} | R Documentation |
Density function of the extended generalized Pareto distribution
Description
Density function of the extended generalized Pareto distribution
Hazard function of the extended generalized Pareto distribution
Quantile function of the extended generalized Pareto distribution
Usage
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)
Arguments
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 |
Value
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
[Package longevity version 1.2.1 Index]