Member Login
Username:Password:
or Sign up here
Discover

AKAIKE INFORMATION CRITERION

Akaike's 'An information criterion (AIC)', developed by Hirotsugu Akaike in 1971 and proposed in Akaike (1974), is a measure of the goodness of fit of an estimated statistical model. It is grounded in the concept of entropy. The AIC is an operational way of trading off the complexity of an estimated model against how well the model fits the data.

Contents
AIC
AICc and AICu
QAIC
References
See also
External links

AIC


In the general case, the AIC is
:AIC = 2k - 2ln(L),
where ''k'' is the number of parameters, and ''L'' is the likelihood function.
Over the remainder of this entry, it will be assumed that the model errors are normally and independently distributed. Let ''n'' be the number of observations and ''RSS'' be the residual sum of squares. Then AIC becomes
:AIC=2k + nln(RSS/n),
Increasing the number of free parameters to be estimated improves the goodness of fit, regardless of the number of free parameters in the data generating process. Hence AIC not only rewards goodness of fit, but also includes a penalty that is an increasing function of the number of estimated parameters. This penalty discourages overfitting. The preferred model is the one with the lowest AIC value. The AIC methodology attempts to find the model that best explains the data with a minimum of free parameters. By contrast, more traditional approaches to modeling start from a null hypothesis. The AIC penalizes free parameters less strongly than does the Schwarz criterion.

AICc and AICu


AICc is AIC with a second order correction for small sample sizes, to start with:
:AICc = AIC + rac{2k(k + 1)}{n - k - 1},
Since AICc converges to AIC as ''n'' gets large, AICc should be employed regardless of sample size (Burnham and Anderson, 2004).
McQuarrie and Tsai (1998: 22) define AICc as:
:AICc = ln{ rac{RSS}{n}} + rac{n+k}{n-k-2} ,
and propose (p. 32) the closely related measure:
:AICu = ln{ rac{RSS}{n-k}} + rac{n+k}{n-k-2} .
McQuarrie and Tsai ground their high opinion of AICc and AICu on extensive simulation work.

QAIC


QAIC (the quasi-AIC) is defined as:
:QAIC = 2k- rac{1}{c}2ln{L},
where ''c'' is a variance inflation factor. QAIC adjusts for over-dispersion or lack of fit. The small sample version of QAIC is:
:QAICc = QAIC + rac{2k(k + 1)}{n - k - 1},.

References



A new look at the statistical model identification, , Hirotugu, Akaike, IEEE Transactions on Automatic Control, 1974

★ Burnham, K. P., and D. R. Anderson, 2002. ''Model Selection and Multimodel Inference: A Practical-Theoretic Approach'', 2nd ed. Springer-Verlag. ISBN 0-387-95364-7.

★ --------, 2004. ''Multimodel Inference: understanding AIC and BIC in Model Selection'', Amsterdam Workshop on Model Selection.

★ Hurvich, C. M., and Tsai, C.-L., 1989. ''Regression and time series model selection in small samples''. Biometrika, Vol 76. pp. 297-307

★ McQuarrie, A. D. R., and Tsai, C.-L., 1998. ''Regression and Time Series Model Selection''. World Scientific.

See also



Bayesian information criterion

deviance

deviance information criterion

Jensen-Shannon divergence

Kullback-Leibler divergence

Occam's Razor

External links



Hirotogu Akaike comments on how he arrived at the AIC in This Week's Citation Classic

This article provided by Wikipedia. To edit the contents of this article, click here for original source.