mvgauss: Simulate from a multivariate normal distribution with mean...

View source: R/utils.R

mvgaussR Documentation

Simulate from a multivariate normal distribution with mean zero

Description

Simulate from a multivariate normal distribution with mean zero

Usage

mvgauss(mat, n = 10, seed = NULL)

Arguments

mat

a positive-definite matrix

n

number of variates to simulate

seed

if not null, passed to set.seed


mrgsolve documentation built on May 29, 2024, 5:37 a.m.

Related to mvgauss in mrgsolve...