I came across an excellent blog post by @andrewheiss, which is based on the work by @ajnafa. You can find it here: https://www.andrewheiss.com/blog/2021/12/20/fully-bayesian-ate-iptw/.
Their approach to fully Bayesian inverse probability weighting (IPW) consists of two main steps. Firstly, they separately fit a weight model to generate posterior weights. Then, during the sampling process of the outcome model, they incorporate these posterior weights by assigning each draw in the outcome model to a corresponding row of weights.
Upon reading this, it reminded me of the Bayesian bootstrap method, also known as Fractional-Random-Weight bootstrap. In contrast to the “ordinary” bootstrap, Bayesian bootstrap employs weights that sum up to N. Typically, these weights are sampled from a Dirichlet distribution using a constant vector of ones for the parameter alpha. To verify this idea, I conducted a test using the Bearing Cage Field Failure Data, which was also used in Xu et al.'s (2020) paper. Interestingly, I obtained nearly identical results in terms of precision as reported in the paper.
To be honest, I find this quite fascinating, but my main question is whether this result is considered novel or trivial?
There is a slightly different approach to bootstrapping documented in the repository for Paananen et al.'s (2021) work in a case study titled “Importance Weighted Moment Matching for Fast Bootstrapping.” It should be noted that Paananen only considers the “ordinary” bootstrap and does not explore the case with fractional weights. When I experimented with this method in the past, it also worked well with fractional weights. You can find the relevant information here: https://htmlpreview.github.io/?https://github.com/topipa/iter-mm-paper/blob/master/case_studies/IWMM_BS.html.
References:
- Paananen, T., Piironen, J., BĂĽrkner, P.-C., & Vehtari, A. (2021). Implicitly adaptive importance sampling. Statistics and Computing, 31(2), 16. https://doi.org/10.1007/s11222-020-09982-2
- Xu, L., Gotwalt, C., Hong, Y., King, C. B., & Meeker, W. Q. (2020). Applications of the Fractional-Random-Weight Bootstrap. The American Statistician, 74(4), 345–358. https://doi.org/10.1080/00031305.2020.1731599