gen_normal: gen_normal

View source: R/distributions.R

gen_normalR Documentation

gen_normal

Description

A function generating a random matrix with multivariate normal distribution

Usage

gen_normal(n, m, param)

Arguments

n

The number rows

m

The number of columns

mu

The mean vector

sd

The optional optional covariance matrix

Examples

gen_normal(10, 2, param=list(mu=rep(-10,2)))


AntoineDubois/sdcv2 documentation built on May 16, 2024, 3:23 p.m.