Function to return poisson random variable
Show older comments
Hi,
What is the (Is there any) MATLAB function to return a poisson random variable that is NOT NECESSARILY an integer? I know about poissrnd(), but apparently this function only returns integers inspite of any given input of lambda values.
e.g.
poissrnd(5.1)
ans =
7
Answers (1)
Ridwan Alam
on 17 Dec 2019
Edited: Ridwan Alam
on 17 Dec 2019
random('Poisson',lambda)
Categories
Find more on Poisson Distribution in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!