Akaike Information Criterion Calculator

Compare competing machine learning models using AIC, AICc, BIC, Akaike weights, evidence ratios, clear rankings, charts, validation, examples, and exportable results in one workspace.

Model comparison results

Lower criterion values indicate stronger relative support.

Rank Model k Log-likelihood AIC AICc BIC Delta Weight Cumulative Evidence ratio Support
Selected ratio
No results yet.

Calculator inputs

Add models fitted to the same response and observations.


Competing models

Model name Model type Dataset Response Observations n Parameters k Log-likelihood Actions

Parameter-count assistant

Choose a model, then estimate its total parameter count.

ARIMA and seasonal terms

Formula used

Standard AIC
AIC = 2k − 2 ln(L) = 2k − 2LL
Small-sample correction
AICc = AIC + [2k(k + 1)] ÷ (n − k − 1)
Bayesian information criterion
BIC = k ln(n) − 2LL
Regression form
AIC = n ln(RSS ÷ n) + 2k
Delta value
Δi = ICi − ICmin
Akaike weight
wi = exp(−Δi ÷ 2) ÷ Σ exp(−Δr ÷ 2)

How to use

  1. Select the input mode that matches your model output.
  2. Add every model fitted to the same dataset.
  3. Enter observations, parameter counts, and criterion inputs.
  4. Use the parameter assistant when counting estimated terms.
  5. Choose AIC, AICc, or BIC for ranking.
  6. Calculate, review warnings, then export the comparison.

Example data

ModelnkLog-likelihoodPurpose
Linear base1204−181.40Reference model
Linear interaction1206−177.85Tests extra interaction terms
Linear compact1203−184.10Tests a simpler specification

Interpretation guide

Delta 0–2
Strong support

The model remains highly competitive.

Delta 4–7
Less support

Evidence declines against the leading model.

Delta above 10
Very little support

The model is usually not competitive.

These bands are practical guidelines. They are not absolute decision rules.

Important comparison rules

Frequently asked questions

Why is a lower AIC preferred?

A lower value reflects a better fit-complexity tradeoff. It is only meaningful relative to competing models.

When should AICc replace AIC?

AICc is useful when the sample is not large. The correction grows when n approaches k.

Does k include the intercept?

Usually yes when the intercept is estimated. Variance and dispersion terms may also count.

Can AIC values be negative?

Yes. The absolute sign does not matter. Differences between comparable models drive interpretation.

What does an Akaike weight mean?

It measures relative support inside the candidate set. Weights across valid models sum to one.

How is BIC different?

BIC penalizes complexity using ln(n). It often favors simpler models as samples grow.

Can I compare different datasets?

No. Different observations change likelihood scales. Use identical data for a defensible comparison.

Why is AICc sometimes unavailable?

Its denominator requires n greater than k plus one. Otherwise the correction is undefined.

Does the best AIC guarantee good predictions?

No. It ranks candidate models. External validation still matters for predictive performance.

Related Calculators

Posterior Probability CalculatorPrior Probability CalculatorGaussian Probability Density CalculatorMaximum Likelihood Estimation CalculatorBayesian Information Criterion Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.