Click or drag to resize
CategoricalGenLinModelModelIntercept Property
The intercept option.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int ModelIntercept { set; }

Property Value

Type: Int32
An int scalar which indicates whether or not the model has an intercept.
Exceptions
ExceptionCondition
ArgumentException is thrown when ModelIntercept is less than 0 or greater than 1
Remarks

Input ModelIntercept is interpreted as follows:

ValueAction
0No intercept is in the model (unless otherwise provided for by the user).
1Intercept is automatically included in the model.

By default ModelIntercept = 1.

See Also