E Random Pub Crawl: Your town has 5 pubs close to your home, say A, B, C, D, E. 1/4 1/2 1/2 Home 1/2 1/4 1/4 1/4/ 1/4 1/4 1/3 1/4 1/2 1/3 1/4 D E 1/3 1/2 (a) Write a program to simulate the random pub...


E Random Pub Crawl: Your town has 5 pubs close to your home,<br>say A, B, C, D, E.<br>1/4<br>1/2<br>1/2<br>Home 1/2<br>1/4<br>1/4 1/4/<br>1/4<br>1/4<br>1/3<br>1/4<br>1/2<br>1/3<br>1/4<br>D<br>E<br>1/3<br>1/2<br>(a) Write a program to simulate the random pub crawl. (From the<br>

Extracted text: E Random Pub Crawl: Your town has 5 pubs close to your home, say A, B, C, D, E. 1/4 1/2 1/2 Home 1/2 1/4 1/4 1/4/ 1/4 1/4 1/3 1/4 1/2 1/3 1/4 D E 1/3 1/2 (a) Write a program to simulate the random pub crawl. (From the "home" state allow probability 1/2 of going back to state B). (b) Starting from the Home state, run your program 1000 times, each time simulating a Markov chain of length 100. Each simulation should output a random sequence of values ($1, 82, 83..., $100 ) where each si is a pub and with that sequence, compute the num- ber of times each state is visited. Keep only these statistics. After the 1000 repetitions compute the average number of visits to each state. 3.
hen finished, make sure<br>ptionally, click Save as Draft<br>d.albany.edu/webe<br>(e) How do the statistics change if you started at state D? Repeat the<br>simulation staterting at state D.<br>(d) Does the distribution over states visited at step t converge for large<br>t?<br>(e) Approximately how long does it take for the chain to

Extracted text: hen finished, make sure ptionally, click Save as Draft d.albany.edu/webe (e) How do the statistics change if you started at state D? Repeat the simulation staterting at state D. (d) Does the distribution over states visited at step t converge for large t? (e) Approximately how long does it take for the chain to " forget"" whether it started at Home or at D?

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here