Bayesian Causal Inference Methods

Routing Summary

This folder covers the Bayesian approach to causal inference: the likelihood factorization, prior independence assumption, outcome model specification, and the role of the propensity score. Contains 3 notes.

Concept Map

ConceptNoteTypeDepends OnKey Result
Full-data likelihood factorizationGeneral Structure of Bayesian CIdefinitionPotential Outcomes FrameworkThree terms: assignment, outcome, covariate
Prior independence (Assumption 3.2)General Structure of Bayesian CIdefinition factorizes; propensity score ignorable
Prior dogmatismGeneral Structure of Bayesian CIconceptPrior independenceIn high-, Assumption 3.2 acts as strongly informative prior
Bayesian identifiabilityGeneral Structure of Bayesian CIconceptAll parameters have posteriors; transparent parametrization needed
BART outcome modelBayesian Outcome ModelsdefinitionGeneral StructureS/T-learner; outperforms random forests empirically
Bayesian Causal Forest (BCF)Bayesian Outcome ModelsdefinitionBARTSeparates prognostic + treatment effect functions
Regularization-induced confoundingBayesian Outcome ModelsconceptPrior independenceStandard regularization priors bias causal estimates in high-
Propensity score as covariatePropensity Score in Bayesian CIconceptGeneral StructureDouble robustness; BCF strategy
Dependent priorsPropensity Score in Bayesian CIconceptGeneral StructureJoint prior links and
Posterior predictive p-valuePropensity Score in Bayesian CIconceptGeneral StructurePlug posterior draws into doubly-robust estimator

Notes

  • General Structure of Bayesian CI — CONTAINS: full-data likelihood factorization (definition), prior independence Assumption 3.2 (definition), propensity score ignorability, Bayesian identifiability, data augmentation for SATE, Example 3.1 (bivariate normal covariate adjustment), Bayesian bootstrap note
  • Bayesian Outcome Models — CONTAINS: linear/BART/GP/BCF outcome model definitions, Example 4.1 (priors and overlap for CATE estimation), regularization-induced confounding warning, high-dimensional challenges
  • Propensity Score in Bayesian CI — CONTAINS: three strategies (covariate, dependent priors, PPP), feedback problem explanation, Hájek IPW connection, summary comparison table

Sources

See Also