Tae Hyun Kim (Lowell)

Strong Ignorability

3 min read #causal-inference#potential-outcomes

Definition

An assumption combining Ignorability and Positivity

(1) Ignorability)W ⁣ ⁣ ⁣(Y(0),Y(1))X(2) Positivity)0<P(W=1X=x)<1,x\begin{align} \text{(1) Ignorability)} \quad & W \perp\!\!\!\perp (Y(0), Y(1)) \mid X \\ \text{(2) Positivity)} \quad & 0 < P(W=1 \mid X=x) < 1, \quad \forall x \end{align}

This is a concept defined by Rosenbaum & Rubin (1983), and it is a sufficient condition for identifying causal effects in observational studies.


Intuitive Understanding

The Role of the Two Conditions

AssumptionRole
IgnorabilityTreatment selection is fully explained by XX (no hidden confounders)
PositivityBoth treatment and control are observable at every XX (no extrapolation)

Both are needed:

  • Ignorability only: estimation is impossible in certain regions
  • Positivity only: selection bias is not resolved

Why Is It Important?

The Key Theorem of the Propensity Score

Under Strong Ignorability:

W ⁣ ⁣ ⁣(Y(0),Y(1))X    W ⁣ ⁣ ⁣(Y(0),Y(1))e(X)W \perp\!\!\!\perp (Y(0), Y(1)) \mid X \implies W \perp\!\!\!\perp (Y(0), Y(1)) \mid e(X)

The high-dimensional XX can be reduced to the scalar propensity score e(X)e(X).

Causal Effect Identification

When Strong Ignorability holds:

E[Y(w)X=x]=E[YW=w,X=x]E[Y(w) \mid X=x] = E[Y \mid W=w, X=x]

Therefore:

ATE=EX[E[YW=1,X]E[YW=0,X]]\text{ATE} = E_X[E[Y \mid W=1, X] - E[Y \mid W=0, X]]

Testability

ComponentTestability
IgnorabilityImpossible (unobserved confounders cannot be confirmed)
PositivityPossible (check the propensity score distribution)
Strong IgnorabilityPartially possible

Indirect Diagnostics

  1. Covariate Balance Check: Check covariate balance after reweighting
  2. Placebo Tests: Check for effects on pre-treatment outcomes
  3. Sensitivity Analysis: Assess the impact of assumption violations

Methods that assume Strong Ignorability:


When the Assumption Is Relaxed

When Strong Ignorability is not satisfied:

Ignorability Violation (Hidden Confounders)

  • Sensitivity Analysis - Sensitivity analysis
  • Deconfounder - Inferring latent confounders
  • Deep IV - Using instrumental variables

Positivity Violation (Lack of Overlap)

  • Trimming - Removing extreme PS
  • Overlap Weighting - Robust weighting
  • Bounds estimation

  • Causal Assumptions Overview - Integrated overview of the three core assumptions
  • Ignorability - Conditional independence assumption
  • Positivity - Overlap assumption
  • Propensity Score - The key tool of Strong Ignorability
  • Balancing Score - Theoretical foundation

References

  • Rosenbaum, P. R., & Rubin, D. B. (1983). The central role of the propensity score in observational studies for causal effects
  • yaoSurveyCausalInference2021 - Section 2.3

Local graph