Last chance! 50% off unlimited learning
Sale ends in
dDiag(u, cop, log=FALSE)
"outer_nacopula "
. This also determines the dimension
via the comp
slotlog
of the density of the
diagonal should be returned instead of just the diagonal density.numeric
vector containing the values of the density of the
diagonal of the Archimedean copula at u
.acopula
class, dnacopula
.th. <- c(0.1, 0.2, 0.5, 0.8, 1.4, 2., 5.)
curve(dDiag(x, cop=onacopulaL("Clayton", list(th.[1], 1:3))), 0, 1,
n=1000, ylab="dDiag(x, *)", main="Diagonal densities of Clayton")
abline(h=0, lty=3)
for(j in 2:length(th.))
curve(dDiag(x, cop=onacopulaL("Clayton", list(th.[j], 1:3))), add=TRUE,
col=j, n=1000)
legend("topleft", do.call(expression, lapply(th., function(th)
substitute(theta == TH, list(TH=th)))),
lty = 1, col=seq_along(th.), bty="n")
Run the code above in your browser using DataLab