A student is walking along the real line trying to get to th
A student is walking along the real line trying to get to the origin. Each step the student makes is random;the larger the intended step, the greater the variance is of that intended step. When the student is atlocation x, the next move has a mean of 0 and a variance of . Let Xn denote the position of thestudent after n steps. Let N Poisson().
Find: a) E(XN |X0 = x0)
b) Var(XN |X0 = x0)
Hint: Express XN as a sum of N random variables.
Solution
Let us go as given in the hint,
XN = x1 + x2 + . . . . + xn
a) E ( Xn | X0 = x0 )
= E ( x1 + x2 + . . . . + xn | X0 = x0 )
This could be written as sum of individual expectations
= E ( X1 | X0 = x0 ) + E ( X2 | X0 = x0 ) +. . . . . . . . .+ E ( Xn | X0 = x0 )
Since the steps are independent,
The required sum will be : n
b) Variance can also be expressed as the sum of variances:
var(X1+ +XN) = var(E(X1+ +XN N)) + E(var(X1+ +XNN))
= var (0) + E (N)
= 0+2E(N)
=2
= 3
Hope this helps.
