Causal Inference — do-Calculus & Backdoor Criterion

Pearl's do-calculus distinguishes P(Y|X) (observation) from P(Y|do(X)) (intervention). The backdoor criterion identifies confounding paths that must be blocked.

0.80
1.20
300
0.50

DAG: Z (confounder) → X (treatment) and Z → Y (outcome). Backdoor path: X ← Z → Y. Conditioning on Z blocks this path, recovering P(Y|do(X)) = Σ_z P(Y|X,Z=z)P(Z=z).