Corrected AIC for X-ray model fitting
Akaike information criterion (AIC) is a popular general classical method for model comparison (see the book: Ivezić et al. 2020; or the original paper of Akaike: Akaike 1974 ).
The motivation for using AIC is simple, which is we need some tools to compare different models, i.e., which model is not that good and not substantially supported by the data.
What is AIC?
The AIC is defined as follows,
where
What is corrected AIC?
For small samples, such as
The last term is the second-order effect that should be taken into consideration when the sample size is small but will be negligible when
How to calculate when different statistics are adopted?
statistics
For statistics based on Gaussian likelihood:
where
which obeys the Chi-squared distribution. The relation of
Since only the relative value of
C-statistics
For statistics based on Poisson likelihood:
Taking its logarithm and multiplying by
Omitting the factorial term, we can get the Cash-statistics (Cash 1979):
Approximating the factorial term by Stirling's formula, that is
a modification of the original Cash-statistic, C-statistics, can be obtained as follows:
which is implemented in some popular fitting packages like XSPEC (Arnaud 1996), SHERPA (Freeman et al. 2001), and SPEX (Kaastra et al. 1996).
As for the calculation of
For a given model, its
The model with the minimum
The model whose
Level of Empirical Support | |
---|---|
0-2 | Substantial |
4-7 | Considerably less |
>10 | Essentially none |
Attention
The corrected AIC can be used if you cannot rule out some models from the perspective of physics. Namely, corrected AIC just rules out the models from the perspective of statistics. If you can rule out some models from the perspective of physics, please rule out them first.