Summary
Demonstrates that the standard textbook requirement for estimating Seemingly Unrelated Regressions (SUR) models — T≥max(M,kmax+1) — is both incomplete and potentially seriously misleading. Derives necessary conditions separately for two-stage feasible generalized least squares (FGLS) (Theorem 1: T≥M+ρ−η) and for maximum likelihood (ML)/Bayesian estimation (Theorem 2: T≥M+ρ), where ρ=rank([X1,…,XM]) and η captures how many equations have exclusive regressors. The ML/Bayesian requirement is always at least as stringent as two-stage, and strictly more stringent when equations have partially distinct regressors — because ML/Bayes minimizes a degree-2M polynomial in β rather than a quadratic. Empirically confirmed via experiments where ML/Gibbs sampler broke down at M≥7 while two-stage worked up to M=18 (T=19, Kj=3 per equation).
Key Claims
- Theorem 1 (Two-stage FGLS): T≥M+ρ−η is necessary for Σ^ to be nonsingular with probability one, where ρ=rank([X1,…,XM]) and η=rank(D)≤min(d,ρ−ω) with d = number of equations whose regressors don't span X and ω = dimension of regressors common to all equations. With probability one, η=min(d,ρ−ω), giving T≥M+ω (high overlap) or T≥M+ρ−d (high distinctness).
- Theorem 2 (ML and Bayesian): T≥M+ρ is necessary for the likelihood to be bounded and the posterior to be proper. Proof: rank[Y,−X]=min(T,M+ρ) with probability one, so rank deficiency of E requires T<M+ρ.
- The gap between two-stage and ML/Bayes requirements: two-stage OLS residuals e^j=MXjyj are orthogonal to their own regressors, enabling the rank decomposition E^=MVY+D; ML/Bayes residuals have no such constraint and solve a higher-dimensional optimization.
- For the multivariate regression model (X1=…=XM): both estimators require T≥M+k∗, so the gap vanishes.
- For two-equation SUR with fully distinct regressors (model 17): two-stage requires only T≥2; ML/Bayes require T≥M+ρ=4.
- Standard software does not reliably detect the failure mode: SHAZAM (ML) sometimes found local maxima instead of detecting unboundedness; the Bayesian Gibbs sampler got stuck or broke from singularities.
- Existence of moments of the two-stage estimator (Srivastava-Raj 1979) requires T>M+K∗+1, which is more demanding than mere feasibility.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"It is somewhat surprising, therefore, that the sample size requirements for joint estimation of the parameters in this model do not appear to have been correctly stated in the literature."
"For a 10-equation model with 3 distinct explanatory variables and a constant in each equation, two-stage estimation requires T≥11 … whereas ML and Bayesian estimation need T>40."
My Take
A short, rigorous correctness paper with immediate practical implications. Theorem 2 is the critical result for Bayesian practitioners: any SUR system with T<M+ρ produces an improper posterior under the noninformative prior, but standard Markov chain Monte Carlo (MCMC) may not detect this (the Gibbs sampler may simply get stuck or produce garbage). The two-stage bound (Theorem 1) is looser but depends on the overlap structure ω in a way that rewards heterogeneous regressor design. The paper motivates careful pre-flight checking of rank conditions before any SUR estimation.