generating random numbers from poisson distribution
Show older comments
how i can generate random numbers Poisson distribution pdf :
P(x) = e^(-λt).(λt)^x / x!
Accepted Answer
More Answers (1)
Paul
on 30 Mar 2022
Check out
doc poissrnd
assuming that lamda*t in the question is the same as lamda in that function.
Categories
Find more on Poisson Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!