Heavy-Tailed Distributions

heavy-tailsstudent-tscale-mixturebayesianregressionfat-tails

Definition

A distribution is heavy-tailed if its tails decay more slowly than any exponential, meaning extreme values occur with non-negligible probability relative to a normal baseline. In econometrics, the multivariate Student-tt distribution — which nests the Cauchy (ν0=1\nu_0 = 1) and converges to the normal as ν0\nu_0 \to \infty — is the canonical heavy-tailed family for regression error modeling, motivated by financial returns, cross-sectional outliers, and instrument-variability settings.

Key Ideas

How It Works

OLS Robustness Under Student-t Errors (Zellner 1976)

For y=Xβ+uy = X\beta + u with uStudent-t(ν0,0,σ2In)u \sim \text{Student-}t(\nu_0, 0, \sigma^2 I_n):

Bayesian Analysis with Diffuse Prior (Zellner 1976)

Under p(β,σ2)1/σ2p(\beta, \sigma^2) \propto 1/\sigma^2:

Independent Student-t Errors (Geweke 1993)

Geweke (1993) treats the case where errors are independent (not jointly multivariate) Student-t, each with individual scale mixing variable λiIG(ν0/2,ν0/2)\lambda_i \sim \mathrm{IG}(\nu_0/2, \nu_0/2). Augmenting the model with λ1,,λn\lambda_1, \ldots, \lambda_n and ν0\nu_0 yields a data-augmented Gibbs sampler with conjugate full conditionals, generalising the Zellner framework to allow estimation of ν0\nu_0.

Why It Matters

  1. Financial returns exhibit excess kurtosis far above 3; assuming normality understates tail risk and distorts inference.
  2. Cross-sectional data (firms, individuals) frequently contain outlier observations that inflate OLS variance under normal assumptions.
  3. Regression robustness: Zellner (1976) shows precisely where heavy tails matter — β\beta inference survives, σ2\sigma^2 inference does not — guiding practitioners on which adjustments are necessary.
  4. MCMC tractability: The scale-mixture representation converts an intractable non-normal likelihood into a sequence of conjugate conditional posteriors, enabling efficient Gibbs sampling by augmenting the model with latent scale variables τ\tau (or individual λi\lambda_i).
  5. Motivating examples: (a) measuring instruments whose run-to-run variability τ\tau is unknown but random; (b) stock return regressions where a common random standard deviation across observations is plausible; (c) cross-group regressions where groups share a common random error variance.

Open Questions

Related