thresholds: numeric vector of thresholds for which to fit a GPD to the excesses.
estimate.cov: logical indicating whether confidence intervals are to be computed.
conf.level: confidence level of the confidence intervals if estimate.cov.
CI.col: color of the pointwise asymptotic confidence intervals (CIs); if NA, no CIs are shown.
lines.args: list of arguments passed to the underlying lines() for drawing the shape parameter as a function of the threshold.
xlim, ylim, xlab, ylab: see plot().
xlab2: label of the secondary x-axis.
plot: logical indicating whether a plot is produced.
...: additional arguments passed to the underlying plot().
Returns
Invisibly returns a list containing the thresholds considered, the corresponding excesses and the fitted GPD objects as returned by the underlying fit_GPD_MLE().
Details
Such plots can be used in the peaks-over-threshold method for determining the optimal threshold (as the smallest after which the plot is (roughly) stable).