Skip to content

Commit c1ac44e

Browse files
Update README.md
1 parent a26ad40 commit c1ac44e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,28 @@
7777
- 5.4.2. Wilcoxon Signed-Rank Test
7878
- 5.4.3. Kruskal-Wallis H Test
7979
- 5.4.4. Friedman Test
80+
81+
**Chapter 6: Regression**
82+
83+
- 6.1. Introduction
84+
- 6.2. Least Squares Estimators of the Regression Parameters
85+
- 6.3. Statistical Inferences about the Regression Parameters
86+
- 6.3.1. Inferences Concerning B
87+
- 6.3.1.1. Known Variance
88+
- 6.3.1.2. Unknown Variance
89+
- 6.3.2. Inferences Concerning A
90+
- 6.3.2.1. Unknown Variance
91+
- 6.3.3. T-tests for Regression Parameters with statsmodels
92+
- 6.3.4. F-statistic for Overall Significance in Regression
93+
- 6.4. Confidence Intervals Concerning Regression Models
94+
- 6.4.1. Confidence Interval for B
95+
- 6.4.1.1. Known Variance
96+
- 6.4.1.2. Unknown Variance
97+
- 6.4.2. Confidence Interval for A
98+
- 6.4.2.1. Unknown Variance
99+
- 6.4.3. Confidence Interval for A+Bx
100+
- 6.4.3.1. Unknown Variance
101+
- 6.4.4. Prediction Interval of a Future Response
102+
- 6.5. Residuals
103+
- 6.5.1. Regression Diagnostic
104+
- 6.5.2. Multicolinearity

0 commit comments

Comments
 (0)