Prev Up Next
Go backward to Solution to part (c)
Go up to 3 Variable Elimination Algorithm (Singly Connected)
Go forward to Solution to part (e)

Solution to part (d)

Suppose we now eliminate F. What factor(s) are removed, and what factor is created?

The factors that contain F are P(F|C) and f3(F). We create the factor f4(C), defined by:

C Value
true 0.45 * 0.26 + 0.55 * 0.96 = 0.645
false 0.85 * 0.26 + 0.15 * 0.96 = 0.365

Computational Intelligence online material, ©David Poole, Alan Mackworth and Randy Goebel, 1999

Prev Up Next