View source: R/parameter_uncertainty_utils.R
sampleFromMultivariateNormalDistributionCore | R Documentation |
Sample from multivariate normal distribution (core method).
sampleFromMultivariateNormalDistributionCore(n, mean, varcov)
n |
numbers of rows to sample |
mean |
mean values to give to the multivariate normal distribution |
varcov |
variance-covariance matrix |
a data frame with the sampled parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.