rand_MVN: Simulate N realizations of X ~ MVN(mu,Sigma)

View source: R/rand_MVN.R

rand_MVNR Documentation

Simulate N realizations of X ~ MVN(mu,Sigma)

Description

Simulate N realizations of X ~ MVN(mu,Sigma)

Usage

rand_MVN(mu, Sigma, N)

Arguments

mu

A n by 1 column vector

Sigma

A n by n matrix

N

An integer


jcorrett/stats230.Rpackage documentation built on March 21, 2022, 5:36 a.m.