IMSL C# Numerical Library

LinearRegression.HasIntercept Property

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

public bool HasIntercept {get;}

Property Value

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

See Also

LinearRegression Class | Imsl.Stat Namespace