BNPqte: A Bayesian Nonparametric Approach to Causal Inference on Quantiles in R
Chuji Luo, Michael J. Daniels

TL;DR
The paper introduces the BNPqte R package, implementing a Bayesian nonparametric approach for estimating quantile treatment effects in observational studies, offering flexible modeling and efficient computation.
Contribution
This work provides a new R package that implements a Bayesian nonparametric method for quantile causal inference, combining BART and DPM models with optimized C++ code for efficiency.
Findings
Efficient implementation of Bayesian nonparametric models in R.
Simultaneous estimation of multiple quantile treatment effects.
Improved density estimation performance over existing packages.
Abstract
In this article, we introduce the BNPqte R package which implements the Bayesian nonparametric approach of Xu, Daniels and Winterstein (2018) for estimating quantile treatment effects in observational studies. This approach provides flexible modeling of the distributions of potential outcomes, so it is capable of capturing a variety of underlying relationships among the outcomes, treatments and confounders and estimating multiple quantile treatment effects simultaneously. Specifically, this approach uses a Bayesian additive regression trees (BART) model to estimate the propensity score and a Dirichlet process mixture (DPM) of multivariate normals model to estimate the conditional distribution of the potential outcome given the estimated propensity score. The BNPqte R package provides a fast implementation for this approach by designing efficient R functions for the DPM of multivariate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical Methods and Inference · Statistical Methods and Bayesian Inference · Bayesian Methods and Mixture Models
