Linear Regression Model.No Intercept Property
Gets or sets whether to include the intercept or constant term in the
regression model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the constant term is excluded from the regression model; Otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool NoIntercept { get; set; }
Property Value
Booleantrue if the constant term is excluded from the regression model; Otherwise false.