I am trying to get a closed form expression for the expected value of the following summation of RVs: ∑Yi=1Xi, where Y is Poisson distributed with parameter λ and Xi follows some known distribution fX(x). Are there any means to drop the RV Y using λ?
Thank you for your time and patience.
Answer
Yes if your Xi's are iid, then you can use iterated conditioning to prove the Wald's identity.
EX[Y∑i=1Xi]=EY[EX[y∑i=1Xi|Y=y]]=EY[yEX[X1]]=∞∑y=0yEX[X1]e−λλyy!=λE[X1]e−λ∞∑y=1λy−1(y−1)!=λEX1
since the sum is an series expansion for eλ. We're using the iid property to go from the first to the second line. Then it's just the expectation of the Poisson distribution.
No comments:
Post a Comment