Summary
Jensen and Maheu (2008) propose a semiparametric Bayesian SV model (SV-DPM) that combines a parametric AR(1) log-volatility process with a nonparametric Dirichlet Process Mixture (DPM) for the return innovation distribution. The key finding is that misspecifying the return distribution as Gaussian causes severe upward bias in the volatility-of-volatility parameter (σv2): on CRSP daily returns (1980–2006), the Gaussian SV model overestimates σv2 by 2.7× relative to SV-DPM; on simulated data from a mixture DGP the inflation reaches ~20×. The DPM flexibly captures skewness and excess kurtosis without restricting them a priori, while correctly attributing these features to the innovation distribution rather than to volatility dynamics.
Key Claims
- Distributional misspecification inflates vol-of-vol. When return innovations are non-Gaussian (fat-tailed, skewed), a Gaussian SV model confounds excess kurtosis with volatility variation, leading it to overestimate σv2. The DPM acts as a prior-robust filter, correctly separating distributional shape from volatility dynamics.
- SV-DPM model. Returns yt=exp(ht/2)εt where the innovation εt∼G with G drawn from a Dirichlet Process Mixture: G=∑j=1∞Vjδ(μj,σj2), so yt∣ht∼∑j=1∞VjN(μj,σj−2exp{ht}). The stick-breaking weights satisfy Vj=Uj∏l<j(1−Ul), Uj∼Beta(1,α).
- Log-volatility is standard AR(1). ht+1=μ+ϕ(ht−μ)+ηt, ηt∼N(0,σv2), independent of εt. No leverage effect is modelled.
- Base distribution. G0=N(μ0,B0)×Inv-Gamma(a0,b0) for the cluster mean-precision pairs; conjugate Normal-IG form enables exact analytic updates for cluster parameters.
- MCMC — 4 blocks. (1) Truncated-Normal/IG for (ϕ,σv2); (2) Fleming-Kirby (2003) random-length block sampler for {ht} — groups consecutive observations into randomly sized blocks and runs a Kalman smoother within each block; (3) Chinese Restaurant Process updates for cluster assignments {kt} and cluster parameters {(μj,σj2)} via West-Müller-Escobar (1994) / MacEachern-Müller (1998); (4) Gamma posterior update for concentration parameter α.
- CRSP results (6,815 daily returns, 1980–2006). SV-DPM: ϕ^=0.9877, σ^v2=0.0103, avg. k=7.16 clusters used. SV-N: ϕ^=0.9795, σ^v2=0.0276 — 2.7× larger. Persistence bias is also present but smaller in magnitude.
- Simulation study. Under a 3-component Gaussian mixture DGP, SV-N's σ^v2 is ~20× the true value; SV-DPM recovers the true parameters accurately and assigns most mass to 3 clusters.
- DPM recovers correct cluster count. With k=7.16 clusters on average in the CRSP data, the DPM identifies a multi-modal return innovation density consistent with documented fat tails and mild left skew in daily equity returns.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"By modeling the error distribution nonparametrically with a Dirichlet process mixture, we allow the data to determine the shape of the innovation distribution without restricting it a priori."
"The misspecification of the return distribution as Gaussian causes the volatility of volatility parameter to be overestimated by a factor of about 2.7 in the CRSP data."
My Take
The paper makes a clean, important point: the vol-of-vol parameter (σv2) in SV models is a nuisance absorber for any distributional misspecification. The DPM fix is elegant and computationally feasible. The main limitation is the absence of a leverage effect — the model is symmetric in returns, which is empirically problematic for daily equity data (see Omori-Chib-Shephard-Nakajima (2007) for the leverage extension). A natural extension would combine the bivariate mixture sampler of OCSN (2007) with the DPM return distribution, attacking both misspecification axes simultaneously. The Fleming-Kirby block sampler for {ht} is an interesting alternative to the Carter-Kohn smoother used in KSC-type algorithms and deserves attention in its own right.