ISummaryStatistics.AIC

Syntax

AIC: Double;

Description

The AIC property returns the Akaike information criterion.

Comments

This criterion is used to compare models with different number of parameters when you need to decide onthe best set of explanatory variables. A model with a smaller criterion value is preferable.

Example

The property use is given in the example for ISummaryStatistics.AdjR2.

See also:

ISummaryStatistics | Akaike Information Criterion (AIC)