RegressionStatistics Class Properties
In This Topic
For a list of all members of this type, see RegressionStatistics members.
Public Properties
| Name | Description |
 | DegreesOfFreedom | Gets the degrees of freedom. |
 | Fstat | Gets the F statistic, or the F-observed value. |
 | Rsq | Gets R squared (coefficient of determination). |
 | Sse | Gets the sum of squares error (SSE) also known as residual sum of squares (RSS). |
 | Ssr | Gets the sum of squares due to regression (SSR) also known as explained sum of squares (ESS). |
 | StandardError | Gets the standard error for the y estimate. |
Top
See Also