The multivariate normal distribution
dist_multivariate_normal(mu = 0, sigma = diag(1))
mu |
A list of numeric vectors for the distribution's mean. |
sigma |
A list of matrices for the distribution's variance-covariance matrix. |
dist_multivariate_normal(mu = list(c(1,2)), sigma = list(matrix(c(4,2,2,3), ncol=2)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.