Summary
Zellner analyzes the linear regression model y=Xβ+u under the assumption that u has a joint multivariate Student-t distribution — a broader class than normality that includes the Cauchy (ν0=1) and normal (ν0→∞) as special cases, and can be represented as a continuous scale mixture of normals. He shows that the Ordinary Least Squares (OLS) estimator is both the Maximum Likelihood Estimator (MLE) and minimum variance linear unbiased estimator, classical t- and F-statistics remain marginally valid despite non-normal errors, but inference about the scale parameter σ2 requires an F-distribution rather than the usual χ2. Under a diffuse Bayesian prior, the marginal posterior for β takes exactly the same Student-t form as from the normal model and is invariant to ν0, while the posterior for σ2 follows an F distribution. A natural conjugate prior for the multivariate Student-t regression model is also derived.
Key Claims
- The multivariate Student-t probability density function (pdf) for u is a continuous scale mixture of normals: integrate out τ∼IG(ν0/2,ν0σ2/2) to get u∣τ∼N(0,τ2In). Elements of u are uncorrelated but not independent.
- OLS β^=(X′X)−1X′y is the MLE for β for any likelihood monotonically decreasing in u′u; also Minimum Variance Linear Unbiased Estimator (MVLUE) when ν0>2 (Gauss-Markov conditions met given uncorrelated, zero-mean, finite-variance errors).
- Classical t- and F-statistics are marginally valid: given the mixing variable τ, u is normal so t and F have standard distributions; since τ has a proper IG marginal independent of them, marginal t and F distributions are also standard.
- For σ2 inference, s2/σ2∼F(ν,ν0) rather than χ2(ν)/ν. Confidence intervals and tests for σ2 require the F distribution, not χ2.
- ν0 is not jointly ML-estimable with β and σ2: the likelihood has no maximum over (β,σ2,ν0) simultaneously. ν0 must be fixed or given a proper prior.
- Under diffuse prior p(β,σ2)∝1/σ2, the marginal posterior for β is a k-dimensional Student-t — identical in form to the normal-model diffuse-prior posterior. Posterior β inference is invariant to ν0.
- Marginal posterior for σ2/s2 follows F(ν0,ν). As ν0→∞, converges to the χ2(ν)/ν normal-model result.
- Natural conjugate prior: pF(σ2∣⋅)×pS(β∣σ2,⋅) — an F pdf for σ2 times a conditional multivariate Student-t for β. Collapses to the normal-gamma conjugate when ν0→∞.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"It is important to observe that even though the elements of u have the nonnormal pdf in (2.2) and are not independent, tests and intervals based on usual t- and F-statistics remain valid."
"The marginal posterior pdf for β...does not depend on the value given to ν0. In fact, (3.5) is precisely the result that one obtains in the Bayesian analysis of the normal regression model with the diffuse prior."
My Take
A seminal six-page paper that establishes the multivariate Student-t regression model as theoretically well-grounded and practically tractable. The key insight — that β inference is completely robust to departures from normality while σ2 inference is not — cleanly partitions the consequences of heavy tails. The scale-mixture-of-normals representation anticipates later Markov Chain Monte Carlo (MCMC) developments in robust Bayesian modeling. The main limitation is that ν0 cannot be estimated jointly by ML and must be fixed or given a prior, which the paper acknowledges without resolution.