.fit.gpd.rob | R Documentation |
The optimal bias-robust estimator (OBRE) for the generalized Pareto. This function returns robust estimates and the associated weights.
.fit.gpd.rob(dat, thresh, k = 4, tol = 1e-05, show = FALSE)
dat |
a numeric vector of data |
thresh |
threshold parameter |
k |
bound on the influence function; the constant |
tol |
numerical tolerance for OBRE weights iterations. |
show |
logical: should diagnostics and estimates be printed. Default to |
a list with the same components as fit.gpd
,
in addition to
estimate
: optimal bias-robust estimates of the scale
and shape
parameters.
weights
: vector of OBRE weights.
Dupuis, D.J. (1998). Exceedances over High Thresholds: A Guide to Threshold Selection, Extremes, 1(3), 251–261.
fit.gpd
dat <- rexp(100)
.fit.gpd.rob(dat, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.