A bool which indicates whether or not an intercept is in this regression model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public bool HasIntercept { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasIntercept As Boolean
Visual C++
public:
property bool HasIntercept {
	bool get ();
}

Field Value

A bool indicating whether or not the model includes an intercept.

See Also