powered by
maturing
dist_multivariate_normal(mu = 0, sigma = diag(1))
A list of numeric vectors for the distribution's mean.
A list of matrices for the distribution's variance-covariance matrix.
# NOT RUN { dist_multivariate_normal(mu = list(c(1,2)), sigma = list(matrix(c(4,2,2,3), ncol=2))) # }
Run the code above in your browser using DataLab