| LinearRegression Properties |
The LinearRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| Intercept |
Returns the Y-intercept α of the best of the best-fit line Y = α + β X. | |
| InterceptStdErr |
Returns the standard error of the estimate for the intercept. | |
| R2 |
Returns the coefficient of determination R2. | |
| Slope |
Returns the slope β of the best of the best-fit line Y = α + β X. | |
| SlopeStdErr |
Returns the standard error of the estimate for the slope. |