pgev | R Documentation |
Representations of the Generalized Extreme Value Distribution
pgev(q, location, scale, shape)
qgev(p, location, scale, shape)
dgev(x, location, scale, shape)
location |
Location parameter; numeric. |
scale |
Scale parameter; positive numeric. |
shape |
Shape parameter; numeric. |
p |
Vector of probabilities. |
x , q |
Vector of quantiles. |
pgev(1:10, 0, 1, 1)
dgev(1:10, 0, 2, 0)
qgev(1:9 / 10, 2, 10, -2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.