Returns Akaike's Corrected Information Criterion (AICC).
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double AICC { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AICC As Double |
Visual C++ |
---|
public: property double AICC { double get (); } |
Field Value
A double scalar containing Akaike's Corrected Information Criterion (AICC) for the outlier free series.
Remarks
The Compute method must be called before using this property.
Otherwise, an InvalidOperationException exception is thrown.