Bayesian Semiparametric Regression

bayesian-semiparametricpartial-linear-modelnonparametric-regressionnatural-conjugate-priorsmoothness-priorbayes-factorkernel-smoothingshrinkage

Definition

Bayesian semiparametric regression estimates a model that combines a parametric component with a nonparametric (flexible-function) component — canonically the partial linear model yi=ziγ+f(xi)+εiy_i = z_i\gamma + f(x_i) + \varepsilon_i, where ziγz_i\gamma is linear and f()f(\cdot) is an unknown smooth function — by placing a prior directly on the function (or its values) and computing a posterior. The prior over the function's smoothness plays the role that a bandwidth or basis choice plays in classical nonparametrics, and Bayes factors provide a unified route to comparing parametric against semiparametric specifications.

Key Ideas

How It Works

Order observations in the nonparametric covariate, express the model as an over-parameterised Normal regression, and impose a partially-informative smoothness prior whose single hyperparameter is selected by data-based / optimal-bandwidth-style criteria. For the Normal partial linear model the posterior is available analytically; for non-Normal or limited-dependent extensions a Gibbs/data-augmentation step is added. Model comparison proceeds by marginal likelihoods / Bayes factors rather than asymptotic tests, an advantage where classical asymptotics for nonparametric estimators are complicated.

Multiple-equation systems (Koop-Poirier-Tobias 2003)

The single-equation construction generalizes to systems: a semiparametric SUR model yij=zijβj+fj(xij)+εijy_{ij}=z_{ij}'\beta_j+f_j(x_{ij})+\varepsilon_{ij} (j=1,,mj=1,\dots,m equations) becomes, after stacking each equation's function values as parameters, a standard SUR — and, as a (restricted) reduced form, covers semiparametric simultaneous-equations models, unlocking nonparametric instrumental variables and endogeneity correction. One wrinkle: in the system the natural-conjugate prior is too restrictive (it constrains cross-equation structure), so an independent Normal-Wishart prior is used instead, which reintroduces Gibbs sampling — but each equation's analytic single-equation block keeps the empirical-Bayes search over the smoothing hyperparameters ηj\eta_j cheap. Illustrated on a two-equation returns-to-schooling model (wage nonparametric in tenure, schooling nonparametric in ability), which recovers a strongly nonlinear ability→schooling relation a quadratic would miss.

Why It Matters

Open Questions

Related