File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: "Proof by Author"
88
99- [ Covariance matrix of the multinomial distribution] ( /P/mult-cov )
1010
11- ### JoramSoch (352 proofs)
11+ ### JoramSoch (355 proofs)
1212
1313- [ Accuracy and complexity for the univariate Gaussian] ( /P/ug-anc )
1414- [ Accuracy and complexity for the univariate Gaussian with known variance] ( /P/ugkv-anc )
@@ -105,7 +105,10 @@ title: "Proof by Author"
105105- [ Expression of the cumulative distribution function of the normal distribution without the error function] ( /P/norm-cdfwerf )
106106- [ Expression of the probability mass function of the beta-binomial distribution using only the gamma function] ( /P/betabin-pmfitogf )
107107- [ Extreme points of the probability density function of the normal distribution] ( /P/norm-extr )
108+ - [ F-test for grand mean in two-way analysis of variance] ( /P/anova2-fgm )
109+ - [ F-test for interaction in two-way analysis of variance] ( /P/anova2-fia )
108110- [ F-test for main effect in one-way analysis of variance] ( /P/anova1-f )
111+ - [ F-test for main effect in two-way analysis of variance] ( /P/anova2-fme )
109112- [ First central moment is zero] ( /P/momcent-1st )
110113- [ First raw moment is mean] ( /P/momraw-1st )
111114- [ Full width at half maximum for the normal distribution] ( /P/norm-fwhm )
Original file line number Diff line number Diff line change @@ -377,3 +377,6 @@ title: "Proof by Number"
377377| P369 | anova1-ols | [ Ordinary least squares for one-way analysis of variance] ( /P/anova1-ols ) | JoramSoch | 2022-11-06 |
378378| P370 | anova1-f | [ F-test for main effect in one-way analysis of variance] ( /P/anova1-f ) | JoramSoch | 2022-11-06 |
379379| P371 | anova2-ols | [ Ordinary least squares for two-way analysis of variance] ( /P/anova2-ols ) | JoramSoch | 2022-11-06 |
380+ | P372 | anova2-fme | [ F-test for main effect in two-way analysis of variance] ( /P/anova2-fme ) | JoramSoch | 2022-11-10 |
381+ | P373 | anova2-fia | [ F-test for interaction in two-way analysis of variance] ( /P/anova2-fia ) | JoramSoch | 2022-11-11 |
382+ | P374 | anova2-fgm | [ F-test for grand mean in two-way analysis of variance] ( /P/anova2-fgm ) | JoramSoch | 2022-11-11 |
Original file line number Diff line number Diff line change @@ -120,7 +120,10 @@ title: "Proof by Topic"
120120
121121### F
122122
123+ - [ F-test for grand mean in two-way analysis of variance] ( /P/anova2-fgm )
124+ - [ F-test for interaction in two-way analysis of variance] ( /P/anova2-fia )
123125- [ F-test for main effect in one-way analysis of variance] ( /P/anova1-f )
126+ - [ F-test for main effect in two-way analysis of variance] ( /P/anova2-fme )
124127- [ First central moment is zero] ( /P/momcent-1st )
125128- [ First raw moment is mean] ( /P/momraw-1st )
126129- [ Full width at half maximum for the normal distribution] ( /P/norm-fwhm )
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ title: "Proofs without Source"
8080- [ Ordinary least squares for one-way analysis of variance] ( /P/anova1-ols )
8181- [ Ordinary least squares for simple linear regression] ( /P/slr-ols2 )
8282- [ Ordinary least squares for the general linear model] ( /P/glm-ols )
83- - [ Ordinary least squares for two-way analysis of variance] ( /P/anova2-ols )
8483- [ Parameter estimates for simple linear regression are uncorrelated after mean-centering] ( /P/slr-olscorr )
8584- [ Posterior density is proportional to joint likelihood] ( /P/post-jl )
8685- [ Probability density function of the beta distribution] ( /P/beta-pdf )
You can’t perform that action at this time.
0 commit comments