Makes a distribution belonging to the family of
Generalized Extreme Value (GEV) distributions.
Usage
dst_gev(location, scale, shape)
Arguments
- location
Location parameter; numeric.
- scale
Scale parameter; positive numeric.
- shape
Shape parameter; numeric.
Examples
dst_gev(0, 1, 1)
#> [1] "gev" "parametric" "dst"
#>
#> name :
#> [1] "gev"