Regression Model<T>.Get Bayesian Information Criterion 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.3
C#
The Bayesian information criterion (BIC) value for the model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual double GetBayesianInformationCriterion()
Return Value
DoubleThe Bayesian information criterion (BIC) value for the model.