powered by
This function simulates observations a bivariate non-central squared copula model.
SimNCSCop(family, n, param, DoF = NULL)
'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'.
number of simulated vectors.
c(a1,a2,tau) where a1,a2 are the non-negative non-centrality
degrees of freedom of the Student copula (if needed).
Simulated Data
# NOT RUN { param <- c(0.8, 2.5, 0.7) ; U <- SimNCSCop('Clayton', 250, param) # }
Run the code above in your browser using DataLab