normrnd: create a matrix of random values

Description Usage Arguments Value Author(s)

Description

Matlab offers the normrnd function which allows more control over creating matrices of random variables, allowing matrices of mean and sd input parameters.

Usage

1
  normrnd(mean = 0, sd = 1)

Arguments

mean

a vector or matrix of mean values

sd

a vector or matrix of sd values

Value

a vector or matrix of normally-distributed, random variables

Author(s)

Mark Cowley, 2012-07-16


drmjc/mjcstats documentation built on May 15, 2019, 2:41 p.m.