+ All Categories
Home > Documents > Markov Chains in the Game of Monopoly - Williams...

Markov Chains in the Game of Monopoly - Williams...

Date post: 05-May-2019
Category:
Upload: vuongliem
View: 235 times
Download: 0 times
Share this document with a friend
27
Markov Chains in the Game of Monopoly Markov Chains in the Game of Monopoly Ben Li April 1, 2013 Ben Li Markov Chains in the Game of Monopoly
Transcript
Page 1: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Markov Chains in the Game of Monopoly

Ben Li

April 1, 2013

Ben Li

Markov Chains in the Game of Monopoly

Page 2: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Markov Chains

Markov Chain: random process containing a sequence of variablesX1,X2,X3, . . . ,Xr such that given the present state, the futurestate is conditionally independent of past states.

p(Xt+1 = j |Xt = it)

Ben Li

Markov Chains in the Game of Monopoly

Page 3: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Markov Chains

Examples:

I Games of chance

I Drunkard’s walk

I Google PageRank

I Asset pricing models

I Baseball analysis

Ben Li

Markov Chains in the Game of Monopoly

Page 4: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

State of Economy Example

Figure: Directed Graph Figure: Transition Matrix

Ben Li

Markov Chains in the Game of Monopoly

Page 5: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Long Term Markov Chain Behavior

Transition Matrix:

To1 2 . . . n

From 1 a1,1 a1,2 · · · a1,n

2 a2,1 a2,2 · · · a2,n...

......

. . ....

n an,1 an,2 · · · an,n

Ben Li

Markov Chains in the Game of Monopoly

Page 6: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Long Term Markov Chain Behavior

Define p as the probability state distribution of ith row vector,with transition matrix, A. Then at time t = 1,

pA = p1

Taking subsequent iterations, the Markov chain over time developsto the following

(pA)A = pA2, pA3, pA4

Ben Li

Markov Chains in the Game of Monopoly

Page 7: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Long Term Markov Chain Behavior

Define p as the probability state distribution of ith row vector,with transition matrix, A. Then at time t = 1,

pA = p1

Taking subsequent iterations, the Markov chain over time developsto the following

(pA)A = pA2, pA3, pA4

Ben Li

Markov Chains in the Game of Monopoly

Page 8: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

State of Economy Example

For example if at time t we are in a bear market, then 3 timeperiods later at time t + 3 the distribution is,

pA3 = p3

[0 1 0

] .9 .075 .025.15 .8 .05.25 .25 .5

3

=[.3575 .56825 .07425

]

Ben Li

Markov Chains in the Game of Monopoly

Page 9: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Long Term Markov Chain Behavior

To determine stationary state distributions, we must find a probability distribution pwhich satisfies the condition

pA = p

[p(1) p(2) · · · p(n)

]a1,1 a1,2 · · · a1,n

a2,1 a2,2 · · · a2,n

......

. . ....

an,1 an,2 · · · an,n

=[p(1) p(2) · · · p(n)

]

Ben Li

Markov Chains in the Game of Monopoly

Page 10: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Long Term Markov Chain Behavior

However, there is an easier way to determine stationary probability distributions. Let’sreverse our thinking and consider the probability of being in a certain state at t + 1.

I p(1) = .9p(1) + .15p(2) + .25p(3),I p(2) = .075p(1) + .8p(2) + .25p(3),I p(3) = .025p(1) + .05p(2) + .5p(3),I with the condition, p(1) + p(2) + p(3) = 1

Ben Li

Markov Chains in the Game of Monopoly

Page 11: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Four Square Circuit

To1 2 3 4

From 1 1/6 3/6 2/6 02 1/6 3/6 2/6 03 2/6 3/6 1/6 04 2/6 3/6 1/6 0

Ben Li

Markov Chains in the Game of Monopoly

Page 12: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Four Square Circuit

After the first throw, the probabilities of landing on each square are:

p1(1) =1

6p1(2) =

1

2p1(3) =

1

3p1(4) = 0

After two throws, the probabilities of landing on each square are:

p2(1) =2

9p2(2) =

1

2p2(3) =

5

18p2(4) = 0

Ben Li

Markov Chains in the Game of Monopoly

Page 13: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Four Square Circuit

Let pt(n) represent the probability of landing on square n after t die rolls.

I p0(1) = 1, p0(2) = p0(3) = p0(4) = 0.

I pt+1(1) = 16pt(1) + 1

6pt(2) + 2

6pt(3) + 2

6pt(4),

I pt+1(2) = 36pt(1) + 3

6pt(2) + 3

6pt(3) + 3

6pt(4),

I pt+1(3) = 26pt(1) + 2

6pt(2) + 1

6pt(3) + 1

6pt(4),

I pt+1(4) = 0.

Ben Li

Markov Chains in the Game of Monopoly

Page 14: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Four Square Circuit

p(1) =1

6p(1) +

1

6p(2) +

2

6p(3)

p(2) =3

6p(1) +

3

6p(2) +

3

6p(3)

p(3) =2

6p(1) +

2

6p(2) +

1

6p(3)

p(4) = 0

with the condition,

p(1) + p(2) + p(3) + p(4) = 1

Ben Li

Markov Chains in the Game of Monopoly

Page 15: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Four Square Circuit

1 1 1 1

56

- 16

- 13

0

- 12

12

- 12

0

- 13

- 13

56

0

∣∣∣∣∣∣∣∣∣∣∣∣∣

1

0

0

0

row reduce echelon form−−−−−−−−−−−−−−→

1 0 0 314

0 1 0 12

0 0 1 27

0 0 0 0

∣∣∣∣∣∣∣∣∣∣∣∣∣∣

314

12

27

0

p(1) = 314

p(2) = 12

p(3) = 27

p(4) = 0

Ben Li

Markov Chains in the Game of Monopoly

Page 16: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Application to Monopoly

Modifications

I 40 squares

I Doubles Rule

I Community Chest and Chance Cards

Markov Chain with 3× 40 = 120 states

Ben Li

Markov Chains in the Game of Monopoly

Page 17: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Application to Monopoly

Modifications

I 40 squares

I Doubles Rule

I Community Chest and Chance Cards

Markov Chain with 3× 40 = 120 states

Ben Li

Markov Chains in the Game of Monopoly

Page 18: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Stable Probabilties

Ben Li

Markov Chains in the Game of Monopoly

Page 19: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Considerations

I Rent Earnings

I Probability of Landing on Property

I Development Costs

Ben Li

Markov Chains in the Game of Monopoly

Page 20: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Analyze by probability of landing on a square for a single turn, not a roll.

p(1) =30

36, p(2) =

6

36

(30

36

), p(3) =

6

26

(6

36

)(1)

E [X ] = 1

(30

36

)+ 2

(6

36·

30

36

)+ 3

(6

36·

6

36· 1)

=43

36= 1.194

Ben Li

Markov Chains in the Game of Monopoly

Page 21: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Consider the following inequality.

Revenue ≥ Cost

p(n) · R · E [X ] · Turn ≥ Cost

Turn =

(Cost

p(n) · R · E [X ]

)

Ben Li

Markov Chains in the Game of Monopoly

Page 22: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Consider the following inequality.

Revenue ≥ Cost

p(n) · R · E [X ] · Turn ≥ Cost

Turn =

(Cost

p(n) · R · E [X ]

)

Ben Li

Markov Chains in the Game of Monopoly

Page 23: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Consider the following inequality.

Revenue ≥ Cost

p(n) · R · E [X ] · Turn ≥ Cost

Turn =

(Cost

p(n) · R · E [X ]

)

Ben Li

Markov Chains in the Game of Monopoly

Page 24: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Ben Li

Markov Chains in the Game of Monopoly

Page 25: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Ben Li

Markov Chains in the Game of Monopoly

Page 26: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Monopoly Strategy

Color Investment TurnOrange Hotel 20Light Blue Hotel 25Dark Blue 3 House 29Maroon 3 House 29Red 3 House 29Yellow 3 House 30Railroad All 4 32Green 3 Houses 34Purple Hotel 37

Ben Li

Markov Chains in the Game of Monopoly

Page 27: Markov Chains in the Game of Monopoly - Williams Collegeweb.williams.edu/Mathematics/sjmiller/public_html/hudson/Li_Markov... · Markov Chains in the Game of Monopoly Markov Chains

Markov Chains in the Game of Monopoly

Jorg Bewersdorff, Luck, Logic and White Lies: The Mathematics of Games, A KPeters (2005), 106-120.

J. Laurie Snell Finite Markov Chains and their Applications, The AmericanMathematical Monthly (1959), 66 (2), 99-104.

Ben Li

Markov Chains in the Game of Monopoly


Recommended