JC.vwrtu <- joint.curvesCOP( cop=PSP, prob=0.98)$"0.98"
JC.uwrtv <- joint.curvesCOP2(cop=PSP, prob=0.98)$"0.98"
plot(qnorm(JC.vwrtu$U), qnorm(JC.vwrtu$V), type="l", lwd=6, col=8,
xlab="STANDARD NORMAL VARIATE IN U", xlim=c(2,5), ylim=c(2,5),
ylab="STANDARD NORMAL VARIATE IN V")
lines(qnorm(JC.uwrtv$U), qnorm(JC.uwrtv$V), col=2, lwd=2)
mtext("98th Joint Percentile Level Curve for PSP Copula")
Run the code above in your browser using DataLab