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 vector. |
scale |
Scale parameter; positive numeric vector. |
shape |
Shape parameter; numeric vector.
This is also the extreme value index,
so that |
p |
Vector of probabilities. |
x , q |
Vector of quantiles. |
Vector of evaluated GEV distribution, with length
equal to the recycled lengths of q
/x
/p
, location
, scale
, and
shape
.
pgev(1:10, 0, 1, 1)
dgev(1:10, 1:10, 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.