


POISSON_RND Draws random samples from a Poisson distribution. Syntax: X = poisson_rnd(lambda,N) In: lambda - Rate parameter of the distribution N - Number of samples (default 1) Out: X - 1xN vector of samples Description: Draw values of from a Poisson distribution. See also: GAMMA_RND, GAMMA_PDF
