nTypically, we are interested in
n the posterior joint distribution of the query variables Y
n given specific values e for the evidence variables E
n
nLet the hidden variables be H = X - Y - E
n
nThen the required summation
of joint entries is done by summing out the hidden variables:
nP(Y | E = e) = αP(Y,E = e) = αΣhP(Y,E= e, H = h)
n
nThe terms in the summation are joint entries because Y, E and H together exhaust the set of random variables
n
nObvious problems:
1.Worst-case time
complexity O(dn) where d is the
largest arity
2.Space complexity O(dn) to store the joint
distribution
3.How to find the
numbers for O(dn) entries?