rmvnorm: Multivariate Normal Distribution

View source: R/gens.R

rmvnormR Documentation

Multivariate Normal Distribution

Description

Random number generator for the multivariate normal distribution with mean equal to u and covariance matrix S.

Usage

rmvnorm(n, u, S)

Arguments

n

number of random numbers

u

mean vector

S

covariance matrix


mnaR99/mshelpers documentation built on May 22, 2022, 6:03 a.m.