Gets or sets a value that indicates whether to include the intercept or constant term in the regression model.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property NoIntercept As Boolean
C#
public bool NoIntercept { get; set; }
C++
public:
bool NoIntercept {
	bool get ();
	void set (bool value);
}

Value

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