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