Consider the following time series.
We create a list of potentially applicable models and optimize them.
We compute Akaike's information criterion for each model.
The model has the best balance between number of parameters and goodness of fit, according to this criterion, and the worst.
Because the sample size is rather small, it might be useful to consider the criterion with sample size correction.
This time, the model does best. Note how some of the models have a value of ; this is because they have at least as many parameters as there are sample points.
Alternatively, one can use the Bayesian information criterion; it also corrects for the sample size, but not as strongly as AICc in this case.
The Bayesian information criterion also favors the model.