Returns the Bayesian Information Criterion (BIC).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double BIC { get; }
Visual Basic (Declaration)
Public ReadOnly Property BIC As Double
Visual C++
public:
property double BIC {
	double get ();
}

Field Value

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