RegressionStatistics Class Members
In This Topic
The following tables list the members exposed by RegressionStatistics.
Public Constructors
Public Properties
| Name | Description |
 | Coeffs | Gets the calculated coefficients of regression equation. |
 | DF | Gets the degrees of freedom. |
 | F | Gets the F-observed(F-statistic) value. |
 | Rsq | Gets the coefficient of determination (R-squared). |
 | Sey | Gets the standard error for the y estimate. |
 | Sse | Gets the sum of squares due to error. |
 | Ssr | Gets the sum of squares due to regression. |
Top
See Also