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