Ancillarity-Sufficiency Interweaving Strategy

asisinterweavingdata-augmentationmcmcnon-centeringstochastic-volatilitysampling-efficiency

Definition

The Ancillarity-Sufficiency Interweaving Strategy (ASIS) is a Markov chain Monte Carlo technique that combines two complementary data-augmentation parameterizations of a latent-variable model within a single sampler, so that mixing is good across the entire parameter range rather than only where one parameterization happens to work (Yu-Meng 2011; applied to stochastic volatility by Kastner-Frühwirth-Schnatter 2014).

Key Ideas

How It Works (Stochastic Volatility)

For the SV model yt=eht/2εty_t=e^{h_t/2}\varepsilon_t, ht=μ+ϕ(ht1μ)+σηηth_t=\mu+\phi(h_{t-1}-\mu)+\sigma_\eta\eta_t: the CP breaks down when the volatility-of-volatility ση\sigma_\eta is small, while the NCP is deficient when the log-variance is highly persistent (ϕ1\phi\to1) — exactly the complementary failure modes ASIS is built for. Kastner-Frühwirth-Schnatter sample the log-volatilities with the Kim-Shephard-Chib / Omori-et-al. auxiliary-mixture (KSC) approximation, then interweave the CP and NCP updates of (μ,ϕ,ση)(\mu,\phi,\sigma_\eta), yielding greatly improved sampling efficiency for all parameters throughout the range — including constellations previously infeasible to estimate. The method is implemented in the stochvol R package.

Why It Matters

Open Questions

Related