LinearRegressionHasIntercept Property |
A bool which indicates whether or not an intercept is in this
regression model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool HasIntercept { get; }
Public ReadOnly Property HasIntercept As Boolean
Get
public:
property bool HasIntercept {
bool get ();
}
member HasIntercept : bool with get
Property Value
Type:
Boolean
A
bool indicating whether or not the model includes an intercept.
See Also