[]
Contains main statistical characteristics of regression.
public class RegressionStatistics
| 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. |
| Name | Description |
|---|---|
| ToString() |