standard_error_of_residuals
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| standard_error_of_residuals [2026/05/29 07:15] – hkimscil | standard_error_of_residuals [2026/05/29 07:38] (current) – hkimscil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Standard Error of Residuals (the Residual) ====== | ====== Standard Error of Residuals (the Residual) ====== | ||
| - | Residual에 대한 standard deviation 값을 말한다. | + | Residual에 대한 standard deviation 값을 말한다. |
| \begin{eqnarray*} | \begin{eqnarray*} | ||
| - | \text{se of residuals} & = & \sqrt{\dfrac {\text{MSE}} {n-2} } \\ | + | \text{se of residuals} & = & \sqrt{ \text{MSE} }, \; |
| + | \text{MSE} & = & \dfrac{\text{SSE}}{n-k-1} \\ | ||
| + | \text{SSE} & = & \Sigma{\text{residuals}^2} \\ | ||
| + | \text{Residuals} & = & (y - \hat{y}) \\ | ||
| + | \therefore \\ | ||
| + | \text{se of residuals} & = & \sqrt{ \dfrac { \Sigma {({y - \hat{y} }^2) } } {n-k-1} } \\ | ||
| \end{eqnarray*} | \end{eqnarray*} | ||
standard_error_of_residuals.1780038923.txt.gz · Last modified: by hkimscil
