stdfEmpInt {tailDepFun} | R Documentation |
Integrated empirical stable tail dependence function
Description
Analytical implementation of the integral of the bivariate stable tail dependence function over the unit square.
Usage
stdfEmpInt(ranks, k)
Arguments
ranks |
A |
k |
An integer between 1 and |
Value
A positive scalar.
References
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.
Examples
ranks <- cbind(sample(1:20), sample(1:20))
stdfEmpInt(ranks, k = 5)
[Package tailDepFun version 1.0.1 Index]