powered by
Simulate from a kdevine object
rkdevine(n, obj)
number of observations.
a kdevine object.
kdevine
An \(n x d\) matrix of simulated data from the kdevine object.
kdevine, rkdevinecop, rkde1d
rkdevinecop
rkde1d
# NOT RUN { # load and plot data data(wdbc) # } # NOT RUN { # estimate density fit <- kdevine(wdbc[, 5:7], xmin = rep(0, 3)) # plot simulated data pairs(rkdevine(nrow(wdbc), fit)) # }
Run the code above in your browser using DataLab