The Problem
In Topic 3, we learned about conditional independence. But how do we systematically determine if two variables are conditionally independent just by looking at the graph?
d-Separation (directed separation) is a graphical algorithm that answers this question:
YES! We just need to apply 3 Simple Rules to the paths connecting the variables.
A → B → C
A ← B → C
A → B ← C
We will learn how each structure determines if a path is Blocked (Independent) or Active (Dependent).