rmvn {rmi}R Documentation

Random Multivariate Normal MVN Generator

Description

Random Multivariate Normal MVN Generator

Usage

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


[Package rmi version 0.1.1 Index]