Generate bivariate data with different margins and dependence structures from Archimedian copulas.
dgp_cop(n, family = "clayton", margins = c("norm", "norm"),
paramMargins = list(list(mean = 0, sd = 1), list(mean = 0, sd = 1)),
rho = 2, ...)
sample size.
the copula of type Archimedian.
the margins to be specified.
parameters of marginal distributions.
the copula parameter
further arguments for function mvdc
.
a \(n x 2\) matrix of the data which is an object of class mvdc
.