Function to return poisson random variable
이전 댓글 표시
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
답변 (1개)
Ridwan Alam
2019년 12월 17일
편집: Ridwan Alam
2019년 12월 17일
random('Poisson',lambda)
카테고리
도움말 센터 및 File Exchange에서 Poisson Distribution에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!