|
A function that can be used in Formulas.
randomGauss##
(nrow
, ncol
, mu
, sigma
)
nrow
× ncol
independent normally distributed (randomGauss
) numbers.
randomGauss##
(model##
, mu
, sigma
)
model##
, and fill all cells with independent normally distributed numbers. This is shorthand for doing
randomGauss## (numberOfRows (model##), numberOfColumns (model##), mu, sigma)
© Paul Boersma 2023,2024