The deviance information criterion (DIC) is a
hierarchical modeling generalization of the
Akaike information criterion
The Akaike information criterion (AIC) is an estimator of prediction error and thereby relative quality of statistical models for a given set of data. Given a collection of models for the data, AIC estimates the quality of each model, relative to ...
(AIC). It is particularly useful in
Bayesian model selection
Model selection is the task of selecting a model from among various candidates on the basis of performance criterion to choose the best one.
In the context of machine learning and more generally statistical analysis, this may be the selection of ...
problems where the
posterior distribution
The posterior probability is a type of conditional probability that results from updating the prior probability with information summarized by the likelihood via an application of Bayes' rule. From an epistemological perspective, the posterior ...
s of the
model
A model is an informative representation of an object, person, or system. The term originally denoted the plans of a building in late 16th-century English, and derived via French and Italian ultimately from Latin , .
Models can be divided in ...
s have been obtained by
Markov chain Monte Carlo
In statistics, Markov chain Monte Carlo (MCMC) is a class of algorithms used to draw samples from a probability distribution. Given a probability distribution, one can construct a Markov chain whose elements' distribution approximates it – that ...
(MCMC) simulation. DIC is an
asymptotic approximation as the sample size becomes large, like AIC. It is only valid when the
posterior distribution
The posterior probability is a type of conditional probability that results from updating the prior probability with information summarized by the likelihood via an application of Bayes' rule. From an epistemological perspective, the posterior ...
is approximately
multivariate normal.
Definition
Define the
deviance as
, where
are the data,
are the unknown parameters of the model and
is the
likelihood function
A likelihood function (often simply called the likelihood) measures how well a statistical model explains observed data by calculating the probability of seeing that data under different parameter values of the model. It is constructed from the ...
.
is a constant that cancels out in all calculations that compare different models, and which therefore does not need to be known.
There are two calculations in common usage for the effective number of parameters of the model. The first, as described in , is
, where
is the expectation of
. The second, as described in , is
. The larger the effective number of parameters is, the ''easier'' it is for the model to fit the data, and so the deviance needs to be penalized.
The deviance information criterion is calculated as
:
or equivalently as
:
From this latter form, the connection with AIC is more evident.
Motivation
The idea is that models with smaller DIC should be preferred to models with larger DIC. Models are penalized both by the value of
, which favors a good fit, but also (similar to AIC) by the effective number of parameters
. Since
will decrease as the number of parameters in a model increases, the
term compensates for this effect by favoring models with a smaller number of parameters.
An advantage of DIC over other criteria in the case of Bayesian model selection is that the DIC is easily calculated from the samples generated by a Markov chain Monte Carlo simulation. AIC requires calculating the likelihood at its maximum over
, which is not readily available from the MCMC simulation. But to calculate DIC, simply compute
as the average of
over the samples of
, and
as the value of
evaluated at the average of the samples of
. Then the DIC follows directly from these approximations. Claeskens and Hjort (2008, Ch. 3.5) show that the DIC is
large-sample equivalent to the natural model-robust version of the AIC.
Assumptions
In the derivation of DIC, it is assumed that the specified parametric family of probability distributions that generate future observations encompasses the true model. This assumption does not always hold, and it is desirable to consider model assessment procedures in that scenario.
Also, the observed data are used both to construct the posterior distribution and to evaluate the estimated models.
Therefore, DIC tends to select
over-fitted models.
Extensions
A resolution to the issues above was suggested by , with the proposal of the Bayesian predictive information criterion (BPIC).
Ando (2010, Ch. 8) provided a discussion of various Bayesian model selection criteria.
To avoid the over-fitting problems of DIC, developed Bayesian model selection criteria from a predictive view point.
The criterion is calculated as
:
The first term is a measure of how well the model fits the data, while the second term is a penalty on the model complexity. Note that the in this expression is the predictive distribution rather than the likelihood above.
See also
*
Akaike information criterion
The Akaike information criterion (AIC) is an estimator of prediction error and thereby relative quality of statistical models for a given set of data. Given a collection of models for the data, AIC estimates the quality of each model, relative to ...
(AIC)
*
Bayesian information criterion
In statistics, the Bayesian information criterion (BIC) or Schwarz information criterion (also SIC, SBC, SBIC) is a criterion for model selection among a finite set of models; models with lower BIC are generally preferred. It is based, in part, on ...
(BIC)
*
Focused information criterion In statistics, the focused information criterion (FIC) is a method for selecting the most appropriate model among a set of competitors for a given data set. Unlike most other model selection strategies, like the Akaike information criterion (AIC), t ...
(FIC)
*
Hannan-Quinn information criterion
*
Kullback–Leibler divergence
In mathematical statistics, the Kullback–Leibler (KL) divergence (also called relative entropy and I-divergence), denoted D_\text(P \parallel Q), is a type of statistical distance: a measure of how much a model probability distribution is diff ...
*
Jensen–Shannon divergence
In probability theory and statistics, the Jensen–Shannon divergence, named after Johan Jensen and Claude Shannon, is a method of measuring the similarity between two probability distributions. It is also known as information radius (IRad) or to ...
*
Watanabe–Akaike information criterion
In statistics, the Widely Applicable Information Criterion (WAIC), also known as Watanabe–Akaike information criterion, is the generalized version of the Akaike information criterion (AIC) onto singular statistical models. It is used as measur ...
(WAIC)
References
*
* Ando, T. (2010). ''Bayesian Model Selection and Statistical Modeling'', CRC Press. Chapter 7.
*
*
Claeskens, G, and
Hjort, N.L. (2008). ''Model Selection and Model Averaging'', Cambridge. Section 3.5.
*
* van der Linde, A. (2005). "DIC in variable selection", ''Statistica Neerlandica'', 59: 45-56.
doi:10.1111/j.1467-9574.2005.00278.x
*
*
External links
* {{cbignore
Bayesian statistics
Regression variable selection
Model selection