Imagine you want to predict tomorrow's weather. You look out the window today â sunny, cloudy, or rainy â and use that single snapshot to make your guess. You don't need to recall every day this month. Just now is enough.
That intuition powers one of the most useful ideas in all of mathematics: the Markov chain, named after the Russian mathematician Andrey Markov, who introduced the concept in 1906.
A Markov chain is a random process that jumps between states according to fixed probabilities. Its defining feature is the memoryless property (also called the Markov property): the probability of the next state depends only on the current state, not on any of the states that came before. The chain lives entirely in the present.
Despite this radical forgetfulness, Markov chains are extraordinarily powerful. Leave one running long enough and â under mild conditions â it settles into a stationary distribution: a stable set of probabilities that never changes, no matter where the chain started. The randomness hasn't vanished; it has just become perfectly predictable on average.
From search engine rankings to drug dosing models, from text prediction to quantum physics, the Markov chain is the engine under the hood.
Comments
Loading comments...