Learn R Programming

tensr (version 1.0.1)

rsan: Standard normal array.

Description

Generate an array of iid standard normal variables.

Usage

rsan(dim)

Arguments

dim

a vector of positive integers.

Details

This functions generates an array of dimension dim filled with iid standard normal variables.

Examples

Run this code
# NOT RUN {
tensr:::rsan(c(5,4,3))
# }

Run the code above in your browser using DataLab