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 Aug. 16, 2023, 5:07 p.m.

Related to mvgauss in mrgsolve...