View source: R/distributions.R
pextgp | R Documentation |
Distribution function of the extended generalized Pareto distribution
pextgp(q, scale = 1, shape1 = 0, shape2 = 0, lower.tail = TRUE, log.p = FALSE)
q |
vector of quantiles. |
scale |
scale parameter, strictly positive. |
shape1 |
positive shape parameter |
shape2 |
shape parameter |
lower.tail |
logical; if |
log.p |
logical; if |
a vector of (log)-probabilities of the same length as q
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.