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