Description Usage Arguments Details Value References See Also Examples
View source: R/EstimationGumbel.R
Computes the asymptotic variance matrix for the Gumbel model, estimated using the pairwise M-estimator or the weighted least squares estimator.
1 | AsymVarGumbel(indices, par, method)
|
indices |
A q x d matrix containing at least 2 non-zero elements per row, representing the values in which we will evaluate the stable tail dependence function. For |
par |
The parameter of the Gumbel model. |
method |
Choose between "Mestimator" and "WLS". |
The matrix indices
can be either user defines or returned by selectGrid
. For method = "Mestimator"
, only a grid with exactly two ones per row is accepted, representing the pairs to be used.
A q
by q
matrix.
Einmahl, J.H.J., Kiriliouk, A., Krajina, A., and Segers, J. (2016). An Mestimator of spatial tail dependence. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 78(1), 275-298.
Einmahl, J.H.J., Kiriliouk, A., and Segers, J. (2018). A continuous updating weighted least squares estimator of tail dependence in high dimensions. Extremes 21(2), 205-233.
1 2 | indices <- selectGrid(c(0,1), d = 3, nonzero = c(2,3))
AsymVarGumbel(indices, par = 0.7, method = "WLS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.