フィルターのクリア

May I ask how to plot Poisson distribution plot?

6 ビュー (過去 30 日間)
Chris
Chris 2022 年 10 月 20 日
回答済み: David Hill 2022 年 10 月 20 日
lamda = 47/42;
year_span = 1, 2, ....., 9;
x = 0;
p = (exp(-lamda*year_span))*((lamda*year_span)^x)/(factorial(x));
1-p
Then how can I get the plot of probability with this code?
(p is a formula of Poisson distribution and the year_span will be changed from 1 to 9)

採用された回答

David Hill
David Hill 2022 年 10 月 20 日

その他の回答 (0 件)

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by