TimeSeriesModel<T>.GetAkaikeInformationCriterion Method

Returns the Akaike information criterion (AIC) value for the model.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual double GetAkaikeInformationCriterion()

Return Value

Double
The Akaike information criterion (AIC) value for the model.

See Also