ARMAOutlierIdentificationAIC Property |
Returns Akaike's information criterion (AIC).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AIC { get; }
Public ReadOnly Property AIC As Double
Get
public:
property double AIC {
double get ();
}
member AIC : float with get
Property Value
Type:
Double
A
double scalar containing Akaike's information
criterion (AIC) for the outlier free series.
Remarks
The Compute method must be called before using this property.
Otherwise, an InvalidOperationException exception is thrown.
See Also