GPD endpoint
Usage
GPD_endpoint(
threshold = 0,
scale = 1,
shape,
...,
endpoint_type = c("unrestricted", "upper")
)Arguments
- threshold
GPD threshold value.
- scale
Scale parameter.
- shape
Shape parameter.
- ...
Other optional parameters for the internal endpoint function (Unused).
- endpoint_type
Whether to compute the upper endpoint (returns
Infifshape>=0), or the unrestricted endpoint (returns the lower GPD endpoint ifshape>=0).