National Institute of Statistical Sciences (NISS) Technical Report 36 (August 1995); published as Nobile (1998, Statistics and Computing 8: 229–242). Identifies a fundamental mixing failure in the McCulloch-Rossi (1994) Gibbs sampler for the multinomial probit (MNP) model: the MNP likelihood is constant along rays (β,Σ)→c(β,Σ) for c>0, so the Gibbs chain moves efficiently across the iso-likelihood ridge but barely along it, leaving posterior inference heavily start-point dependent. The remedy is a hybrid Markov chain: after each complete Gibbs cycle, perform a Metropolis step that proposes rescaling the entire state by a scalar c∼FC. Because the candidate lies on the same iso-likelihood ray, the likelihood ratio in the Metropolis-Hastings (MH) acceptance probability equals 1 exactly — only prior densities need to be evaluated, making each rescaling step computationally trivial. Ergodicity of the hybrid chain is formally proved; simulated and real-data examples confirm dramatically faster mixing.
Key Claims
Scale non-identification root cause: The MNP likelihood satisfies ℓ(cβ,c2Σ)=ℓ(β,Σ) for all c>0. Identification is supplied entirely by the prior (which implicitly enforces σ11=1). The posterior is concentrated near the ray β/σ11= const; the Gibbs sampler reaches this ray quickly but cannot travel efficiently along it.
Hybrid Markov chain fix: After each Gibbs cycle over (W,β,Σ), propose ψ∗=cψ′ where ψ=(vecL(S),β) and S is the Cholesky factor of Σ−1. The support of the candidate is the ray Sψ′={ψ∗:ψ∗=cψ′,c>0}. Since f(ψ∗)/f(ψ′)=π(θ∗)/π(θ′) (likelihood cancels), the MH acceptance probability reduces to a ratio of prior densities alone.
Acceptance ratio in closed form: With prior G∼Wp−1(ν,P) and β∣Σ∼Nk(β(0),A(0)−1), the ratio evaluates as:
c−(p−1)(ν+p/2)exp{−21[(c2−1)β′TA(0)β′−2(c−1)β′TA(0)β(0)+(c−2−1)trP(S′S′T)−1]}
Four candidate distributions for FC: (a) two-point mass mixture at {γ,γ−1}; (b) mixture of uniforms on (1,γ) and (γ−1,1); (c) c=U or U−1, U∼Unif(1,γ); (d) Gamma(δ,γ). Recommended default: c∼Exp(1).
Ergodicity theorem (Appendix): The hybrid kernel PGPM is (i) φ-invariant, (ii) φ-irreducible, (iii) aperiodic, (iv) absolutely continuous w.r.t. the posterior φ, (v) Harris recurrent. By Tierney (1994) Theorem 1, ∥(PGPM)n(x,⋅)−φ∥→0 for all starting points.
Easy case (Example 1): Binomial probit (β=−2, σ=2, n=2000): Gibbs and hybrid give similar posteriors — the mixing failure is mild at moderate signal-to-noise.
Hard case (Example 2): Binomial probit (β=5, σ=2, n=2000): two Gibbs chains from (β,σ)=(5,2) and (25,5) yield completely different posterior histograms for β/σ after 20,000 draws. Hybrid chain yields nearly identical histograms from both starts.
Real data (Example 3): Dutch mobility panel, three-alternative car-ownership model: hybrid reaches stationarity quickly across all parameters; Gibbs still shows trending in the correlation ρ12=σ12/σ11σ22 after 20,000 draws.
"The idea is very simple: after each Gibbs cycle through the full conditional distributions of W and θ, perform a Metropolis step to change the scale of the current state. This allows the chain to move faster across the parameter/latent data space."
My Take
The paper correctly diagnoses a genuine and practically important failure of the McCulloch-Rossi Gibbs sampler: scale non-identification of the MNP likelihood creates a near-degenerate posterior ridge that standard Gibbs cannot traverse. The hybrid chain is an elegant minimal fix — the rescaling step costs essentially nothing per iteration because the likelihood ratio cancels. The ergodicity proof is clean and complete.
Note on the published version: Imai and van Dyk (2005) show that Nobile (1998) contains an error in the Metropolis acceptance probability: substituting (β~,Σ~) for (β,Σ) distorts the stationary distribution by a factor c−(2−k−p(p−1)/2). Imai-van Dyk correct the algorithm and reinterpret the rescaling step as a marginal data augmentation (MDA) move — the conceptual frame that drives their far more efficient Algorithm 1. The 1995 NISS technical report may not contain the same error; the acceptance ratio expression on p. 10 appears formally correct as written.