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