gpdist | R Documentation |
Density function, distribution function, quantile function and random number generation for the generalized Pareto distribution.
pgp(q, loc = 0, scale = 1, shape = 0, lower.tail = TRUE, log.p = FALSE)
dgp(x, loc = 0, scale = 1, shape = 0, log = FALSE)
qgp(p, loc = 0, scale = 1, shape = 0, lower.tail = TRUE)
rgp(n, loc = 0, scale = 1, shape = 0)
loc |
location parameter. |
scale |
scale parameter, strictly positive. |
shape |
shape parameter. |
lower.tail |
logical; if |
log.p , log |
logical; if |
x , q |
vector of quantiles |
p |
vector of probabilities |
n |
scalar number of observations |
Coles, S. G. (2001) An Introduction to Statistical Modeling of Extreme Values, Springer-Verlag, London. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-1-4471-3675-0_3")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.