Click or drag to resize
Accord.NET (logo)

NormalOptionsRegularization Property

Gets or sets the regularization step to avoid singular or non-positive definite covariance matrices. Default is 0. Setting this property to a small constant like 1e-6 is more efficient than setting Robust to true.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Regularization { get; set; }
Request Example View Source

Property Value

Type: Double
The regularization step.
See Also