Given the above bayesian network constructed in order to predict rain during successive days and the conditional probability tables. What would be the probability of P( Rain3∣ Rain1 )?
My approach:
There are two possible ways for P( Rain3∣ Rain1 )
- Either it rains on day 1, not day 2 and day 3 (in the table 0.350)
- Or rains on day 1, day 2 and day 3 (in the table 0.612)
Let's denote these as random variables A and B respectively.
Therefore shouldn't P( Rain3∣ Rain1 ) = P(A∪B)
And since A and B are given in the table as A=0.350, B=0.612 then P(A∪B) = 0.350 + 0.612 = 0.962


Almost had it...
Rains on day 1, not day 2 and day 3 ...
Finally... $$P(R_3 = T | R_1 = T) =0.359+0.145 = 0.504 $$