Probability of rain today given rain yesterday is $0.6$, $0.2$ otherwise.
(a) What's the P(rain on the day after tomorrow if it rained today)?
(b) What's mean number of days of a rainy period?
(c) What fraction of days does rain fall?
(b) Really not sure how to do this one. Any help will be appreciated.
(c) For this problem, am I supposed to do pi = pi * P? Then I can compute the stationary distribution and find the proportion in the state for rain? Is that right?
Here, the left column represents the probabilities of rain or no rain on the next day, given that it rained today. The right column represents the probabilities of rain or no rain on the next day, given that it did not rain today.
– Zubin Mukerjee Oct 15 '19 at 20:11$$\begin{bmatrix}0.6 & 0.2\0.4 & 0.8\end{bmatrix}^2 =\begin{bmatrix}0.44 & 0.28\0.56 & 0.72\end{bmatrix}$$
Here, the left column represents the probabilities of rain or no rain two days from now, given that it rained today. The right column represents the probabilities of rain or no rain two days from now, given that it did not rain today.
The probability you are interested in is the top left corner, which is $0.44$.
– Zubin Mukerjee Oct 15 '19 at 20:11