Click or drag to resize
LinearRegressionHasIntercept Property
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.2.0
Syntax
public bool HasIntercept { get; }

Property Value

Type: Boolean
A bool indicating whether or not the model includes an intercept.
See Also