Skip to content

Commit 1d1cb06

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent ec13919 commit 1d1cb06

4 files changed

Lines changed: 21 additions & 1 deletion

File tree

I/PbA.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Proof by Author"
44
---
55

66

7-
### JoramSoch (275 proofs)
7+
### JoramSoch (280 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
@@ -120,6 +120,8 @@ title: "Proof by Author"
120120
- [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle)
121121
- [Maximum likelihood estimation for Poisson-distributed data](/P/poiss-mle)
122122
- [Maximum likelihood estimation for multiple linear regression](/P/mlr-mle)
123+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle)
124+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle2)
123125
- [Maximum likelihood estimation for the Poisson distribution with exposure values](/P/poissexp-mle)
124126
- [Maximum likelihood estimation for the general linear model](/P/glm-mle)
125127
- [Maximum likelihood estimation for the univariate Gaussian](/P/ug-mle)
@@ -164,6 +166,7 @@ title: "Proof by Author"
164166
- [Ordinary least squares for multiple linear regression](/P/mlr-ols)
165167
- [Ordinary least squares for multiple linear regression](/P/mlr-ols2)
166168
- [Ordinary least squares for simple linear regression](/P/slr-ols)
169+
- [Ordinary least squares for simple linear regression](/P/slr-ols2)
167170
- [Ordinary least squares for the general linear model](/P/glm-ols)
168171
- [Paired t-test for dependent observations](/P/ug-ttestp)
169172
- [Paired z-test for dependent observations](/P/ugkv-ztestp)
@@ -280,6 +283,8 @@ title: "Proof by Author"
280283
- [Variance of the sum of two random variables](/P/var-sum)
281284
- [Weighted least squares for multiple linear regression](/P/mlr-wls)
282285
- [Weighted least squares for multiple linear regression](/P/mlr-wls2)
286+
- [Weighted least squares for simple linear regression](/P/slr-wls)
287+
- [Weighted least squares for simple linear regression](/P/slr-wls2)
283288
- [Weighted least squares for the general linear model](/P/glm-wls)
284289

285290
### StatProofBook (1 proof)

I/PbN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,8 @@ title: "Proof by Number"
291291
| P283 | slr-proj | [Projection of a data point to the regression line](/P/slr-proj) | JoramSoch | 2021-11-09 |
292292
| P284 | slr-sss | [Sums of squares for simple linear regression](/P/slr-sss) | JoramSoch | 2021-11-09 |
293293
| P285 | slr-mat | [Transformation matrices for simple linear regression](/P/slr-mat) | JoramSoch | 2021-11-09 |
294+
| P286 | slr-wls | [Weighted least squares for simple linear regression](/P/slr-wls) | JoramSoch | 2021-11-16 |
295+
| P287 | slr-mle | [Maximum likelihood estimation for simple linear regression](/P/slr-mle) | JoramSoch | 2021-11-16 |
296+
| P288 | slr-ols2 | [Ordinary least squares for simple linear regression](/P/slr-ols2) | JoramSoch | 2021-11-16 |
297+
| P289 | slr-wls2 | [Weighted least squares for simple linear regression](/P/slr-wls2) | JoramSoch | 2021-11-16 |
298+
| P290 | slr-mle2 | [Maximum likelihood estimation for simple linear regression](/P/slr-mle2) | JoramSoch | 2021-11-16 |

I/PbT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ title: "Proof by Topic"
154154
- [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle)
155155
- [Maximum likelihood estimation for multiple linear regression](/P/mlr-mle)
156156
- [Maximum likelihood estimation for Poisson-distributed data](/P/poiss-mle)
157+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle)
158+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle2)
157159
- [Maximum likelihood estimation for the general linear model](/P/glm-mle)
158160
- [Maximum likelihood estimation for the Poisson distribution with exposure values](/P/poissexp-mle)
159161
- [Maximum likelihood estimation for the univariate Gaussian](/P/ug-mle)
@@ -208,6 +210,7 @@ title: "Proof by Topic"
208210
- [Ordinary least squares for multiple linear regression](/P/mlr-ols)
209211
- [Ordinary least squares for multiple linear regression](/P/mlr-ols2)
210212
- [Ordinary least squares for simple linear regression](/P/slr-ols)
213+
- [Ordinary least squares for simple linear regression](/P/slr-ols2)
211214
- [Ordinary least squares for the general linear model](/P/glm-ols)
212215

213216
### P
@@ -350,4 +353,6 @@ title: "Proof by Topic"
350353

351354
- [Weighted least squares for multiple linear regression](/P/mlr-wls)
352355
- [Weighted least squares for multiple linear regression](/P/mlr-wls2)
356+
- [Weighted least squares for simple linear regression](/P/slr-wls)
357+
- [Weighted least squares for simple linear regression](/P/slr-wls2)
353358
- [Weighted least squares for the general linear model](/P/glm-wls)

I/PwS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ title: "Proofs without Source"
4141
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)
4242
- [Maximum likelihood estimation for multiple linear regression](/P/mlr-mle)
4343
- [Maximum likelihood estimation for Poisson-distributed data](/P/poiss-mle)
44+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle)
45+
- [Maximum likelihood estimation for simple linear regression](/P/slr-mle2)
4446
- [Maximum likelihood estimation for the general linear model](/P/glm-mle)
4547
- [Maximum likelihood estimation for the Poisson distribution with exposure values](/P/poissexp-mle)
4648
- [Mean of the categorical distribution](/P/cat-mean)
@@ -55,6 +57,7 @@ title: "Proofs without Source"
5557
- [Mode of the exponential distribution](/P/exp-mode)
5658
- [Mode of the normal distribution](/P/norm-mode)
5759
- [Necessary and sufficient condition for independence of multivariate normal random variables](/P/mvn-ind)
60+
- [Ordinary least squares for simple linear regression](/P/slr-ols2)
5861
- [Ordinary least squares for the general linear model](/P/glm-ols)
5962
- [Posterior density is proportional to joint likelihood](/P/post-jl)
6063
- [Probability density function of the beta distribution](/P/beta-pdf)
@@ -93,4 +96,6 @@ title: "Proofs without Source"
9396
- [Transposition of a matrix-normal random variable](/P/matn-trans)
9497
- [Variance of the Wald distribution](/P/wald-var)
9598
- [Weighted least squares for multiple linear regression](/P/mlr-wls2)
99+
- [Weighted least squares for simple linear regression](/P/slr-wls)
100+
- [Weighted least squares for simple linear regression](/P/slr-wls2)
96101
- [Weighted least squares for the general linear model](/P/glm-wls)

0 commit comments

Comments
 (0)