The diagnostic, proposed by Gabda, Towe, Wadsworth and Tawn,
relies on the fact that, for max-stable vectors on the unit Gumbel scale,
the distribution of the maxima is Gumbel distribution with a location parameter equal to the exponent measure.
One can thus consider tuples of size m and estimate the location parameter via maximum likelihood
and transforming observations to the standard Gumbel scale. Replicates are then pooled and empirical quantiles are defined.
The number of combinations of m vectors can be prohibitively large, hence only nmax randomly selected
tuples are selected from all possible combinations. The confidence intervals are obtained by a
nonparametric bootstrap, by resampling observations with replacement observations for the selected tuples and re-estimating the
location parameter. The procedure can be computationally intensive as a result.
Arguments
- xdat
- matrix or array of max-stable observations, typically block maxima. The first dimension should consist of replicates 
- m
- integer indicating how many tuples should be aggregated. 
- nmax
- maximum number of pairs. Default to 500L. 
- B
- number of nonparametric bootstrap replications. Default to 1000L. 
- ties.method
- string indicating the method for - rank. Default to- "random".
- plot
- logical indicating whether a graph should be produced (default to - TRUE).
- ...
- additional arguments for backward compatibility 
Value
a Tukey probability-probability plot with 95% confidence intervals obtained using a nonparametric bootstrap