User Tools

Site Tools


standard_error_of_regression_coefficient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
standard_error_of_regression_coefficient [2026/05/30 07:02] hkimscilstandard_error_of_regression_coefficient [2026/07/01 06:02] (current) hkimscil
Line 3: Line 3:
 $ \hat{Y} = a + b X $ 에서 b 에 대한 standard error 값을 말한다. 이 standard error는 샘플에서 구한 b값으로 모집단의 (population의) b값을 추정하는 데 쓰인다.  $ \hat{Y} = a + b X $ 에서 b 에 대한 standard error 값을 말한다. 이 standard error는 샘플에서 구한 b값으로 모집단의 (population의) b값을 추정하는 데 쓰인다. 
 \begin{eqnarray*} \begin{eqnarray*}
-\text{se}_{b} & = & \sqrt { \dfrac {\text{MSE}} {\text{ss(x)} } } \;\;,  +\text{se}_{b} & = & \sqrt { \dfrac {\text{MSE}} {\text{ss(x)} } } \;\;, \text{ MSE } & = & \text{Mean Square Residuals (Errors)} \\ 
-\text{ MSE } & = & \text{Mean Square Residuals (Errors)} \\+& = & \dfrac {s_{e}} {\sqrt{ss(x)} } \\ 
 +& = & \dfrac {s_{e}} {\Sigma{(x_{i}-\overline{x})^2}} \\ 
 +& = & \dfrac { \sqrt {\dfrac{ \Sigma{(y-\hat{y})^2} } {n-2} } } {\sqrt{\Sigma{(x_{i}-\overline{x})^2}} } \\ 
 +& = & \sqrt {\dfrac { \dfrac { \Sigma {(y-\hat {y})^2 } } {n-2} } { \Sigma{(x_{i}-\overline{x})^2} } } \\
 \end{eqnarray*} \end{eqnarray*}
  
Line 12: Line 15:
 \end{eqnarray*} \end{eqnarray*}
  
 +====== in Multiple Regression ======
 +In multiple regression, the SE of a coefficient \(\beta _{j}\) is calculated using matrix algebra as 
 +  * $SE(\hat{\beta}_j) = \displaystyle \sqrt{s^2 \cdot C_{jj}}$, 
 +    * where $(s^{2})$ is the residual variance and 
 +    * $(C_{jj})$ is the corresponding diagonal element of the variance-covariance matrix $((X^TX)^{-1})$.
 +
 +how to calculate standard error of regression coefficient in multiple regression
standard_error_of_regression_coefficient.1780124530.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki