How Do You Calculate the Expected Value Using Poisson Distribution?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
catsonmars
Messages
7
Reaction score
0

Homework Statement


Use the Poisson distribution W=(λ^n/n!)*e^-λ to calculate <n>


Homework Equations


<n>=ƩW*n



The Attempt at a Solution


Since W = (λ^n/n!)*e^-λ I wind up with <n>=[(λ^n/n!)*e^-λ]*n
But I really don't know where to go from here. Should I do a Taylor Series. I've tried crossing out the top n and ended up with


[(λ^n/(n-1)!)*e^-λ] but this doesn't seem to help. If anyone can point me in the right direction or a general problem solving strategy that would be great. I'd like to demonstrate more work but I don't know what to do.
 
Physics news on Phys.org
Evaluate the generating function
[tex]Z(x)=\sum_{n=0}^{\infty} W(n) \exp(-n x).[/tex]
Then you can get expectation values by taking derivatives of this function wrt. [itex]x[/itex] :-).
 
catsonmars said:

Homework Statement


Use the Poisson distribution W=(λ^n/n!)*e^-λ to calculate <n>


Homework Equations


<n>=ƩW*n



The Attempt at a Solution


Since W = (λ^n/n!)*e^-λ I wind up with <n>=[(λ^n/n!)*e^-λ]*n
But I really don't know where to go from here. Should I do a Taylor Series. I've tried crossing out the top n and ended up with


[(λ^n/(n-1)!)*e^-λ] but this doesn't seem to help. If anyone can point me in the right direction or a general problem solving strategy that would be great. I'd like to demonstrate more work but I don't know what to do.
You need the summation.
$$\langle n \rangle = \sum_{n=0}^\infty \frac{\lambda^n}{n!} e^{-\lambda} n = \sum_{n=1}^\infty \frac{\lambda^n}{(n-1)!} e^{-\lambda}$$ Note that the lower limit changed from n=0 to n=1, since the n=0 term is 0. You just need to recognize that ##e^{-\lambda}## is a constant, so you can factor it out of the summation. Similarly, try pulling one factor of ##\lambda## out so that the exponent of ##\lambda## inside the summation matches up with the factorial.