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›Bayesian Inverse Probability Weighting
Regression modelQuasi-experimental / causal inference

Bayesian Inverse Probability Weighting

Bayesian Inverse Probability Weighting Estimator · Also known as: Bayesian IPW, BIPW, Bayesian propensity-weighted estimation, Bayesian marginal structural weighting

Bayesian Inverse Probability Weighting (Bayesian IPW) extends the classical IPW estimator by placing prior distributions over the propensity-score model parameters and propagating that uncertainty into the causal-effect estimate. The result is a posterior distribution for the average treatment effect that fully accounts for both propensity-score estimation uncertainty and outcome-model uncertainty, enabling credible-interval inference rather than relying on asymptotic approximations.

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.

Bayesian Inverse Probability Weighting
Bayesian Difference-in-D…Bayesian Propensity Scor…Doubly Robust EstimationInverse Probability Weig…Marginal Structural ModelPropensity Score Weighti…

When to use it

Use Bayesian IPW when you have observational data with a binary or categorical treatment and many pre-treatment covariates, and you want to (1) propagate propensity-score estimation uncertainty into your causal-effect estimate, (2) incorporate substantive prior knowledge about treatment assignment, or (3) work in a small-sample setting where asymptotic IPW variance formulas are unreliable. It is particularly valuable when the propensity-score model is complex or the positivity assumption is near-violated (extreme weights likely). Do not use it as a simple drop-in for frequentist IPW if you lack the computational resources for MCMC — the added uncertainty propagation is its main benefit, and ignoring priors inappropriately can mask rather than reveal uncertainty.

Strengths & limitations

Strengths
  • Propagates propensity-score estimation uncertainty into the treatment-effect posterior, avoiding the false precision of plug-in frequentist IPW.
  • Supports informative priors from domain knowledge or previous studies, improving estimation under limited data.
  • Yields a full posterior distribution for the ATE, enabling flexible probabilistic statements (e.g., P(ATE > 0) > 0.95).
  • Naturally handles model uncertainty through Bayesian model averaging over propensity specifications.
  • Small-sample performance is more reliable than asymptotic sandwich-variance frequentist IPW.
Limitations
  • Computationally intensive — MCMC sampling over both propensity and outcome models can be slow for large datasets.
  • Prior specification requires care; misspecified priors on the propensity model can distort the posterior treatment effect.
  • The positivity assumption (all units have non-zero probability of each treatment) must still hold; Bayesian inference does not rescue violations.
  • Extreme weights remain a problem even in the Bayesian framework; weight trimming or stabilised weights are still advisable.
  • Interpretation requires familiarity with posterior distributions, which may be less accessible to non-Bayesian applied audiences.

Frequently asked

How is Bayesian IPW different from standard IPW?

Standard (frequentist) IPW estimates the propensity score once and uses those point estimates as if they were the true probabilities, understating uncertainty. Bayesian IPW draws the propensity score from a posterior distribution and propagates that uncertainty into the treatment-effect estimate, producing a wider and more honest posterior credible interval.

Do I need to specify priors for both the propensity and outcome models?

Yes. A fully Bayesian IPW analysis requires priors on the propensity-score model parameters and on the outcome-model parameters. Using a flat prior on the propensity model and a Bayesian outcome model is a hybrid — legitimate, but it does not fully propagate propensity uncertainty.

What software can fit Bayesian IPW models?

Stan (via RStan or PyStan), JAGS, or BRMS in R are common. Some researchers use Bayesian logistic regression for the propensity stage followed by weighted Bayesian regression for the outcome stage, both implemented in general-purpose probabilistic programming languages.

Does the Bayesian approach fix extreme weight problems?

Not automatically. Extreme weights arise when positivity nearly fails, and Bayesian inference on the propensity model does not rescue this — the weights can still be extreme under every posterior draw. Weight trimming or stabilised weights remain advisable.

When should I prefer Bayesian IPW over doubly robust estimation?

Prefer Bayesian IPW when you have strong prior knowledge to encode in the propensity model, or when full posterior uncertainty quantification is the goal. Doubly robust estimation is preferable when one of the two models (propensity or outcome) may be misspecified, as it remains consistent if either model is correctly specified.

Sources

  1. Saarela, O., Stephens, D. A., Moodie, E. E. M., & Klein, M. B. (2015). On risk prediction and characterisation of treatment effects in a Bayesian framework using the propensity score. Statistics in Medicine, 34(14), 2170-2185. link ↗
  2. Liao, S. X., & Zigler, C. M. (2020). Uncertainty in the design stage of two-stage Bayesian propensity score analysis. Statistics in Medicine, 39(17), 2265-2290. DOI: 10.1002/sim.8486 ↗

How to cite this page

ScholarGate. (2026, June 3). Bayesian Inverse Probability Weighting Estimator. ScholarGate. https://scholargate.app/en/causal-inference/bayesian-inverse-probability-weighting

Related methods

Bayesian Difference-in-DifferencesBayesian Propensity Score MatchingDoubly Robust EstimationInverse Probability WeightingMarginal Structural ModelPropensity 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.

  • Bayesian Difference-in-DifferencesCausal inference↔ compare
  • Bayesian Propensity Score MatchingCausal inference↔ compare
  • Doubly Robust EstimationCausal inference↔ compare
  • Inverse Probability WeightingCausal inference↔ compare
  • Marginal Structural ModelCausal inference↔ compare
  • Propensity Score WeightingCausal inference↔ compare
Compare side by side →

Similar methods

Bayesian Propensity Score WeightingBayesian Doubly Robust EstimationBayesian Propensity Score MatchingRobust Inverse Probability WeightingBayesian Marginal Structural ModelBayesian Matching EstimatorBayesian Entropy BalancingInverse Probability Weighting

Related reference concepts

Causal InferenceCounterfactual ReasoningSensitivity AnalysisEmpirical Bayes MethodsPrior Elicitation and Sensitivity AnalysisBayesian Model Averaging

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

ScholarGate — Bayesian Inverse Probability Weighting (Bayesian Inverse Probability Weighting Estimator). Retrieved 2026-07-21 from https://scholargate.app/en/causal-inference/bayesian-inverse-probability-weighting · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Saarela, Stephens, Moodie & Klein (2015); Liao & Zigler (2020)
Year
2015
Type
Bayesian causal weighting estimator
DataType
Cross-sectional or panel observational data with binary or multi-valued treatment
Subfamily
Quasi-experimental / causal inference
Related methods
Bayesian Difference-in-DifferencesBayesian Propensity Score MatchingDoubly Robust EstimationInverse Probability WeightingMarginal Structural ModelPropensity 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