Back to AI Math Mind Map
中文·English
📐 AI MathID: causal-inference

Causal Inference (Rubin)

因果推断与 Rubin 框架
🎯Core Definition
Causal inference under the Rubin potential-outcomes framework defines effects counterfactually: the potential outcomes of an individual under treatment T=1T=1 and control T=0T=0 are Y(1)Y(1) and Y(0)Y(0), and the average treatment effect is
📌Overview
ATE=E[Y(1)Y(0)]\text{ATE} = \mathbb{E}[Y(1) - Y(0)];
📌Overview
observed data reveal only one potential outcome per individual, so estimating the ATE requires an ignorability (no unmeasured confounding) assumption.
💡Use Cases
impact evaluation when online experiments are infeasible or already over, ex-post attribution for recommendation systems and growth strategies; interviews typically probe confounders vs colliders, the full propensity-score matching (PSM) pipeline, and classic correlation ≠ causation examples.
Key Problems Solved
correlation is not causation — a confounder XX affecting both TT and YY manufactures spurious correlation, while conditioning on a collider introduces selection bias (Berkson's paradox); the propensity score e(x)=P(T=1x)e(x) = P(T=1 \mid x) compresses high-dimensional covariates into a one-dimensional balancing score, and PSM proceeds as: ① fit e(x)e(x) by logistic regression ② match or weight on the score ③ estimate ATE^=Yˉ1Yˉ0\hat{\text{ATE}} = \bar{Y}_1 - \bar{Y}_0 on matched samples ④ check balance; unlike direct regression on XX, it is more robust to model misspecification when covariates are high-dimensional and overlap is limited.
🎯5 High-Frequency Exam Points
1
Define ATE under potential outcomes. Why can't observed data estimate it directly?
2
Confounders vs colliders? Why does conditioning on a collider introduce bias?
3
Role of the propensity score and the full four-step PSM pipeline?
4
Give a correlation ≠ causation example and state the ignorability assumption.
5
PSM vs direct regression adjustment: pros and cons? How to run balance checks?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Causal Inference (Rubin)"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardConfidence IntervalsNext CardInverse Transform Sampling

🔗 More AI Math Knowledge Cards

Adam/AdamW MathBayesian InferenceBias-Variance DecompositionBootstrap