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.
mexRangeFit(x, which, quantiles = seq(0.5, 0.9, length = 9),
start=c(.01, .01), R = 10, nPass=3, trace=10, margins = "laplace", constrain
= TRUE, v = 10, referenceMargin=NULL)
NULL.
An object of class mex
or migpd
.
The variable on which to condition.
A numeric vector specifying the quantiles of the marginal distribution of the conditioning variable at which to fit the dependence model.
See documentation for this argument in
mexDependence
.
The number of bootstrap runs to perform at each threshold. Defaults
to R
=10.
Argument passed to function bootmex
.
Argument passed to function bootmex
.
Argument passed to function mexDependence
.
Argument passed to function mexDependence
.
Argument passed to function mexDependence
.
Optional set of reference marginal distributions to use for marginal transformation if the data's own marginal distribution is not appropriate (for instance if only data for which one variable is large is available, the marginal distributions of the other variables will not be represented by the available data). This object can be created from a combination of datasets and fitted GPDs using the function makeReferenceMarginalDistribution
.
Harry Southworth, Janet E. Heffernan
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.
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
mexDependence
, bootmex
# \donttest{
w <- migpd(winter, mqu=.7)
w
par(mfrow=c(4,2))
plot(mexRangeFit(w, which=1),main="Winter data, Heffernan and Tawn 2004",cex=0.5)
# }
Run the code above in your browser using DataLab