rmvn: Random Multivariate Normal MVN Generator

Description Usage Arguments Value

Description

Random Multivariate Normal MVN Generator

Usage

1
rmvn(n, mu = rep(0, d), cov_mat)

Arguments

n

number of observations

mu

d dimensional mean vector

cov_mat

d x d covariance matrix

Value

Matrix (n x d) of random MVN draws


rmi documentation built on May 2, 2019, 3:27 a.m.

Related to rmvn in rmi...