Markov Chains Flashcards
How do you find two-step probabilities?
P*P
What is an accesible state?
State j is said to be accessible from state i if, when being in state i there is a positive probability of going to state j in a finite number of steps. We write i → j.
What is a class?
The state space S can be divided into classes of states where all states in a class communicate with each other and not with any state in any other class.
What is an irreducble markov chain?
If there is only on class, i.e. all states communicate, the Markov chain is called irreducible.
i.e. you are able to return to any state.
What is an absorbing state?
States that are impossible to get out of
What is a recurrent and transient states?
For a Markov chain let Ri denote the probability that starting from state i, the process will ever return to state i. We say that state i is
* Recurrent if Ri = 1 (guaranteed to return)
* Transient if Ri < 1 (not guaranteed to return)
If a state is recurrent, in the long run the process will return to the state infinitely many times. For a transient state the process will only return a finite number of times.
- Transient states are only visited a finite number of times.
- A finite-state Markov chain has at least one recurrent state.
- If one state in a class is recurrent, all states in the class are.
- If one state in a class is transient, all states in the class are.
- In an irreducible Markov chain all states are either recurrent or transient.
- In a finite irreducible Markov chain, all states are recurrent.
- Once a Markov chain enters a recurrent class, it will remain in that class forever.
What is a positive recurrent markov chain?
For a Markov chain with finite state space, all recurrent states are positive recurrent.
What is the period in a markov chain?
The period of a state i in a Markov chain is the greatest common divisor. If the period is 1, the state is called aperiodic. All states in a class have the same period.
What characteristics does a markov chain need to have steady state probabilities?
- Irreducible (one state)
- Positive recurrent (recurrent, will return)
- Aperiodic (gdc = 1)
For finite space we only need irreducible and aperiodic
How do we find steady state probabilities?
Π = P^T* Π
Continious markov chains
How do you prove some process is a markov chain?
Does not need previous info.
X_n+1depends only on Xn.
What is a birth and death process?
- Only able to move up in steps of one
- Only move down in steps of one.