mvrnorm: Draws from the multivariate normal distribution.

View source: R/bayes_gibbs_steps.R

mvrnormR Documentation

Draws from the multivariate normal distribution.

Description

Draws from the multivariate normal distribution.

Usage

mvrnorm(mu, sigma)

Arguments

mu

A n x 1 vector, the mean vector.

sigma

A n x n matrix, the covariance matrix.

Value

A n x 1 named vector of drawn parameters.


sectorgap documentation built on May 29, 2024, 10:56 a.m.