Markov chains are memoryless, in a way, since the past doesn't really inform the future; only the present counts. Recall that the future is conditionally independent of the past, given the present.
And if we connected states 3 and 6...
Recall the definition of a stationary distribution from the last lecture.
→s, a probability row vector (PMF), is stationary for a Markov chain with transition matrix Q if →sQ=→s.
For any irreducible Markov chain with finitely many states:
Regarding 4, if we any probability vector →t, then →tQ→→s.
So the above theories of stationary distributions are worthy of study, since
But how would we compute the stationary distribution?
Definition Markov chains with transition matrix Q=[qij] is reversible if there is a probability vector →s such that siqij=sjqji for all states i,j.
If a transition matrix is reversible with respect to →s, then that →s is stationary. This reversibility is with reference to time, so it is also called time reversible.
For intuition, imagine a video tape of some particle changing states. If you ran that video backwards and show that to someone, and that person could not tell if the action was moving forwards or backwards, then that would be an example of time reversiblity.
Proof
Let siqij=sjqji for all i,j; show that →sQ=→s.
∑isiqij=∑isjqji=sj∑iqji=sj but this is just the definition of matrix multiplication⇒→sQ=→sA random walk on a undirected network is an example of a reversible Markov chain.
In the diagram above, the nodes 1 through 4 are joined in an undirected graph. The degree of each node di is the number of edges emanating from said node, so d1=2,d2=2,d3=3,d4=1.
With transition matrix Q for the graph above, then diqij=djqji.
Proof
Let i≠j.
Then qij,qji are either both 0 or both non-zero. The key is that we are talking about an undirected graph, and all edges are two-way streets.
If there is an edge joining i,j), then qij=1di.
So in a graph with M nodes 1,2,…,M, where each node has degree di, then →s with si=di∑jdj is stationary.
View Lecture 32: Markov Chains Continued | Statistics 110 on YouTube.