Summary
Provides a unified simulation-based framework for Bayesian and non-Bayesian analysis of the multivariate probit model. A three-block Markov chain Monte Carlo (MCMC) sampler handles the latent data, regression parameters, and correlation matrix; the correlation block requires Metropolis-Hastings (M-H) with a tailored proposal density because the full conditional has no conjugate form. The Chib (1995) marginal likelihood identity is extended to settings where some full conditionals have unknown normalising constants, requiring kernel density estimation for the posterior ordinate of the correlation parameters. Three empirical applications compare correlated, equi-correlated, and independent probit specifications via Bayes factors.
Key Claims
- Model: Yij=I(zij>0) where Zi∼NJ(Xiβ,Σ); Σ must be in correlation form (unit diagonal) — the covariance parameterisation is not likelihood-identified. p=J(J−1)/2 free parameters σ≡(σ12,…,σJ−1,J).
- Block 1 — latent data Zi∣yi,β,Σ: multivariate normal (MVN) truncated to region Bi (product of half-lines determined by yi); sampled by cycling through J univariate truncated normals (Geweke 1991 method; inverse cumulative distribution function, CDF).
- Block 2 — regression parameters β∣Z,Σ: conjugate Normal (eq. 6) — β^=B−1(B0β0+∑iXi′Σ−1Zi), B=B0+∑iXi′Σ−1Xi.
- Block 3 — correlation parameters σ∣y,Z,β: M-H with tailored proposal (eq. 7): σ′=μ∗+h, μ∗=μ+P(σ−μ), where μ = mode of logg(σ∣Z,β) via Newton-Raphson, V = negative inverse Hessian, h∼tν(0,τ2V); P=0 gives independence chain, P=−Ip gives reflection chain; for large-dimensional σ, partition into blocks applied sequentially.
- Marginal likelihood — extension of Chib (1995) (eq. 8): logm(y)=logpr(y∣β∗,Σ∗)+logπ(β∗)+logπ(σ∗)−logπ^(β∗∣y,Σ∗)−logπ^(σ∗∣y); the β ordinate uses Rao-Blackwellisation (eq. 9) from a reduced run fixing Σ∗; the σ ordinate uses kernel density estimation (eq. 10, bandwidth bj=sjG−1/(p+4)) because the normalising constant of π(σ∣Z,β) is unknown; for high-dimensional σ: sequential block decomposition π(σ∗∣y)=π1(σ1∗∣y)π2(σ2∗∣y,σ1∗) each estimated from reduced runs.
- Likelihood contribution logpr(y∣β∗,Σ∗): Geweke-Hajivassiliou-Keane (GHK) method — Cholesky Σ∗=LL′, change of variables Zi=Xiβ+Lεi, recursive truncated-normal draws (eq. 11), averaged over 10,000 Monte Carlo iterations.
- Prior on σ normalising constant: MC proportion of draws from ϕp(σ∣σ0,G0−1) satisfying positive definiteness constraint.
- MCEM (maximum likelihood estimation, MLE): Monte Carlo expectation-maximization (EM; Wei-Tanner 1990) — E-step approximated by average of logf(Z∣θ) over N draws of Z; M-step: closed-form β update, Newton-Raphson σ update; standard errors via Louis (1982) observed information.
- Application 1 — voter behaviour (n=95, J=2, Troy Michigan): correlated vs. independent probit; logm=−126.31 vs. −126.30; Bayes factor (BF) ≈1 — no evidence for correlation.
- Application 2 — Six Cities wheezing (n=537, J=4, child wheeze ages 7–10 vs. mother's smoking): M1 unrestricted (6 free σ), M2 equi-correlated, M3 independent; logm=−825.03, −816.80, −931.16; BF2,3=4.63×1049 — decisive against independence, equi-correlated preferred over unrestricted.
- Application 3 — Panel Study of Income Dynamics (PSID) labour force participation (n=520, J=7, married women 35–62, 1976–82): M1 unrestricted (21 free σ, M-H in 4 blocks of 6/6/6/3), M2 equi-correlated; logm=−1561.66 vs. −1600.45; decisive evidence for unrestricted model.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"...the model is not commonly used, mainly because its likelihood function is difficult to evaluate except under simplifying assumptions... The purpose of this paper is to provide a unified simulation-based inference methodology for overcoming the problems in fitting multivariate probit models."
My Take
The canonical reference for Bayesian analysis of the multivariate probit model. The key methodological advance over Chib (1995) is handling the unknown normalising constant in the correlation prior by kernel density estimation — a technique that generalises the marginal likelihood identity to M-H settings (later formalised in Chib-Jeliazkov 2001). The GHK likelihood evaluation (eq. 11) is also used directly in Chib-Carlin (1999) Algorithm 7 for binary longitudinal models. The tailored independence/reflection chain proposal (eq. 7) is a practical workaround for correlated, bounded parameter spaces.