Akaike's information criterion (AIC) for the optimum model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double AIC { get; }
Visual Basic (Declaration)
Public ReadOnly Property AIC As Double
Visual C++
public:
property double AIC {
	double get ();
}

Field Value

A double scalar containing Akaike's information criterion (AIC) for the optimum outlier free series.

Remarks

One of the Compute methods must be called before invoking this method. Otherwise, an InvalidOperationException exception is thrown.

See Also