Hi, Guys,
I'm new to this forum, and don't have strong background in probability theory, so please bare with me if the question is too naive.
Here's the question,
In a problem I'm trying to model, I have a random variable (say, R), which is a sum of random number (say, N) of random variables (say, Hi), in which all Hi are i.i.d..
I have distribution of both N and Hi, and I am interested in the expected value and variance of R.
Any suggestions how I can get it? My initial thought is E(R) = E(N)*E(Hi), but i feel it not quite right.. and it's even harder to have variance of R.
I did some googling, and found out ways to sum rvs, but not so much of how to find random sums..
Any suggestions? or hint about where I can find related information?
Thanks
Focus
Aug1-08, 06:54 AM
Use the tower property which says that E(E(X|Y))=E(X) . In your case the solution is E\left(\sum_{i=1}^N H_i \right)=E\left(E\left(\sum_{i=1}^N H_i | N\right)\right)=E\left(\sum_{i=1}^N E(H_i)\right)=E(N E(H_1)) . Furthermore is N and His are independent then you can say that E(R)=E(N)E(H_1) . Hope this helps.
mathman
Aug1-08, 04:34 PM
To get the variance, you can apply the same approach (as Focus) to get the second moment and then use the usual relationship between second moment and variance.
fredliu
Aug1-08, 04:47 PM
Thanks very much for all your replies, guys~~
I'll look into the suggested approach, thanks a bunch~~
pluviosilla
Aug3-08, 11:05 AM
This question is related to another, so if I may, I'd like to add it to this thread.
In my Sheldon Ross, First Course in Probability, there is a derivation that has stumped me. The author wants to show how to use the conditional variance formula
In the last step, I can separate E[N] because N and X are independent, but I can think of no further simplifications. I've been looking around for a handy identity for a variance of a product, but cannot find anything.