Marko
Marko
1
Andrei Markov (1856-1922)
2
Example
An employee tried not to be late for his office too
often. If he is late one day, he is 80% sure to be on
time next time. If he is on time, then next time there
is 20% chance of being late. In the long run how
often he is late for the office
3
Stochastic Processes
4
Transition Probabilities
5
Notation
6
Markov Property
7
Transition Probability Matrix (TPM)
8
Transition probability matrix: Rows indicate the current state and
column indicate the transition . For example, given the current state of
A, the probability of going to the next state A is s. Given the current
state A’, the probability of going from this state to A is r. Notice that
the rows sum to 1. We will call this matrix P.
9
Notation
10
Notation
11
Initial State distribution matrix:
A A'
S0 t 1 t
12
First and second state matrices:
S1 So P
2
S2 S1 P So P P S0 P
13
Kth – State matrix
S k S k 1 P S0 P k
14
Example
15
Solution:
16
17
18
19
Problem 2
20
21
22
An example: An insurance company classifies drivers as low-risk if they are accident-
free for one year. Past records indicate that 98% of the drivers in the low-risk category (L)
will remain in that category the next year, and 78% of the drivers who are not in the low-
risk category ( L’) one year will be in the low-risk category the next year.
L L'
L 0.98 0.02
P
L ' 0.78 0.22
k
Use the formula
k S S P
0
to find the 4th state
matrix for the previous problem.
S4 S0 P 4
4
0.98 0.02
0.90 0.10
=
0.78 0.22
.97488 0.02512
after four states, the percentage of low-risk drivers has
increased to .97488
24
25