Belief networks: independence
It's not immediately obvious how to interpret the conditional relationships represented by a belief network. For example, consider the networks below.
Network(s) b, c and d represent the distribution:
Network(s) a represent the distribution:
Next, consider conditional independence.

- In a),
and are unconditionally dependent, and conditioned on they are independent. Knowing either gives information on the distribution of , which in turn informs of the others distribution.. - In b),
and are unconditionally dependent, and conditioned on they are independent. - In c),
and are unconditionally independent, and conditioned on they are dependent. - Id d),
and are unconditionally independent, and conditioned on or , are dependent. See book for full equation.
Independent but conditionally dependent
Considering a graph like
Tips
So far, the most intuitive way I have found of converting these diagrams into a mental model is to view the arrows into a node A as saying: knowing the inputs to A is sufficient to fix the shape of A's distribution, and all other quantities can change without affecting A's distribution.
When reading the graphs, have the following rules in mind:
- source exists in the conditional of target when expressing
- When expressing
as , it can be done as . Where accounts for any other connected components in the full graph. (I'm not sure if I have this right).