Question: Write in Python The Poisson distribution is defined by the following expression for XP() : P(X=k)=ek!k. Draw n=100 samples from a Poisson distribution, using numpy.random.poisson

Write in Python
The Poisson distribution is defined by the following expression for XP() : P(X=k)=ek!k. Draw n=100 samples from a Poisson distribution, using numpy.random.poisson ( lam =5, size =100 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
