pgpd | R Documentation |
Representations of the Generalized Pareto Distribution
pgpd(q, scale, shape, lower.tail = TRUE)
qgpd(p, scale, shape)
dgpd(x, scale, shape)
scale |
Vector of scale parameters; positive numeric. |
shape |
Vector of shape parameters; positive numeric. |
lower.tail |
Single logical. If |
p |
Vector of probabilities. |
x , q |
Vector of quantiles. |
Vector of evaluated GPD distribution, with length
equal to the recycled lengths of q
/x
/p
, scale
, and shape
.
pgpd(1:10, 1, 1)
dgpd(1:10, 2, 0)
qgpd(1:9 / 10, 10, -2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.