Markov Chain Presentation
Markov Chain Presentation
Chain Model
A Basic to Intermediate Overview
Introduction to Stochastic
Processes
• • A stochastic process is a collection of
random variables that evolve over time.
• • Used to model systems that change in a
probabilistic manner.
• • Applications: Finance, Weather Forecasting,
Machine Learning, etc.
Markov Chain Model
• • A Markov Chain is a stochastic process
where the next state depends only on the
current state.
• • It follows the Markov Property: P(Xn+1 | Xn,
Xn-1, ..., X0) = P(Xn+1 | Xn).
• • Useful in modeling weather, stock prices,
and text generation.
Example: Weather Prediction
• Consider a simple Markov Chain with three
weather states:
• • Sunny (S)
• • Rainy (R)
• • Cloudy (C)
• The transition probabilities between these
states are given in the next slide.
Transition Probability Table
• A transition matrix represents the probability
of moving from one state to another: