pgpd | R Documentation |
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)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.