Plot the Poisson distribution using Python for n = 0, 1, 2, 3.
Plot the probability Pn(t) versus t when λ(t) = 1. Graph should
look like the curves in the graph below with multiple
curves.
THE POISSON DISTRIBUTION
1
0.9
0.8
0.7
n=0
0.6
Pn(t) 0.5
0.4
n=1
0.3
n=2
n=3
0.2
n=4.
n=5
0.1
0
1
2
3
4
5
6
7
8
9
10
t(seconds)