Post date: Feb 15, 2011 11:02:46 AM
Important Terms:
Transient State: If a state is i is not accessible from state j but j is accessible from i then i is known as a transient state.
Recurrent State: If a state i is accessible from a state j and j from i then i is a recurrent state.
Irreducible Markov Chains: It's a type of Markov Chains where every node is accessible from any other node.