ARMAOutlierIdentificationAICC Property |
Returns Akaike's Corrected Information Criterion (AICC).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AICC { get; }
Public ReadOnly Property AICC As Double
Get
public:
property double AICC {
double get ();
}
member AICC : float with get
Property Value
Type:
Double
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.
See Also