Statistics - Discrete Markov Chains

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

Homework Statement





Homework Equations





The Attempt at a Solution



I'm not really sure if this belongs here or in the precalculus mathematics section. I had to take calculus before taking this class so I'm putting it here.

I'm confused about part (b). I don't really understand how I'm supposed to find [itex]P(X_{n+2}=0|X_{n}=2)[/itex] because I don't know what state n+1 is. Thanks for any help.
 
Last edited by a moderator:
Physics news on Phys.org
[itex]P(X_{n+2}=0) = P(X_{n+2}=0|X_{n}=2)P(X_{n}=2) + P(X_{n+2}=0|X_{n}=1)P(X_{n}=1) + P(X_{n+2}=0|X_{n}=0)P(X_{n}=0)[/itex]
[itex]P(X_{n+2}=0|X_{n}=2)P(X_{n}=2) = P(X_{n+2}=0) - P(X_{n+2}=0|X_{n}=1)P(X_{n}=1) - P(X_{n+2}=0|X_{n}=0)P(X_{n}=0)[/itex]

I'm not sure how this helps.
 
You're using the wrong events.

Do this

[tex]\begin{eqnarray*}<br /> P(X_{n+2} = 0~\vert~X_n=2) <br /> & = & P(X_{n+2} = 0~\vert~X_n=2,~X_{n+1}=0)P(X_{n+1}=0~\vert~X_n=2)\\<br /> & & + P(X_{n+2} = 0~\vert~X_n=2,~X_{n+1}=1)P(X_{n+1}=1~\vert~X_n=2)\\<br /> & & + P(X_{n+2} = 0~\vert~X_n=2,~X_{n+1}=2)P(X_{n+1}=2~\vert~X_n=2)<br /> \end{eqnarray*}[/tex]
 
GreenPrint said:

Homework Statement





Homework Equations





The Attempt at a Solution



I'm not really sure if this belongs here or in the precalculus mathematics section. I had to take calculus before taking this class so I'm putting it here.

I'm confused about part (b). I don't really understand how I'm supposed to find [itex]P(X_{n+2}=0|X_{n}=2)[/itex] because I don't know what state n+1 is. Thanks for any help.

If you had been told that ##X_0 = 2## would you have been able to work out the probability that ##X_2 = 0?## Have you really never seen how to get multi-step transition probabilities?

Note: I am waiting for answers to these questions before offering more help.
 
Last edited by a moderator:
Well for b) I got .21 and believed that I solved the problem correctly. I don't know exactly what c is even asking me. Find P(X_1 = 0). What exactly are the alphas? Like what do they represent? Alpha 1 = probability x equals zero is .25.

I have indeed never seen how to get multi-step transition probabilities =( but i believe i figured it out correctly and got the answer.

Thanks for your help guys.