rsan {tensr} | R Documentation |
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.
Author(s)
Peter Hoff.
Examples
tensr:::rsan(c(5,4,3))
[Package tensr version 1.0.1 Index]