pgpd | R Documentation |
Representations of the Generalized Pareto Distribution
pgpd(q, location, scale, shape, lower.tail = TRUE)
qgpd(p, location, scale, shape)
dgpd(x, location, scale, shape)
location |
Location parameter; numeric. |
scale |
Scale parameter; positive numeric. |
shape |
Shape parameter; numeric. |
lower.tail |
Logical. If |
p |
Vector of probabilities. |
x , q |
Vector of quantiles. |
pgpd(1:10, 0, 1, 1)
dgpd(1:10, 0, 2, 0)
qgpd(1:9 / 10, 2, 10, -2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.