Advanced Models
Routing Summary
This folder covers nonlinear and nonparametric Bayesian models from BDA3 Part V plus PyMC tutorials. Contains 10 notes. (Rank dependence measures moved to Extensions.)
- Need GPs, splines, or Dirichlet processes? → Nonparametric Models Overview
- Need factor analysis or probabilistic PCA? → Factor Analysis and PPCA
- Need fast GP approximation (HSGP)? → Hilbert Space Gaussian Processes
- Need spatial areal models (ICAR)? → Spatial Models - BYM
- Need BART-based causal inference? → Nonparametric Causal Inference
- Need Bayesian propensity scores / IPW (Liao-Zigler method)? → Bayesian Inverse Probability Weighting
Concept Map
Notes
- Nonparametric Models Overview — CONTAINS: Splines, basis functions, Gaussian processes, finite mixtures, Dirichlet processes, kernel methods
- Factor Analysis and PPCA — CONTAINS: Probabilistic PCA, factor analysis, identifiability constraints, amortized inference, minibatch ADVI
- Hilbert Space Gaussian Processes — CONTAINS: HSGP approximation, basis function expansion, time series decomposition, trend + seasonality
- Copula Estimation — CONTAINS: Gaussian copula, marginal-copula separation, two-stage Bayesian estimation, correlation matrices
- Spatial Models - BYM — CONTAINS: Besag-York-Mollie model, ICAR prior, unstructured random effects, NYC traffic data example
- Social Network Models — CONTAINS: Dyadic network models, reciprocity parameters, generalised giving, social ties analysis
- Confirmatory Factor Analysis and SEM — CONTAINS: CFA measurement models, SEM structural paths, latent variables, psychometric applications
- Nonparametric Causal Inference — CONTAINS: BART for causal inference, ATE/ATT estimation, propensity score weighting, treatment heterogeneity
- Monsters and Mixtures — CONTAINS: Maximum entropy GLMs, zero-inflated Poisson, beta-binomial, overdispersion, ordered categorical regression
- Bayesian Inverse Probability Weighting — CONTAINS: Frequentist IPW baseline, why Bayesian IPW fails naively, Liao-Zigler two-stage method, posterior propensity scores, Rubin’s rules, brms/R implementation, mosquito net example
Sources
- BDA3.pdf — Bayesian Data Analysis, 3rd Edition (Gelman et al.), Part V (pp. 469-573)
- StatRethink-Bayes.pdf — Statistical Rethinking (McElreath, 2015), Chapters 9-11
- Factor analysis — PyMC tutorial: factor analysis and PPCA with identifiability fixes
- Baby Births Modelling with HSGPs — PyMC HSGP tutorial: time series decomposition with Hilbert Space GPs
- Bayesian copula estimation Describing correlated joint distributions — PyMC copula tutorial: Gaussian copula estimation
- The Besag-York-Mollie Model for Spatial Data — PyMC BYM tutorial: areal spatial modelling on NYC traffic data
- Social Networks — PyMC port of Statistical Rethinking Lecture 15: dyadic network models
- Confirmatory Factor Analysis and Structural Equation Models in Psychometrics — PyMC CFA/SEM case study
- Bayesian Non-parametric Causal Inference — PyMC BART tutorial: non-parametric causal inference
- How to use Bayesian propensity scores and inverse probability weights — Andrew Heiss (2021-12-18): Liao-Zigler Bayesian IPW method in R/brms