## Fix a 5-dimensional asymmetric tail dependence structure
ds5 <- gen.ds(d = 5)
## Compute pairwise tsic
tsic(ds = ds5, ind = 2)
## Plot the tail dependograph
graphs(ds = ds5)
## Compute tsic on two specific subsets
tsic(ds = ds5, ind = list(1:4, 3:5))
## Compute normalized version of tsic
tsic(ds5, ind = list(1:4, 3:5), norm = TRUE)
## Compute Sobol and normalized version of tsic
tsic(ds5, ind = list(1:4, 3:5), norm = TRUE, sobol = TRUE)
Run the code above in your browser using DataLab