View source: R/representations-dst_gev.R
gev_t_function | R Documentation |
't()' function for calculating GEV quantities
gev_t_function(x, location, scale, shape)
x |
Argument of the function; vectorized. |
location |
Location parameter; numeric. |
scale |
Scale parameter; positive numeric. |
shape |
Shape parameter; numeric. |
The shape parameter is not vectorized. This function is only intended to be used when location, scale, and shape are scalars.
See the Wikipedia entry for the GEV distribution, https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.