draw_sample | R Documentation |
Draw a sample from a (multivariate) probability distribution
draw_sample(dist, n = 10000, method = "auto", msg = TRUE, ...)
dist |
SIMPle.dist or SIMPle.dlist, specifies distribution to sample from |
n |
integer, number of sampled observations |
method |
character, specifies sampling method. Either "mcmc" for Monte Carlo (MC) Simulation or "copula" for univariate MC + Copula approach |
msg |
logical, should messages be displayed? |
... |
further args (currently unused) |
A data matrix representing the sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.