Back to Data Scientist Mind Map
中文·English
📈 Data ScientistID: ds-propensity-score-matching-doubly-robust

PSM Matching & Doubly Robust Estimator

倾向得分 PSM 与双重稳健估计器
🎯Core Definition
Propensity Score Matching (PSM), Inverse Probability Weighting (IPW) & Doubly Robust Estimators (AIPW, Robins et al.) eliminate confounding and selection bias from high-dimensional observational data; Core theory: the Propensity Score is the conditional treatment assignment probability e(X)=P(T=1X)e(X) = P(T=1 | X) (modeled via Logistic Regression or GBDT); Rosenbaum-Rubin Theorem: under unconfoundedness, conditioning on the 1D scalar propensity score $e(X)$ is mathematically sufficient to balance all multi-dimensional covariates $X$; Matching Algorithms include Nearest Neighbor, Caliper thresholding, and Common Support trimming; The Doubly Robust (AIPW) estimator unifies the propensity score weighting model with an outcome regression model: if either the propensity model OR the outcome model is correctly specified, the causal estimate remains asymptotically unbiased and consistent.
💡Use Cases
Measuring non-randomized feature adoption (e.g. true causal lift of VIP subscription purchasing) and retention campaign attribution.
Key Problems Solved
Active users naturally retain higher (selection bias), inflating perceived feature value; PSM/AIPW constructs synthetic twin control users to estimate genuine causal increments.
🎯5 High-Frequency Exam Points
1
Prove the Rosenbaum-Rubin dimension reduction theorem establishing conditional independence given 1D propensity score e(X)e(X)?
2
Derive Inverse Probability Weighting (IPW) estimator and explain extreme variance explosions when propensity scores approach 0 or 1?
3
Derive the AIPW estimator formula and prove why misspecification in either the propensity score or outcome model preserves unbiasedness?
4
How to audit propensity score overlap histograms and enforce common support trimming to prevent dangerous extrapolation?
5
Why is Standardized Mean Difference (SMD <0.1< 0.1) preferred over pp-values to evaluate post-matching covariate balance?
🔗Foundational Prerequisite Cards (Click to Review)
Updated 2026-08-14
🎯
Test Your Knowledge: Practice Questions for "PSM Matching & Doubly Robust Estimator"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardSynthetic Control Method & Placebo ChecksNext CardInstrumental Variables & 2SLS Estimation

🔗 More Data Scientist Knowledge Cards

Hypothesis Testing, Type I/II & PowerSample Size Derivation & MDE BudgetP-hacking, Peeking & mSPRT SequentialMultiple Comparisons: FWER vs FDR-BH