Returns the value of Akaike Information Criterion evaluated at the estimated parameter array. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.

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

Syntax

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

Field Value

A double scalar containing the value of Akaike Information Criterion evaluated at the estimated parameter array.

See Also