| gev_cdf | R Documentation |
F(x; xi) = exp(-(1 + xi * x)^(-1/xi))
gev_cdf(x, xi)
x |
Numeric vector |
xi |
Shape parameter |
Special cases:
xi = 0: Gumbel (equals loglog)
xi < 0: Weibull (bounded above)
xi > 0: Frechet (heavy tail)
Reference: Wang & Dey (2011)
CDF values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.