Poisson Distribution: Find E[N ∑Nᵢ₁Xᵢ]

cse63146
Messages
435
Reaction score
0

Homework Statement



Let N,X1, X2, ... be independant random bariables where ?N has a poission Distribution with mean 3 while X1, X2... each has a poisson distribution with mean 7

Determine E[N \sum^N_{i=1} X_i]

Homework Equations





The Attempt at a Solution



E[N \sum^N_{i=1} X_i] = E[N] * E[\sum^N_{i=1} X_i] = (3)(7) = 21

but that can't be right.
 
Physics news on Phys.org
Hi cse63146

I would first look at for constant sum of m Xi's, with the Xi's representing the same distribution X independently, the sum gives:
E[ \sum^m_{i=1} X_i] = *E[X_1 + X_2 + ... + X_m ] = m*E[X]
 
so the expectation would be E[N2]*E[X]

E[N2] = Var(x) + E[N]2 - 3 + 32 = 12

E[N2]*E[X] = (12)(7) = 84
 
You may want to use the tower law
\mathbb{E}[X]=\mathbb{E}[\mathbb{E}[X|Y]]

You need to condition on the N to pull out the sum.
 
Let T = X1 + X2 + XN. E[T|N] = E[X1 + X2 + XN | N ]

E[T|N] = E[X1 + X2 + XN] = N*E[X]

E[T] = E[E[T|N]] = E[NE[X]] = E[N]*E[X]

E[N \sum^N_{i=1} X_i] = E[N^2]E[X]

E[N2] = Var(x) + E[N2] = 3 + 32 = 12

E[N2]*E[X] = (12)(7) = 84.

There's a second part of the question - Determine the variance of

\sum^N_{i=1} X_i

so Var (T|N) = Var(X1+ ... + Var(XN). Since X1 X2 XN are independant: Var(T|N) = N*Var(X).

Is that correct?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top