Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 58 of 76 · 11:41
Markov Chain Practice 1
Study guide
What this lecture covers
This worked problem uses a fixed six-state Markov chain, always starting at state S0, to practice several standard question types. It computes the probability of first entering a state at a given trial, the probability of never reaching a state, the probability of entering and immediately leaving a state, and the probability of being in a state exactly n trials in.
You should already know basic Markov chain notation, transition probabilities, and conditional probability before watching. Afterward, you'll be able to compute first-passage probabilities and n-step occupancy probabilities on a small chain by tracing out the specific paths that satisfy each event.
Key ideas
- Chain structure: from
S0the process moves toS1,S3, orS5, each with probability1/3;S1andS5are absorbing, whileS3connects to a left and right branch of the chain. - First-passage probability: the probability of first entering a state at trial
kis built from the probability of the specific path (transition then possible self-loops) that reaches it exactly at that trial. - Never-reaching probability: computed by summing the probabilities of all disjoint paths that permanently avoid the target state.
- Conditional transition probabilities: when a state has multiple possible next states, conditioning on "a state change occurred" renormalizes the probabilities of just those transitions.
- Enter-then-leave probability: written as a product of the probability of entering a state and the probability of leaving it on the next trial, using the Markov property to treat them as independent given the current state.
- n-step probability via a single deterministic path: when only one path leads to a state, the probability of being there after
ntrials is that path's probability raised to the appropriate power.
Before you watch
- Review Markov chain transition probability notation (
p_ij). - Know how to compute the probability of a fixed sequence of transitions using the Markov property.
- Be comfortable conditioning on "a transition occurred" to renormalize probabilities among a subset of outcomes.
Check your understanding
- Why is the probability of first entering
S2at trial 1 automatically zero? - How does conditioning on "a state change from S3 has happened" change the probability assigned to the S3-to-S2 transition?
- Why can the probability of entering S2 and then leaving it be written as a simple product?
- What is it about this particular chain's structure that makes the probability of being in S3 after n trials depend on only one path?
Chapters
- 0:00 <Untitled Chapter 1>
- 1:10 Part a of the Problem
- 3:12 Part B of the Problem
- 4:58 Conditional Probability
- 8:58 Part D
- 10:11 Part Ii
From the YouTube description
MIT 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013
View the complete course: http://ocw.mit.edu/6-041SCF13
Instructor: Qing He
License: Creative Commons BY-NC-SA
More information at http://ocw.mit.edu/terms
More courses at http://ocw.mit.edu
← Setting Up a Markov Chain · Lecture 17: Markov Chains II →
