sim_inversion | R Documentation |
Simulate for single time-step
sim_inversion(out, proc_inputs)
sim_multi(out, proc_inputs)
sim_rejection(out, proc_inputs, careful)
out |
data frame for output |
proc_inputs |
output of |
careful |
should full, slower method be used? |
sim_inversion
and sim_rejection
correspond to
performing the sampling by inversion or using rejection sampling.
sim_multi
first simulates from the copula then transforms to the
correct margins in the correct causal ordering
sim_multi()
: simulation with multivariate copula
sim_rejection()
: Rejection sampling code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.