Deviance Information Criterion

dicmodel-selectionbayesianinformation-criterionmcmc

Definition

The Deviance Information Criterion (DIC) (Spiegelhalter, Best, Carlin, and van der Linde 2002) is a Bayesian model-comparison criterion for hierarchical models, designed to be computed trivially from MCMC output. Writing the deviance D(θ)=2logp(yθ)D(\theta) = -2\log p(y\mid\theta), DIC combines a measure of fit (the posterior mean deviance) with a penalty for the effective number of parameters pDp_D: DIC=D+pD=D(θˉ)+2pD,pD=DD(θˉ),\mathrm{DIC} = \overline{D} + p_D = D(\bar\theta) + 2p_D,\qquad p_D = \overline{D} - D(\bar\theta), where D=Eθy[D(θ)]\overline{D}=E_{\theta\mid y}[D(\theta)] is the posterior-mean deviance and θˉ\bar\theta is the posterior mean of the parameters. Lower DIC indicates better expected out-of-sample predictive performance; like AIC it trades goodness-of-fit against complexity, but it estimates complexity from the posterior rather than by counting parameters.

Key Ideas

Why It Matters

Open Questions / Problems

Related