Youngkwon C. answered 12/01/15
Tutor
4.9
(8)
Knowledgeable and patient tutor with a Ph.D. in Electrical Eng.
Hi Katie,
Let Si, i = 1, 2, denote the state i.
If Tij denotes the transition from Sj to Si,
transition probabilities are given as follows.
Prob(T11) = 0.9
Prob(T21) = 1- Prob(T11) = 1 - 0.9 = 0.1
Prob(T12) = 0.2
Prob(T22) = 1- Prob(T12) = 1 - 0.2 = 0.8
So, the Markovian transition matrix is
⌈ 0.9 0.2 ⌉
⌊ 0.1 0.8 ⌋