Click or drag to resize
Accord.NET (logo)

OrdinaryLeastSquaresIsRobust Property

Gets or sets whether to always use a robust Least-Squares estimate using the SingularValueDecomposition. Default is false.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool IsRobust { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also