Poisson Distribution: Mean & Variance Explained

  • Thread starter Thread starter dervast
  • Start date Start date
  • Tags Tags
    Poisson
AI Thread Summary
The Poisson distribution has the same mean and variance, both equal to the parameter λ. This is derived mathematically through summation and recognition of Taylor series for e^λ. Additionally, while the Poisson distribution is discrete, it can be approximated by a Gaussian distribution when λ is large. This approximation is useful in practical applications despite the inherent differences between the two distributions. Understanding these properties is essential for correctly applying the Poisson distribution in statistical analysis.
dervast
Messages
132
Reaction score
1
Hi do u know if the poisson distribution has always the same value for EX(mean value) and variance?
 
Mathematics news on Phys.org
Do you mean "how do you know that the mean and variance of a Poisson distribution are the same"? Do the math!

For given parameter, \lambda, the Poisson Distribution is
P_\lambda(n)= \lambda^n \frac{e^{-\lambda}}{n!}
where n can be any positive integer.
The mean is given by
\Sigma_{n=1}^\infty \lambda^n \frac{e^{-\lambda}}{(n-1)!}
= \lambda e^{-\lambda}\Sigma_{n=1}^\infty \frac{\lambda^{n-1}}{(n-1)!}
and taking j= n-1,
= \lambda e^{-\lambda}\Sigma_{j= 0}^\infty \frac{\lambda^j}{j!}
It is easy to recognise that sum as Taylor's series for e^\lambda so the sum is just \lambda.

The variance is given by
\Sigma_{n=1}^\infty e^{-\lambda}n^2 \frac{\lambda^n}{n!}- \lambda^2[\tex]<br /> = e^{-\lambda}\Sigma_{n=1}^\infty \frac{n^2\lambda^n}{n!}-\frac{n\lambda^n}{n!}+ \frac{n\lambda^n}{n!}-\lambda^2<br /> = e^{-\lambda}\Sigma_{n=1}^\infty \frac{n(n-1)\lambda^n}{n!}+ \frac{n\lambda^n}{n!}<br /> = \lambda^2 e^{-\lambda}\Sigma_{n=2}^\infty \frac{\lambda^{n-2}}{(n-2)!}+ \lamba e^{-\lambda}\Sigma_{n=1}^\infty \frac{\lambda^{n-1}}{(n-1)!}- \lambda^2<br /> Now we can recognize both of those sums as Taylor&#039;s series for e^{\lamba} and so the variance is \lambda^2+ \lambda- \lamba^2= \lambda.
 
Last edited by a moderator:
Thx a lot really .. u seem to be really pro :)
I have read somewhere that sometimes we can assume that a poisson distribution is the same as the gaussian one
 
Poisson dist. can be approximated by Gaussian when the mean is large (compared to 1). However, Poisson is discrete, while Gaussian is continuous.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top