Definition

The Chapman-Kolmogorov Equation gives the transition probability to go from state to in steps:

Where is the number of all states.

Interpretation

To get somewhere in multiple steps, you must pass through some intermediate state. The equation formalizes: the probability of going from to in steps equals the sum over all possible intermediate states of the probability of going in steps, then in steps.

Example

5-step transition from rain to rain =

  • (2 steps to rain, then 3 steps rain→rain) +
  • (2 steps to sunny, then 3 steps sunny→rain)

Proof