The intercept option.
An int
scalar which indicates whether or not the model has an intercept.
Input ModelIntercept
is interpreted as follows:
Value | Action |
---|---|
0 | No intercept is in the model (unless otherwise provided for by the user). |
1 | Intercept is automatically included in the model. |
By default ModelIntercept
= 1.
Exception Type | Condition |
---|---|
ArgumentException | is thrown when ModelIntercept is less than 0 or greater than 1 |
CategoricalGenLinModel Class | Imsl.Stat Namespace