That is, the probability of the next state is conditioned only by the current state and not by past states.
is the transition probability of moving from i to j at time t.
is a transition probability matrix.
can be reduced to
for the steady state transition probabilities pij.
is the m-step transition probability, where i and j are states and m is positive.
P(Xn = j) | = | sum(i in S, P(Xn = j | X0 = i)P(X0 = i)) |
= | sum(i in S, Pij(n)P(X0 = i)) |
is the row probability.
This page last modified on 2 May 2005. |