Description Usage Arguments Details Value References See Also Examples
Returns the bias-corrected stable tail dependence function in dimension d
, evaluated in a point cst
.
1 2 3 4 5 6 7 | stdfEmpCorr(
ranks,
k,
cst = rep(1, ncol(ranks)),
tau = 5,
k1 = (nrow(ranks) - 10)
)
|
ranks |
A |
k |
An integer between 1 and n - 1; the threshold parameter in the definition of the empirical stable tail dependence function. |
cst |
The value in which the tail dependence function is evaluated: defaults to |
tau |
The parameter of the power kernel. Defaults to 5. |
k1 |
An integer between 1 and n; defaults to n - 10. |
The values for k1
and tau
are chosen as recommended in Beirlant et al. (2016). This function might be slow for large n
.
A scalar between \max(x_1,…,x_d) and x_1 + \cdots + x_d.
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.
Beirlant, J., Escobar-Bach, M., Goegebeur, Y., and Guillou, A. (2016). Bias-corrected estimation of stable tail dependence function. Journal of Multivariate Analysis, 143, 453-466.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.