## For 2-dim. 'copula' objects
n <- 1000 # sample size
nu <- 3 # degrees of freedom
tau <- 0.5 # Kendall's tau
th <- iTau(tCopula(df = nu), tau) # corresponding parameter
cop <- tCopula(th, df = nu) # define 2-d copula object
set.seed(271)
plot(cop, n = n)
## For 2-dim. 'mvdc' objects
mvNN <- mvdc(cop, c("norm", "norm"),
list(list(mean = 0, sd = 1), list(mean = 1)))
plot(mvNN, n = n)
Run the code above in your browser using DataLab