randn {ADtools}R Documentation

Generate a matrix randomly from a normal distribution

Description

Generate a matrix randomly from a normal distribution

Usage

randn(..., mean = 0, sd = 1)

Arguments

...

Any number of dimensions.

mean

vector of means.

sd

vector of standard deviations.


[Package ADtools version 0.5.5 Index]