|
A function that can be used in Formulas.
randomGamma##
(nrow
, ncol
, shape
, rate
)
nrow
× ncol
independent Γ-distributed (randomGamma
) numbers.randomGamma##
(model##
, shape
, rate
)
model##
, and fill all cells with independent Γ-distributed numbers. This is shorthand for doing randomGammma## (numberOfRows (model##), numberOfColumns (model##), shape, rate)
© Paul Boersma 2023,2024