Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Causal inference›Policy Evaluation Inverse Probability Weighting
Regression modelQuasi-experimental / causal inference

Policy Evaluation Inverse Probability Weighting

Inverse Probability Weighting for Policy Evaluation · Also known as: IPW policy evaluation, propensity-weighted policy analysis, inverse probability of treatment weighting

Policy evaluation inverse probability weighting (IPW) uses estimated propensity scores to reweight observed units so that the weighted sample mimics a randomised experiment. Each unit is weighted by the inverse of its probability of receiving the policy, creating a pseudo-population in which treatment assignment is independent of observed covariates and the average treatment effect (ATE) can be read off directly.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Policy Evaluation Inverse Probability Weighting
Doubly Robust EstimationInverse Probability Weig…Marginal Structural ModelPolicy Evaluation Propen…Propensity Score MatchingPropensity Score Weighti…

When to use it

Use policy evaluation IPW when you have observational data on a binary policy or programme, a rich set of pre-policy covariates that plausibly satisfies the ignorability (no unmeasured confounding) assumption, and you want to estimate the average treatment effect for the full population rather than only for the treated. It suits cross-sectional or pooled panel data with moderate to large samples (at least 100 units per arm is advisable). Do not use it when the propensity scores are near 0 or 1 for many units (extreme weights inflate variance severely), when important confounders are unobserved, or when treatment is continuous rather than binary without adaptation.

Strengths & limitations

Strengths
  • Directly targets the average treatment effect (ATE) for the full population, not just for the treated, which is often the relevant policy quantity.
  • Flexible propensity-score model: logistic regression, random forests, or gradient boosting can all be used to estimate e(X).
  • Separates the design stage (propensity estimation and balance checking) from the analysis stage, allowing the researcher to verify balance before examining outcomes.
  • Compatible with doubly robust estimators that remain consistent if either the propensity or the outcome model is correctly specified.
  • Applicable in both cross-sectional and panel settings and extendable to time-varying treatments via marginal structural models.
Limitations
  • Relies on the ignorability assumption (no unmeasured confounding): if important covariates are missing, the estimate is biased and there is no diagnostic to detect this.
  • Extreme propensity scores (near 0 or 1) produce very large weights, inflating variance and making estimates unstable; stabilised or trimmed weights help but do not fully resolve the problem.
  • Propensity-score model misspecification leads to poor covariate balance and biased estimates; the method is not self-validating.
  • Efficiency is generally lower than doubly robust or regression-based methods when the outcome model is correctly specified.
  • With very small samples the propensity model is estimated imprecisely, degrading balance and inference quality.

Frequently asked

What is the ignorability assumption and why does it matter?

Ignorability (also called unconfoundedness or selection on observables) states that, conditional on observed covariates, treatment assignment is as good as random. Without it, the IPW estimate conflates the policy effect with selection bias. It cannot be tested from the data, so subject-matter knowledge about what drives programme participation is essential.

How do I handle extreme propensity scores?

Units with scores very close to 0 or 1 receive enormous weights that destabilise the estimator. Common remedies include using stabilised weights, trimming observations with weights above a chosen percentile, or switching to a doubly robust estimator that is less sensitive to extreme scores.

What is the difference between ATE and ATT, and which does IPW give me?

The ATE is the average effect if the entire population were treated; the ATT is the average effect among those actually treated. Standard Horvitz-Thompson IPW estimates the ATE. To target the ATT, reweight only the untreated units by e(X)/(1-e(X)) and compare them to the treated group directly.

Should I use IPW or propensity-score matching for policy evaluation?

IPW uses all observations and targets the ATE for the full population; matching discards unmatched units and typically estimates the ATT. IPW is preferred when the policy question concerns population-wide effects and the propensity model fits well. Matching is more robust to extreme scores but loses efficiency when many units are discarded.

Can I use machine learning to estimate the propensity score?

Yes. Random forests, gradient boosting, and lasso logistic regression often improve covariate balance compared with standard logistic regression, especially with many covariates. However, using ML-estimated scores in a standard IPW estimator can introduce regularisation bias; cross-fitted doubly robust estimators (e.g., double machine learning) are preferable in that setting.

Sources

  1. Imbens, G. W., & Wooldridge, J. M. (2009). Recent Developments in the Econometrics of Program Evaluation. Journal of Economic Literature, 47(1), 5-86. DOI: 10.1257/jel.47.1.5 ↗
  2. Robins, J. M., Hernan, M. A., & Brumback, B. (2000). Marginal Structural Models and Causal Inference in Epidemiology. Epidemiology, 11(5), 550-560. DOI: 10.1097/00001648-200009000-00011 ↗

How to cite this page

ScholarGate. (2026, June 3). Inverse Probability Weighting for Policy Evaluation. ScholarGate. https://scholargate.app/en/causal-inference/policy-evaluation-inverse-probability-weighting

Related methods

Doubly Robust EstimationInverse Probability WeightingMarginal Structural ModelPolicy Evaluation Propensity Score MatchingPropensity Score MatchingPropensity Score Weighting

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Doubly Robust EstimationCausal inference↔ compare
  • Inverse Probability WeightingCausal inference↔ compare
  • Marginal Structural ModelCausal inference↔ compare
  • Policy Evaluation Propensity Score MatchingCausal inference↔ compare
  • Propensity Score MatchingResearch Statistics↔ compare
  • Propensity Score WeightingCausal inference↔ compare
Compare side by side →

Similar methods

Policy Evaluation Propensity Score WeightingPropensity Score WeightingRobust Inverse Probability WeightingHeterogeneous Treatment Effect Inverse Probability WeightingPolicy Evaluation Doubly Robust EstimationInverse Probability Weighting in Education ResearchMachine Learning-Augmented Inverse Probability WeightingPolicy Evaluation Propensity Score Matching

Related reference concepts

Counterfactual ReasoningCausal InferenceQuasi-Experimental and Natural Experiment DesignCausal IdentificationSensitivity AnalysisRisk Adjustment and Case-Mix Analysis

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Policy Evaluation Inverse Probability Weighting (Inverse Probability Weighting for Policy Evaluation). Retrieved 2026-07-21 from https://scholargate.app/en/causal-inference/policy-evaluation-inverse-probability-weighting · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Horvitz & Thompson (1952); extended to causal policy settings by Robins, Hernan & Brumback (2000) and Imbens & Wooldridge (2009)
Year
1952 (IPW origin); 2000s (policy evaluation application)
Type
Reweighting estimator for causal policy analysis
DataType
Cross-sectional or panel; binary treatment; continuous or binary outcome
Subfamily
Quasi-experimental / causal inference
Related methods
Doubly Robust EstimationInverse Probability WeightingMarginal Structural ModelPolicy Evaluation Propensity Score MatchingPropensity Score MatchingPropensity Score Weighting
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account