Admistrivia
Readings: Chapter 3 up to page 126
Questions from the homework?
Review example
review first step analysis with simple example:
P =
q
r
0
1
Prob of starting in 0 and ending in 1???
General matrix
Put absorbing states last
Hence the zeros are all together
Q
R
0
I
First few states are transiant
Last bunch are absorbing.
Can work out probability of absorbing into state k
Matrix of answers! (starting state, ending state)
U
ik
= P
ik
+ sum P
ij
U
jk
Chapter III.5: Examples
2 state limit
(Hint for next year: Do it using LDU instead.)
P =
1-a
a
b
1-b
A =
b/(a+b)
a/(a+b)
b/(a+b)
a/(a+b)
B =
a/(a+b)
-a/(a+b)
-b/(a+b)
b/(a+b)
CHECK: AA = A, AB = 0, BA = 0, BB = B. Very cool!
P = A + (1 - a - b) B
Now multiply P
n
by P to generate P
n+1
.
Inductive argument done carefully...
Now do it directly
Random walk definitions
Big matrix! (q = move left, p = move right, r = stay put)
State dependent (q
i
, p
i
, r
i
)
Top and bottom: reflecting or absorbing?
Good model of betting with my big brother (odds changed based on who was ahead. We both liked gambling.)
State independent: q, 0, p.
Dean P. Foster
Last modified: Mon Feb 11 11:51:30 EST 2008