McCulloch-Tsay (1993) Bayesian Inference for Mean and Variance Shifts in AR Series

bayesiangibbs-samplerstructural-breaksprobitar-model

Summary

McCulloch and Tsay (1993) develop a fully Bayesian framework for detecting and estimating mean shifts (random level-shift AR, RLAR) and variance shifts (random variance-shift AR, RVAR) in autoregressive time series, using the Gibbs sampler as the computational engine. Unlike classical methods that require fixing the number of break points in advance, the framework treats each observation's shift indicator as a latent Bernoulli variable, so inference automatically handles unknown numbers of shifts at unknown dates. A probit extension ties the shift probability to exogenous variables, enabling prediction of future structural changes.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"The Gibbs sampler makes analysis of the models presented in this article possible, because we are able to draw from the posterior distribution of parameters that describe the behavior of the series around a given time point, given all the other parameters."

"For instance, the exogenous variable is helpful in dating the time index of a variance shift."

My Take

The paper's key insight is that structural change need not be treated as a fixed-dimension parameter estimation problem. By placing a Bernoulli prior on each time point's shift indicator, the model sidesteps the model-selection problem of "how many breaks?" entirely — the shift probability ε\varepsilon governs sparsity. This is conceptually analogous to spike-and-slab priors in variable selection. The conjugacy throughout the RLAR/RVAR models makes the Gibbs sampler clean and fast. The probit extension anticipates later work on regime prediction; in the gasoline application it correctly links variance episodes to known OPEC events. A limitation: the iid Bernoulli assumption means shifts at adjacent time points are independent — unlike Markov-switching models which allow persistent regimes. For data with genuine long-lived regime shifts, MS models are better suited; for data with discrete, isolated jumps, RLAR/RVAR is more natural.