Linear Regression Model.Ridge Parameter Property
Gets or sets the coefficient of the squared norm
of the regression parameters for ridge regression.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double RidgeParameter { get; set; }
Property Value
DoubleRemarks
For ordinary least squares, this parameter is set to zero. This is the default.