RegressionModel<T>.GetBayesianInformationCriterion Method

Returns the Bayesian information criterion (BIC) value for the model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual double GetBayesianInformationCriterion()

Return Value

Double
The Bayesian information criterion (BIC) value for the model.

See Also