Description Usage Arguments Value References Examples
Analytical implementation of the integral of the bivariate stable tail dependence function over the unit square.
1 | stdfEmpInt(ranks, k)
|
ranks |
A |
k |
An integer between 1 and n - 1; the threshold parameter in the definition of the empirical stable tail dependence function.#' @return A scalar. |
A positive scalar.
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.
1 2 | ranks <- cbind(sample(1:20), sample(1:20))
stdfEmpInt(ranks, k = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.