@@ -483,21 +483,26 @@ title: "Table of Contents"
483483 1.3. Simple linear regression <br >
484484 &emsp ;&ensp ; 1.3.1. * [ Definition] ( /D/slr ) * <br >
485485 &emsp ;&ensp ; 1.3.2. ** [ Special case of multiple linear regression] ( /P/slr-mlr ) ** <br >
486- &emsp ;&ensp ; 1.3.3. ** [ Ordinary least squares] ( /P/slr-ols ) ** <br >
487- &emsp ;&ensp ; 1.3.4. ** [ Expectation of estimates] ( /P/slr-olsmean ) ** <br >
488- &emsp ;&ensp ; 1.3.5. ** [ Variance of estimates] ( /P/slr-olsvar ) ** <br >
489- &emsp ;&ensp ; 1.3.6. ** [ Distribution of estimates] ( /P/slr-olsdist ) ** <br >
490- &emsp ;&ensp ; 1.3.7. ** [ Effects of mean-centering] ( /P/slr-meancent ) ** <br >
491- &emsp ;&ensp ; 1.3.8. * [ Regression line] ( /D/regline ) * <br >
492- &emsp ;&ensp ; 1.3.9. ** [ Regression line includes center of mass] ( /P/slr-comp ) ** <br >
493- &emsp ;&ensp ; 1.3.10. ** [ Projection of data point to regression line] ( /P/slr-proj ) ** <br >
494- &emsp ;&ensp ; 1.3.11. ** [ Sums of squares] ( /P/slr-sss ) ** <br >
495- &emsp ;&ensp ; 1.3.12. ** [ Transformation matrices] ( /P/slr-mat ) ** <br >
496- &emsp ;&ensp ; 1.3.13. ** [ Sum of residuals is zero] ( /P/slr-ressum ) ** <br >
497- &emsp ;&ensp ; 1.3.14. ** [ Correlation with covariate is zero] ( /P/slr-rescorr ) ** <br >
498- &emsp ;&ensp ; 1.3.15. ** [ Residual variance in terms of sample variance] ( /P/slr-resvar ) ** <br >
499- &emsp ;&ensp ; 1.3.16. ** [ Correlation coefficient in terms of slope estimate] ( /P/slr-corr ) ** <br >
500- &emsp ;&ensp ; 1.3.17. ** [ Coefficient of determination in terms of correlation coefficient] ( /P/slr-rsq ) ** <br >
486+ &emsp ;&ensp ; 1.3.3. ** [ Ordinary least squares] ( /P/slr-ols ) ** (1) <br >
487+ &emsp ;&ensp ; 1.3.4. ** [ Ordinary least squares] ( /P/slr-ols2 ) ** (2) <br >
488+ &emsp ;&ensp ; 1.3.5. ** [ Expectation of estimates] ( /P/slr-olsmean ) ** <br >
489+ &emsp ;&ensp ; 1.3.6. ** [ Variance of estimates] ( /P/slr-olsvar ) ** <br >
490+ &emsp ;&ensp ; 1.3.7. ** [ Distribution of estimates] ( /P/slr-olsdist ) ** <br >
491+ &emsp ;&ensp ; 1.3.8. ** [ Effects of mean-centering] ( /P/slr-meancent ) ** <br >
492+ &emsp ;&ensp ; 1.3.9. * [ Regression line] ( /D/regline ) * <br >
493+ &emsp ;&ensp ; 1.3.10. ** [ Regression line includes center of mass] ( /P/slr-comp ) ** <br >
494+ &emsp ;&ensp ; 1.3.11. ** [ Projection of data point to regression line] ( /P/slr-proj ) ** <br >
495+ &emsp ;&ensp ; 1.3.12. ** [ Sums of squares] ( /P/slr-sss ) ** <br >
496+ &emsp ;&ensp ; 1.3.13. ** [ Transformation matrices] ( /P/slr-mat ) ** <br >
497+ &emsp ;&ensp ; 1.3.14. ** [ Weighted least squares] ( /P/slr-wls ) ** (1) <br >
498+ &emsp ;&ensp ; 1.3.15. ** [ Weighted least squares] ( /P/slr-wls2 ) ** (2) <br >
499+ &emsp ;&ensp ; 1.3.16. ** [ Maximum likelihood estimation] ( /P/slr-mle ) ** (1) <br >
500+ &emsp ;&ensp ; 1.3.17. ** [ Maximum likelihood estimation] ( /P/slr-mle2 ) ** (2) <br >
501+ &emsp ;&ensp ; 1.3.18. ** [ Sum of residuals is zero] ( /P/slr-ressum ) ** <br >
502+ &emsp ;&ensp ; 1.3.19. ** [ Correlation with covariate is zero] ( /P/slr-rescorr ) ** <br >
503+ &emsp ;&ensp ; 1.3.20. ** [ Residual variance in terms of sample variance] ( /P/slr-resvar ) ** <br >
504+ &emsp ;&ensp ; 1.3.21. ** [ Correlation coefficient in terms of slope estimate] ( /P/slr-corr ) ** <br >
505+ &emsp ;&ensp ; 1.3.22. ** [ Coefficient of determination in terms of correlation coefficient] ( /P/slr-rsq ) ** <br >
501506
502507 1.4. Multiple linear regression <br >
503508 &emsp ;&ensp ; 1.4.1. * [ Definition] ( /D/mlr ) * <br >
0 commit comments