# Plot the tail dependencies by nonexceedance probability
# for a positive association Plackett copula
TD <- taildepCOP(cop=PLACKETTcop,para=c(3), plotem=TRUE)
print(TD)
# Plot the tail dependencies by nonexceedance probability
# for the PSP copula
TD <- taildepCOP(cop=PSP, para=c(3), plotem=TRUE)
print(TD)
# How about some composited Plackett-Plackett copulas?
# Each has upper and lower tail dependence parameters equal to zero.
para <- list(cop1=PLACKETTcop, cop2=PLACKETTcop,
para1=c(0.00395), para2=c(4.67),
alpha=0.9392, beta=0.5699)
taildepCOP(cop=composite2COP, para=para, plotem=TRUE, verbose=TRUE)
para <- list(cop1=PLACKETTcop, cop2=PLACKETTcop,
para1=c(0.14147), para2=c(20.96),
alpha=0.0411, beta=0.6873)
taildepCOP(cop=composite2COP,para=para)
para <- list(cop1=PLACKETTcop, cop2=PLACKETTcop,
para1=c(0.10137), para2=c(4492.87),
alpha=0.0063, beta=0.0167)
taildepCOP(cop=composite2COP,para=para)
Run the code above in your browser using DataLab