kdecop()
fit.See rkdecop()
.
# S3 method for kdecopula simulate(object, nsim = 1, seed = NULL, quasi = FALSE, ...)
object | an object of class |
---|---|
nsim | integer; number of observations. |
seed | integer; |
quasi | logical; the default ( |
... | unused. |
Simulated data from the fitted kdecopula
model.
data(wdbc) udat <- apply(wdbc[, -1], 2, function(x) rank(x) / (length(x) + 1)) fit <- kdecop(udat[, 5:6]) plot(simulate(fit, 500))