SimpleRegressionModel.NoIntercept 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#
public bool NoIntercept { get; set; }

Property Value

Boolean
true if the constant term is excluded from the regression model; Otherwise false.

See Also