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

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

Homework Statement



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

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

Homework Equations





The Attempt at a Solution



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

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:
[tex]E[ \sum^m_{i=1} X_i] = *E[X_1 + X_2 + ... + X_m ] = m*E[X][/tex]
 
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
[tex]\mathbb{E}[X]=\mathbb{E}[\mathbb{E}[X|Y]][/tex]

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]

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

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

[tex]\sum^N_{i=1} X_i[/tex]

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

Is that correct?