RegressionStatistics Class Members
In This Topic
The following tables list the members exposed by RegressionStatistics.
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
Public Methods
See Also