|
A function that can be used in Formulas.
randomGamma#
(n
, shape
, rate
)
n
independent Γ-distributed (randomGamma
) numbers.
randomGamma#
(model#
, shape
, rate
)
model#
, and fill all elements with independent Γ-distributed numbers. This is shorthand for doing
randomGamma# (size (model#), shape, rate)
© Paul Boersma 2023,2024