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=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.