RegressionModel<T>.GetBayesianInformationCriterion Method

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

Definition

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

Return Value

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

See Also