Question
Question: Prove that the total probability is one by using Poisson distribution....
Prove that the total probability is one by using Poisson distribution.
Solution
We will first of all write down the formula used in Poisson distribution, then since Poisson distribution is a discrete probability, we will sum up it for all the values from 0 to infinity and, it will result in 1 on simplification and thus we are done.
Complete step-by-step answer:
Let us discuss Poisson distribution to understand it.
Let X be the discrete random variable that represents the number of events observed over a given time period. Let λ be the expected value (average) of X. If X follows a Poisson distribution, then the probability of observing k events over the time period is:-
P(X=k)=k!λke−λ
Since, we cannot have the events in negative, therefore, X⩾0.
So, if we sum up all the probabilities possible that is upto infinity, we must get 1 to prove the given question.
So, let us now sum it up from 0 to infinity.
k=0∑∞P(X=k)=k=0∑∞k!λke−λ
Simplifying the RHS by opening up the summation sign, we will have:-
k=0∑∞P(X=k)=0!λ0e−λ+1!λ1e−λ+2!λ2e−λ+.........
Taking out e−λ common from RHS, we will have with us the following expression:-
k=0∑∞P(X=k)=e−λ(0!λ0+1!λ1+2!λ2+.........)
Rewriting the expression as follows:-
k=0∑∞P(X=k)=e−λr=0∑∞r!λr ………(1)
We know that the expansion of ex is given by:-
ex=r=0∑∞r!xr
Using this we can write the equation (1) as:-
k=0∑∞P(X=k)=e−λ.eλ=1.
Hence, we have proved that the total probability is one by using Poisson distribution.
Note: The students must note that the expression just before equation (1), if you open it up by writing the values of factorials, you would not be able to see as a whole combining to form something, which will become an obstacle to reach the required result. So, just try to observe the patterns for once which have factorial in them to turn them in something really simple.
Fun Fact:- The λ in Poisson Distribution means both Mean and Variance and you may verify it using its formula given by P(X=k)=k!λke−λ.