Click or drag to resize
Accord.NET (logo)

LinearRegressionCoefficientIsIntercept Property

Gets a value indicating whether this coefficient is an intercept term.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool IsIntercept { get; }
Request Example View Source

Property Value

Type: Boolean
true if this coefficient is the intercept; otherwise, false.
See Also