Makes a distribution belonging to the family of
generalized Pareto distributions (GPD).
Usage
dst_gpd(location, scale, shape)
Arguments
- location
Location parameter; numeric.
- scale
Scale parameter; positive numeric.
- shape
Shape parameter; numeric.
Value
Object of class "dst" of a GPD.
Examples
dst_gpd(0, 1, 1)
#> [1] "gpd" "parametric" "dst"
#>
#> name :
#> [1] "gpd"