

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Lecture notes on regular markov chains, explaining the concept of regular transition matrices, their applications in making long-range predictions, and methods to determine if a matrix is regular or not. It includes examples and calculations to illustrate the concepts.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Math 166 Lecture Notes M. Section M.2 Regular Markov Chains One of the many applications of Markov chains is in making long-range predictions.It is not possible to make long-range predictions with all transition matrices. However, for a particular group of transition matrices it “regular”, it will always be possible. A transition matrix is regular if some power of the is always possible. If a transition matrix is matrix contains all positive entries (no zeroes!). A question that will soon come up is this…. How far must you go (with powers of thematrix) to be certain that a matrix is not regular? The answer is that if zeros occur in the same positions in two successive powers of a matrix, then they will appear in thosepositions for all higher powers of the matrix.
Example 1: Is the transition matrix given below “regular”?
T =
.10 .55.
.65 .20.
.25 .25. Find: T 50 =
Example 2: Is the transition matrix given below “regular”?
T =
.35 .8 0
.45 0.
.2 .2. Find: T 2 =
, T 30 =
Example 3: Is the transition matrix given below “regular”?
T =
0.5 0 0
0.5 0.8 0.
0 0.2 0. Find: T 2 =
, T 3 =
,
T 50 =
Example 4: Is the transition matrix given below “regular”?
T =
0.5 0 0
0 1 0.
0.5 0 0. Find: T 2 =
, T 3 =
,
Compute and comment on T 50.
Equilibrium vector of a Markov Chain. If a Markov chain with transition matrix T is regular, then there is a unique vector V such that, for any probability vector v and for large values of n, T nv =V. If a Markov chain with transition matrix T is regular,then there exists a probability vector V such that TV = V. Vector V is the equilibrium vector of the Markov Chain. Note: The sum of the entries in the probability vector must be 1!
Example 5 Find the equilibrium or steady-state vector for the transition matrix::
T =
0.2 0.8 0.
0.6 0.1 0.
0.2 0.1 0. .
Solution Find the probability vector V such that TV = V. (if it exists):
Let V =
z
y
x
. Then
0.2 0.8 0.
0.6 0.1 0.
0.2 0.1 0.
z
y
x =
z
y
x .
Performing the matrix multiplication, we get:
x y z
x y z
x y z 2 8 4
=
z
y
x , or the equations: x y z z
x y z y
x y z x
or
. 2. 8. 6 0
x y z
x y z
x y z
Add to those the additional equation x + y+z= 1 since x, y, and z are probabilities for an entire sample space. Solve the resulting system:
x y z
x y z
x y z
x y z
Recall that you can solve the systems of equations using the augmented matrix and rreffunction in the calculator.
z
y
x =
4783