Learn R Programming

sectorgap (version 0.1.0)

mvrnorm: Draws from the multivariate normal distribution.

Description

Draws from the multivariate normal distribution.

Usage

mvrnorm(mu, sigma)

Value

A n x 1 named vector of drawn parameters.

Arguments

mu

A n x 1 vector, the mean vector.

sigma

A n x n matrix, the covariance matrix.