Q. 9.9

Question

Suppose that whether it rains tomorrow depends on past weather conditions only through the past 2 days. Specifically, suppose that if it has rained yesterday and today, then it will rain tomorrow with probability .8; if it rained yesterday but not today, then it will rain tomorrow with probability .3; if it rained today but not yesterday, then it will rain tomorrow with probability .4; and if it has not rained either yesterday or today, then it will rain tomorrow with probability .2. What proportion of days does it rain? 

Step-by-Step Solution

Verified
Answer

The proportion of days that it rains is 25.

1Step 1: Given Information

We have to find the probability for the portion of days that it will rain.

2Step 2: Simplify

This Markov chain has 4 states depending on the weather yesterday and today and these states are

R,R,R,NR,NR,R,NR,NR

where for example says that it has not rained the day before, but it rains today. So, the transition matrix is given in the text and it is equal to

P=0.80.200000.30.70.40.600000.20.8

Calculating for stationary distribution. Solving π=πP which implies these set of equations


πR,R=0.8πR,R+0.4πNR,RπR,NR=0.2πR,R+0.6πNR,RπNR,R=0.3πR,NR+0.2πNR,NRπNR,NR=0.7πR,NR+0.8πNR,NR


Solving this system of equations using iπi=1,

π=4/152/152/157/15


So, the proportion that it rains today is the sum of the first and the third row in πas these states indicate that it rains today. Hence, the proportion is 25.