Click or drag to resize
LinearRegression Properties

The LinearRegression type exposes the following members.

Properties
  NameDescription
Public propertyIntercept
Returns the Y-intercept α of the best of the best-fit line Y = α + β X.
Public propertyInterceptStdErr
Returns the standard error of the estimate for the intercept.
Public propertyR2
Returns the coefficient of determination R2.
Public propertySlope
Returns the slope β of the best of the best-fit line Y = α + β X.
Public propertySlopeStdErr
Returns the standard error of the estimate for the slope.
Top
See Also