generating random numbers from poisson distribution
이전 댓글 표시
how i can generate random numbers Poisson distribution pdf :
P(x) = e^(-λt).(λt)^x / x!
채택된 답변
추가 답변 (1개)
Paul
2022년 3월 30일
Check out
doc poissrnd
assuming that lamda*t in the question is the same as lamda in that function.
카테고리
도움말 센터 및 File Exchange에서 Poisson Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!