multinorm_maker | R Documentation |
Implementation of a multivariate normal distribution
multinorm_maker( dim = 2, with_cov = TRUE, trafos_scale = exp, add_const = 1e-08 )
dim |
dimension of the multivariate normal distribution |
with_cov |
logical; whether or not to have a full covariance |
trafos_scale |
transformation function for the scale |
add_const |
small positive constant to stabilize calculations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.