IMSL C# Numerical Library

GARCH.Akaike Property

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.

public double Akaike {get;}

Property Value

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

See Also

GARCH Class | Imsl.Stat Namespace