Quantile Regression

quantile-regressionnonparametricbayesianlabor-economicsconditional-distribution

Definition

Quantile regression (Koenker-Bassett 1978) models the qq-th conditional quantile of a response yy given covariates xx directly, rather than modelling the conditional mean. For quantile q(0,1)q \in (0,1), the estimator solves minβtρq(ytxtβ)\min_\beta \sum_t \rho_q(y_t - x_t'\beta) where ρq(u)=u(q1[u<0])\rho_q(u) = u(q - \mathbb{1}[u<0]) is the check function. This requires no distributional assumption and allows different parts of the conditional distribution to respond differently to covariates (heterogeneous effects).

Key Ideas

How It Works

Classical Frequentist Approach

The check function minimization is equivalent to a linear program and can be solved exactly for any sample size. Bootstrap standard errors are standard. The Angrist-Chernozhukov-Fernandez-Val (2004) framework analyzes quantile regression under misspecification, showing the estimator recovers best linear projections for each quantile.

Bayesian Alternative — Smoothly Mixing Regressions

Geweke-Keane (2007) propose the Smoothly Mixing Regressions (SMR) model as a Bayesian counterpart that:

  1. Recovers the full p(yx)p(y|x): From Markov Chain Monte Carlo (MCMC) output, posterior quantiles are computed by embedding P(ycx,data)P(y \leq c | x, \text{data}) in root-finding.
  2. Guarantees monotonicity: Since posterior quantiles are derived from a proper CDF at each xx, they are monotone in qq by construction.
  3. Provides uncertainty quantification: Posterior distributions over the entire quantile surface, not just point estimates.
  4. Out-of-sample superiority: For S&P 500 daily returns, SMR achieves a predictive log-likelihood 57 points higher than a t-generalized autoregressive conditional heteroskedasticity (t-GARCH)(1,1) model.

Applied Quantile Regression — Earnings Example

Buchinsky (1994) studied U.S. wage structure 1963–1987 using quantile regression, documenting that returns to education and experience differ substantially across the earnings distribution — effects are stronger at higher quantiles. Geweke-Keane (2007) revisit a similar question (1993 Panel Study of Income Dynamics (PSID) cross-section) and find with SMR: earnings quantiles almost always increase in education; age profiles vary sharply by quantile; dispersion is roughly constant for men ages 25–55 with 10–15 years of education, then rises sharply.

Why It Matters

Open Questions

Related