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

Property Value

Boolean
true if the regression model contains a constant term; Otherwise false.

See Also