Click or drag to resize
AutoARIMABIC Property
The Bayesian Information Criterion (BIC) for the optimum model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double BIC { get; }

Property Value

Type: Double
A double scalar containing the Bayesian Information Criterion (BIC) for the optimum outlier free series.
Remarks
One of the Compute methods must be called before invoking this method. Otherwise, an InvalidOperationException exception is thrown.
See Also