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