Skip to content

Commit a3b4ef4

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

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

I/PbA.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Proof by Author"
88

99
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
1010

11-
### JoramSoch (355 proofs)
11+
### JoramSoch (361 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)
@@ -18,6 +18,7 @@ title: "Proof by Author"
1818
- [Additivity of the Kullback-Leibler divergence for independent distributions](/P/kl-add)
1919
- [Additivity of the variance for independent random variables](/P/var-add)
2020
- [Akaike information criterion for multiple linear regression](/P/mlr-aic)
21+
- [Application of Cochran's theorem to two-way analysis of variance](/P/anova2-cochran)
2122
- [Bayes' rule](/P/bayes-rule)
2223
- [Bayes' theorem](/P/bayes-th)
2324
- [Bayesian information criterion for multiple linear regression](/P/mlr-bic)
@@ -105,6 +106,8 @@ title: "Proof by Author"
105106
- [Expression of the cumulative distribution function of the normal distribution without the error function](/P/norm-cdfwerf)
106107
- [Expression of the probability mass function of the beta-binomial distribution using only the gamma function](/P/betabin-pmfitogf)
107108
- [Extreme points of the probability density function of the normal distribution](/P/norm-extr)
109+
- [F-statistic in terms of ordinary least squares estimates in one-way analysis of variance](/P/anova1-fols)
110+
- [F-statistics in terms of ordinary least squares estimates in two-way analysis of variance](/P/anova2-fols)
108111
- [F-test for grand mean in two-way analysis of variance](/P/anova2-fgm)
109112
- [F-test for interaction in two-way analysis of variance](/P/anova2-fia)
110113
- [F-test for main effect in one-way analysis of variance](/P/anova1-f)
@@ -228,7 +231,9 @@ title: "Proof by Author"
228231
- [Parameters of the corresponding forward model](/P/cfm-para)
229232
- [Partition of a covariance matrix into expected values](/P/covmat-mean)
230233
- [Partition of covariance into expected values](/P/cov-mean)
234+
- [Partition of sums of squares in one-way analysis of variance](/P/anova1-pss)
231235
- [Partition of sums of squares in ordinary least squares](/P/mlr-pss)
236+
- [Partition of sums of squares in two-way analysis of variance](/P/anova2-pss)
232237
- [Partition of the log model evidence into accuracy and complexity](/P/lme-anc)
233238
- [Partition of the mean squared error into bias and variance](/P/mse-bnv)
234239
- [Partition of variance into expected values](/P/var-mean)
@@ -327,6 +332,7 @@ title: "Proof by Author"
327332
- [Relationship between residual variance and sample variance in simple linear regression](/P/slr-resvar)
328333
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
329334
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
335+
- [Reparametrization for one-way analysis of variance](/P/anova1-repara)
330336
- [Sampling from the matrix-normal distribution](/P/matn-samp)
331337
- [Sampling from the normal-gamma distribution](/P/ng-samp)
332338
- [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal)

I/PbN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,9 @@ title: "Proof by Number"
380380
| P372 | anova2-fme | [F-test for main effect in two-way analysis of variance](/P/anova2-fme) | JoramSoch | 2022-11-10 |
381381
| P373 | anova2-fia | [F-test for interaction in two-way analysis of variance](/P/anova2-fia) | JoramSoch | 2022-11-11 |
382382
| P374 | anova2-fgm | [F-test for grand mean in two-way analysis of variance](/P/anova2-fgm) | JoramSoch | 2022-11-11 |
383+
| P375 | anova1-repara | [Reparametrization for one-way analysis of variance](/P/anova1-repara) | JoramSoch | 2022-11-15 |
384+
| P376 | anova1-pss | [Partition of sums of squares in one-way analysis of variance](/P/anova1-pss) | JoramSoch | 2022-11-15 |
385+
| P377 | anova1-fols | [F-statistic in terms of ordinary least squares estimates in one-way analysis of variance](/P/anova1-fols) | JoramSoch | 2022-11-15 |
386+
| P378 | anova2-cochran | [Application of Cochran's theorem to two-way analysis of variance](/P/anova2-cochran) | JoramSoch | 2022-11-16 |
387+
| P379 | anova2-pss | [Partition of sums of squares in two-way analysis of variance](/P/anova2-pss) | JoramSoch | 2022-11-16 |
388+
| P380 | anova2-fols | [F-statistics in terms of ordinary least squares estimates in two-way analysis of variance](/P/anova2-fols) | JoramSoch | 2022-11-16 |

I/PbT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: "Proof by Topic"
1414
- [Additivity of the Kullback-Leibler divergence for independent distributions](/P/kl-add)
1515
- [Additivity of the variance for independent random variables](/P/var-add)
1616
- [Akaike information criterion for multiple linear regression](/P/mlr-aic)
17+
- [Application of Cochran's theorem to two-way analysis of variance](/P/anova2-cochran)
1718

1819
### B
1920

@@ -120,6 +121,8 @@ title: "Proof by Topic"
120121

121122
### F
122123

124+
- [F-statistic in terms of ordinary least squares estimates in one-way analysis of variance](/P/anova1-fols)
125+
- [F-statistics in terms of ordinary least squares estimates in two-way analysis of variance](/P/anova2-fols)
123126
- [F-test for grand mean in two-way analysis of variance](/P/anova2-fgm)
124127
- [F-test for interaction in two-way analysis of variance](/P/anova2-fia)
125128
- [F-test for main effect in one-way analysis of variance](/P/anova1-f)
@@ -277,7 +280,9 @@ title: "Proof by Topic"
277280
- [Parameters of the corresponding forward model](/P/cfm-para)
278281
- [Partition of a covariance matrix into expected values](/P/covmat-mean)
279282
- [Partition of covariance into expected values](/P/cov-mean)
283+
- [Partition of sums of squares in one-way analysis of variance](/P/anova1-pss)
280284
- [Partition of sums of squares in ordinary least squares](/P/mlr-pss)
285+
- [Partition of sums of squares in two-way analysis of variance](/P/anova2-pss)
281286
- [Partition of the log model evidence into accuracy and complexity](/P/lme-anc)
282287
- [Partition of the mean squared error into bias and variance](/P/mse-bnv)
283288
- [Partition of variance into expected values](/P/var-mean)
@@ -386,6 +391,7 @@ title: "Proof by Topic"
386391
- [Relationship between residual variance and sample variance in simple linear regression](/P/slr-resvar)
387392
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
388393
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
394+
- [Reparametrization for one-way analysis of variance](/P/anova1-repara)
389395

390396
### S
391397

I/PwS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ title: "Proofs without Source"
3737
- [Expectation of the cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbfmean)
3838
- [Expectation of the log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-lbfmean)
3939
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
40+
- [F-statistic in terms of ordinary least squares estimates in one-way analysis of variance](/P/anova1-fols)
41+
- [F-statistics in terms of ordinary least squares estimates in two-way analysis of variance](/P/anova2-fols)
4042
- [First raw moment is mean](/P/momraw-1st)
4143
- [Gamma distribution is a special case of Wishart distribution](/P/gam-wish)
4244
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)

P/anova1-fols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ affiliation: "BCCN Berlin"
77
e_mail: "joram.soch@bccn-berlin.de"
88
date: 2022-11-15 17:35:00
99

10-
title: "F-statistic for main effect in terms of ordinary least squares estimates in one-way analysis of variance"
10+
title: "F-statistic in terms of ordinary least squares estimates in one-way analysis of variance"
1111
chapter: "Statistical Models"
1212
section: "Univariate normal data"
1313
topic: "Analysis of variance"

P/anova2-fgm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "F-test for grand mean in two-way analysis of variance"
1111
chapter: "Statistical Models"
1212
section: "Univariate normal data"
1313
topic: "Analysis of variance"
14-
theorem: "F-test for interaction in two-way ANOVA"
14+
theorem: "F-test for grand mean in two-way ANOVA"
1515

1616
sources:
1717
- authors: "Nandy, Siddhartha"

0 commit comments

Comments
 (0)