Summary
Geweke (1996) develops Bayesian computational methods for the normal linear regression model y=Xβ+ε subject to linear inequality constraints a≤Dβ≤w on the coefficients. Two distinct problems are addressed: (1) evaluating the posterior probability p2∣1 that the constraints hold (or the posterior odds ratio in favor of the constrained model), handled via the Geweke-Hajivassiliou-Keane (GHK) probability simulator; and (2) computing posterior moments and probabilities conditional on the constraints, handled via a Gibbs sampler that draws each zj=[D(β−b)]j from a univariate truncated normal. For the hard automobile sales example (k=11, p2∣1≈9×10−5) the Gibbs sampler is 5× faster than the crude accept-reject simulator at equal accuracy.
Key Claims
- Constraint probability p2∣1: under the unconstrained reference prior the posterior probability of a≤Dβ≤w is p2∣1; for r sign constraints the posterior odds ratio is p2:1=2rp2∣1 (Section 2).
- GHK probability simulator (Section 2): let z=D(β−b), Cholesky-factor D(X′X)−1D′=FF′; decompose P(a∗≤z≤w∗∣σ) into a product of k univariate conditional probabilities (eq. 2.4), each evaluated analytically from the standard normal cumulative distribution function (CDF). GHK is always more efficient than the crude frequency simulator; 265× fewer iterations needed for the automobile sales example.
- Gibbs sampler for constrained inference (Section 3): reparametrize to z=D(β−b); then (a) σ∣z: (y−Xβ)′(y−Xβ)/σ2∼χ2(T) (eq. 3.2); (b) zj∣σ,zi=j: univariate truncated Normal on [aj∗,wj∗] with mean bj+∑i=jcijzi and variance hj2=(Tjj)−1 (eq. 3.3), where T=σ2D(X′X)−1D′. The rotation z=Dβ converts joint constraints into independent coordinate-wise truncation bounds, enabling direct per-coordinate sampling.
- Performance (Tables I-IV): rent data (k=5, p2∣1≈0.05): GHK 2× more efficient than crude frequency simulator; Gibbs sampler with every-10th draw matches crude simulator quality at lower cost. Auto sales data (k=11, p2∣1≈9×10−5): crude simulator requires 4 hours for 1,000 accepted draws; Gibbs with every-100th draw achieves 4% numerical standard error (NSE) in 49 minutes.
- Extensions (Section 5): The GHK + Gibbs framework extends to (a) more than k constraints via accept-reject hybrid; (b) semi-informative priors — conditional on σ the distribution of β remains truncated multivariate normal; (c) scale-mixture normal models, explicitly citing Geweke (1993): conditional on σ and the latent vt, β is truncated multivariate normal and the same GHK + Gibbs applies; (d) seemingly unrelated regression (SUR), censored regression, and multinomial probit models.
Concepts Introduced or Extended
- Gibbs Sampler — coordinate-wise truncated univariate Normal draws for constrained regression; the z=D(β−b) reparameterization converts joint constraints to per-coordinate bounds
- Multinomial Probit — explicitly named as a model where GHK + Gibbs applies for inequality constraints (Section 5)
- Mixture of Normals — Section 5 extends to scale-mixture normal regression (citing Geweke 1993)
Entities Mentioned
Quotes
"The GHK probability simulator always provides a more accurate approximation to p2∣1 than does the crude frequency simulator, given the same number of iterations."
"For this problem, the Gibbs sampler is clearly the method of choice."
My Take
A cleanly written methods paper whose main contribution is showing that the change of variables z=D(β−b) converts a jointly constrained regression problem into a sequence of univariate truncated normal draws — something the Gibbs sampler handles directly. The two-task framing (evaluate vs. condition) is useful and often conflated in practice. The detailed performance tables across three algorithms are unusually honest about when each method wins. The extension to scale-mixture models in Section 5 is brief but important: it connects directly to Geweke (1993) and anticipates the broader role of truncated-normal Gibbs blocks in models like multinomial probit. The paper's scope is narrow by design, which keeps it practical.
Originally circulated (revised June 1995) as a Federal Reserve Bank of Minneapolis / University of Minnesota working paper; published as Geweke, J. (1996), "Bayesian Inference for Linear Models Subject to Linear Inequality Constraints," in J.C. Lee, W.O. Johnson, and A. Zellner (eds.), Modelling and Prediction Honoring Seymour Geisser, New York: Springer, pp. 248–263 (the citation of record).