Bayesian Network: Calculate probability of a parent node given child node

175 Views Asked by At

I have a Question about Bayesian Networks. Given a child node, how to calculate probability of the given parent node(using probability of all nodes).

The bayes net is : https://i.stack.imgur.com/LhWQz.png

I was able to solve for P(E | ¬D ), but how to do it for parent given child ?

How to find P(¬D | E) ?