Processing math: 60%

Random walk on a clock

In this exercise, we will explore and illustrate various key concepts with a simple example. Consider the a random walk on 5 states: S={a,b,c,d,e}, which we picture to be positioned on clock, in clockwise order. Consider the following random walk, where we start at X0=a. We a roll a fair dice, and use it to decide to move clockwise to the state b, counterclockwise to the state e, or stay put, all with equal probability; similarly, at each state, we roll a fair independent dice, to determine whether to move forward, back, or stay put. We follow our position on this clock as X=(X0,X1,X2,).

We are interested in the following questions:

Endnotes

Version: 15 October 2023