I have the following Bayesian Network and need help with answering the following query.
EDITED:
Here are my solutions to questions a and b:
a)
P(A,B,C,D,E) = P(A) * P(B) * P(C | A, B) * P(D | E) * P(E | C)
b)
P(a, ¬b, c ¬d, e) = P(a) * P(¬b) * P(c | a, b) * P(¬d | ¬b) * P(e | c)
= 0.02 * 0.99 * 0.5 * 0.99 * 0.88 = 0.0086
c)
P(e | a, c, ¬b)
This is my attempt:
a × ∑ P(a, ¬b, c, D = d, e) =
d
a × ∑ { P(a) * P(¬b) * P(c | a, b) * P(d) * P(e | c) + P(a) * P(¬b) * P(c | a,b) *P(¬d)
d + P(e | c) }
Note that a is the alpha constant and that a = 1/ P(a,¬b, c)
The problem I have is that I don't know how to compute the constant a that the sum is multiplied by. I would appreciate help because I'm preparing for an exam and have no solutions available to this old exam question.