Master the complete theory of discrete-time Markov processes, from fundamental definitions to advanced applications
A stochastic process with discrete state space (such as or finite sets) is called a Markov chain if for any , time instants, and states, it satisfies:
If the transition probability is independent of time , the chain is called time-homogeneous. We denote the one-step transition probability as:
The one-step transition matrix satisfies:
In a binary communication system with correct transmission probability and error probability . State space , transition matrix:
This represents: (0 transmitted correctly as 0), (0 transmitted incorrectly as 1), etc.
The -step transition probability from state to state is defined as:
The corresponding -step transition matrix is, with.
For any and positive integers :
Matrix form:
This leads to the fundamental result:
So ,, etc.
For the binary transmission system with , the two-step transition probability is:
This matches the direct calculation: "two transmissions both correct OR both incorrect."
The first passage time from state to state is:
with convention .
The probability of ever reaching state from state :
For a recurrent state , define the mean return time:
The period of state is defined as:
where denotes the greatest common divisor.
A probability distribution is called stationary if it satisfies:
Matrix form:
where is the stationary distribution vector.
Chain Type | Stationary Distribution |
---|---|
Irreducible, aperiodic, positive recurrent | Unique stationary distribution exists |
Irreducible, null recurrent or transient | No stationary distribution (or only trivial ) |
Reducible (multiple closed classes) | Multiple stationary distributions (convex combinations possible) |
Given state space and transition matrix:
For :
Player A starts with dollars, Player B with dollars. Each game, A wins \$1 with probability or loses \$1 with probability . Game continues until one player is ruined.
Google's PageRank algorithm models web surfing as a Markov chain where:
Model: Single server + 2 waiting positions (state space ), where = number of customers at time .
The stationary distribution gives long-term probabilities of having 0, 1, 2, or 3 customers in the system.
Test your understanding with interactive problems and use our specialized calculators