poissrnd
Random numbers from Poisson distribution
Description
generates an array of random numbers from the Poisson distribution with the scalar rate
parameter r
= poissrnd(lambda
,sz1,...,szN
)lambda
, where sz1,...,szN
indicates the
size of each dimension.
Examples
Input Arguments
Output Arguments
Alternative Functionality
poissrnd
is a function specific to Poisson distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionrandom
, which supports various probability distributions. To userandom
, specify the probability distribution name and its parameters. Alternatively, create aPoissonDistribution
probability distribution object and pass the object as an input argument. Note that the distribution-specific functionpoissrnd
is faster than the generic functionrandom
.To generate random numbers interactively, use
randtool
, a user interface for random number generation.
Extended Capabilities
Version History
Introduced before R2006a