alpha <- 0.24; beta <- 0.23
Theta1 <- NA;
# The W() and PSP() copulas do not take parameters, but show how
# the parameters (ThetaX) would be set should either or both of the
# copulas require parameters.
para <- list(alpha=alpha, beta=beta,
cop1=W, para1=c(Theta1))
t <- composite1COP(0.4,0.6,para)
print(t)
print(W(0.4,0.6))
Run the code above in your browser using DataLab