Watanabe–Akaike Information Criterion
   HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, 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 measure how well will model predict data it wasn't trained on. It is asymptotically equivalent to cross-validation loss. Lower values of WAIC correspond to better performance. If we take log pointwise predictive density: :\text(y, \Theta) = \sum_ \log \frac \sum_ p(y_i \mid \Theta_s) Then: :\text(y, \Theta) = -2 \left( \text - \underbrace_ \right) Where y is predicted output in training data. Θ is models posterior distribution, s are samples from posterior, and i iterates over training data. In other words, in Bayesian statistics the posterior is represented by list of samples from it. WAIC penalty is then the variance of predictions among these samples, calculated and added for each datapoint from dataset. The penalty term is often referred to as the "effective number of parameters". This terminology stems from historical conventions, as a similar term is used in the Akaike Information Criterion. Watanabe recommends in practice calculating both WAIC and PSIS – Pareto Smoothed Importance Sampling. Both are approximations of leave-one-out cross-validation. If they disagree then at least one of them is not reliable. Similarly PSIS can sometimes detect if its estimate is not reliable (if \hat > 0.7). Some textbooks of Bayesian statistics recommend WAIC over other information criteria, especially for multilevel and mixture models. Widely applicable Bayesian information criterion (WBIC) is the generalized version of Bayesian information criterion (BIC) onto singular statistical models. WBIC is the average log likelihood function over the posterior distribution with the inverse temperature > 1/log ''n'' where ''n'' is the
sample size Sample size determination or estimation is the act of choosing the number of observations or replicates to include in a statistical sample. The sample size is an important feature of any empirical study in which the goal is to make inferences abo ...
. Both WAIC and WBIC can be numerically calculated without any information about a true distribution.


See also

* Akaike information criterion * Bayesian information criterion * Deviance information criterion * Hannan–Quinn information criterion


References

Model selection Bayesian statistics {{statistics-stub