Liu (2006) proposes robit regression, which replaces the normal cumulative distribution function (CDF) link in probit with a Student-t CDF with ν degrees of freedom. The robit maximum likelihood estimator (MLE) has a bounded influence function (limit −ν as x′β^→−∞), making it robust to outliers, whereas logistic influence is unbounded and probit influence diverges quadratically. Robit(7) approximates the logistic link to within 0.0006 maximum deviation. Efficient expectation-maximization (EM)-type algorithms (EM, ECME, PX-EM) and accelerated data augmentation (DA) algorithms (E-DA 1, E-DA 2) for Bayesian inference are derived, with the accelerated DA schemes substantially outperforming basic DA via parameter expansion over latent scale and weight variables.
Key Claims
Bounded influence function: The score factor fν(x′β^)/Fν(x′β^)⋅x′β^→−ν as x′β^→−∞ for robit. Logistic influence is unbounded; probit diverges as (x′β^)2. Bounded influence implies no single observation can dominate the MLE.
Robit(7) ≈ logistic: The t7 CDF with scale σ=1.5484 matches the logistic CDF to within 0.0006 (maximum distance over the 0.001–0.999 probability range). As ν→∞, robit recovers probit exactly.
Complete-data model: τi∣θ∼Gamma(ν/2,ν/2), zi∣(τi,θ)∼N(xi′β,1/τi), yi=1[zi>0]. The E-step computes τ^i=E[τi∣Yobs,θ] and E[τizi∣Yobs,θ] analytically as ratios of t-CDF tail probabilities (eqs. 7–9); M-step is weighted least squares (WLS).
Three MLE algorithms: (1) EM (known ν); (2) ECME (expectation/conditional-maximization either; unknown ν via CM-step 2 profile-likelihood search over ν by half-interval method); (3) PX-EM (parameter-expanded EM; Liu-Rubin-Wu 1998 parameter expansion via expanded model τi/α, zi/σ — dramatically faster convergence).
DA for Bayesian inference: Prior β∼tp(0,S0−1,ν0) represented via hierarchical Gamma mixing weight τ0. I-step draws zi from truncated t(μi,1,ν), then τi∼Gamma((ν+1)/2,(ν+(zi−μi)2)/2). P-step draws β∼N(β^,(τ0S0+Sτxx)−1).
Accelerated DA: E-DA 1 rescales β^ by χn/weighted SS (integrates out scale of z). E-DA 2 further rescales by (∑νiτi/χν0+nν2)1/2 (integrates out weight scale too) — fastest, as it implicitly integrates out both latent scales.
Application (Finney 1947): n=39 vaso-constriction observations; ECME gives ν^≈0.11 (near-Cauchy, driven by quasi-separation); observations 4, 18, 24 flagged as influential via small fitted weights τ^i, matching Pregibon (1982) resistant fits.
"This paper considers a robit regression, which replaces the normal distribution in probit regression with a t-distribution with a known or unknown number of degrees of freedom."
"The DA algorithms for robit regression model are much simpler to implement than the existing Gibbs sampler for the logistic regression model."
My Take
The robustness argument is clean and the bounded-influence property follows immediately from the heavier t-tails, requiring minimal analytical machinery. The PX-EM acceleration is a high-value addition that exploits the Gamma scale mixture structure for faster MLE convergence at near-zero extra computation. The most important comparison is with Holmes-Held (2006): both papers address binary regression via scale mixtures and DA, but Liu targets ML robustness (t-link with moderate ν) while Holmes-Held targets exact logistic posterior inference (Kolmogorov-Smirnov, KS, mixture). Liu's DA algorithms are simpler — standard Gamma and truncated-t draws only, no generalized inverse Gaussian (GIG) rejection sampler — making them easier to implement in multivariate or high-dimensional extensions. The robit(7) approximation to logistic is very tight (max error 0.0006) but not exact; for strict logistic inference Holmes-Held is preferable.