Returns the Bayesian information criterion (BIC) value for the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double GetBayesianInformationCriterion()
Public Overridable Function GetBayesianInformationCriterion As Double
public:
virtual double GetBayesianInformationCriterion()
abstract GetBayesianInformationCriterion : unit -> float
override GetBayesianInformationCriterion : unit -> float
Return Value
Type:
DoubleThe Bayesian information criterion (BIC) value for the model.
Reference