mexRangeFit:
Estimate dependence parameters in a conditional multivariate extreme values model over a range of thresholds.
Description
Diagnostic tool to aid the choice of threshold to be used for the estimation of the dependence parameters in the conditional multivariate extreme values model of Heffernan and Tawn, 2004.
Further graphical parameters may be passed, which will be used for plotting.
Value
NULL.
Details
Dependence model parameters are estimated using a range of threshold values. The sampling variability of these estimates is characterised using the bootstrap. Point estimates and bootstrap estimates are finally plotted over the range of thresholds. Choice of threshold should be made such that the point estimates at the chosen threshold and beyond are constant, up to sampling variation.
References
J. E. Heffernan and J. A. Tawn, A conditional approach
for multivariate extreme values, Journal of the Royal Statistical
society B, 66, 497 -- 546, 2004
# Example commented out to reduce R CMD check time# w <- migpd(winter, mqu=.7)# w# par(mfrow=c(4,2))# mexRangeFit(w,which=1,main="Winter data, Heffernan and Tawn 2004",cex=0.5)