mvs_perm
sample from a multivariate normal distributionmvs_perm.Rd
Code to sample multivariate norm
mvs_perm
sample from a multivariate normal distribution
mvs_perm(m, sigma, n = 2)
m | a vector - mean values |
---|---|
sigma | a matrix - a positive definite covariance matrix |
n | a scalar - number of samples to generate (default 2) |
a matrix of sampled values