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 で Univariate Discrete Distributions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!