pgpd {longevity} | R Documentation |
Distribution function of the generalized Pareto distribution
Description
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
Usage
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)
Arguments
q |
vector of quantiles. |
loc |
location parameter. |
scale |
scale parameter, strictly positive. |
shape |
shape parameter. |
lower.tail |
logical; if |
log.p |
logical; if |
x |
vector of quantiles. |
log |
logical; if |
p |
vector of probabilities. |
Value
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
[Package longevity version 1.2.1 Index]