Reputation: 179
I am having some problem related to Partial Abductive Inference in Gaussian Bayesian Networks (Bayesian Networks which accommodates the continuous nature of the random variables and follow jointly a Gaussian distribution)...
My questions are:
I will be highly grateful to you all if kindly help me in this regard. Thanks in advance...
Upvotes: 4
Views: 973
Reputation: 189
Belief Propagation is a generic inference algorithm based on message passing that requires two operations, sum() and product(), which can be easily implemented for Gaussian variables.
Junction tree propagation is a special case of Belief Propagation running on trees, so it can be applied to Gaussian Bayesian networks too.
Those books explain inference in continuous Bayesian networks in some details:
Upvotes: 4