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