Popular

Markov chain

A Markov chain is a stochastic model describing a sequence of states in which the probability of transitioning to the next state depends solely on the current state (Markov property). Formally: P(X_{n+1}=x | X_n=x_n,...,X_0=x_0) = P(X_{n+1}=x | X_n=x_n). Chains can be discrete or continuous in time, with a finite or countable number of states. Main tools: transition probability matrix, stationary distribution, Chapman–Kolmogorov equations.

History

Russian mathematician Andrey Markov in the early 20th century studied sequences of dependent random variables and introduced the concept of a chain to show that even in random texts, statistical regularities can be found.

How it works

Like in the game "Snake" on a phone, where the snake moves across cells, choosing a direction randomly, but only from the current position. If you know where it is now, it doesn't matter how it got there — this is the memoryless property.

💡 The first practical application of Markov chains was the analysis of the alternation of vowels and consonants in "Eugene Onegin" — Markov showed that it is not random and predicted future letters of the text.
Links in the knowledge graph 1
Related tags
critical pointentropynumerical simulationPhase transitionturbulence

Related articles

No articles yet