I am trying to answer some questions related to the following markov chain: matrix.The questions are:
Is it irreducible?
What's the stationary distribution?
And I need to find this and explain why I get this answer.
My answers are :
Yes it is because you can't reach all states e.g. from state 1.
stationary distribution => [1-(5/3)*p, (1/4)*p, p, 1-(5/3)*p]
The problem that I face is that I am not quite sure how am I supposed to calculate the 3rd one. Any suggestions?
This is false. You can only get to state $4$ from state $1$, and from state $4$, you can only get back to state $1$. So you cannot reach state $2$ from state $1$.
– 5xum Sep 25 '17 at 11:33