Skip to content

Commit 56121a0

Browse files
authored
Merge pull request #68 from StatProofBook/master
update to master
2 parents c246248 + dac0e19 commit 56121a0

15 files changed

Lines changed: 65 additions & 26 deletions

D/cfm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ mathjax: true
55
author: "Joram Soch"
66
affiliation: "BCCN Berlin"
77
e_mail: "joram.soch@bccn-berlin.de"
8-
date: 2021-10-21 17:01
8+
date: 2021-10-21 17:01:00
99

10-
title: "General linear model"
10+
title: "Corresponding forward model"
1111
chapter: "Statistical Models"
1212
section: "Multivariate normal data"
1313
topic: "Inverse general linear model"

D/iglm.md

Lines changed: 2 additions & 2 deletions
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: 2021-10-21 15:31:00
99

10-
title: "General linear model"
10+
title: "Inverse general linear model"
1111
chapter: "Statistical Models"
1212
section: "Multivariate normal data"
1313
topic: "Inverse general linear model"
@@ -28,7 +28,7 @@ username: "JoramSoch"
2828
---
2929

3030

31-
**Definition:** Let there be a [general linear models](/D/glm) of measured data $Y \in \mathbb{R}^{n \times v}$ in terms of the [design matrix](/D/glm) $X \in \mathbb{R}^{n \times p}$:
31+
**Definition:** Let there be a [general linear model](/D/glm) of measured data $Y \in \mathbb{R}^{n \times v}$ in terms of the [design matrix](/D/glm) $X \in \mathbb{R}^{n \times p}$:
3232

3333
$$ \label{eq:glm}
3434
Y = X B + E, \; E \sim \mathcal{MN}(0, V, \Sigma) \; .

D/tglm.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: 2021-10-21 14:43:00
99

10-
title: "General linear model"
10+
title: "Transformed general linear model"
1111
chapter: "Statistical Models"
1212
section: "Multivariate normal data"
1313
topic: "Transformed general linear model"

I/Definition_by_Author.md

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

66

7-
### JoramSoch (154 definitions)
7+
### JoramSoch (157 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Alternative hypothesis](/D/h1)
@@ -28,6 +28,7 @@ title: "Definition by Author"
2828
- [Continuous uniform distribution](/D/cuni)
2929
- [Correlation](/D/corr)
3030
- [Correlation matrix](/D/corrmat)
31+
- [Corresponding forward model](/D/cfm)
3132
- [Covariance](/D/cov)
3233
- [Covariance matrix](/D/covmat)
3334
- [Critical value](/D/cval)
@@ -61,6 +62,7 @@ title: "Definition by Author"
6162
- [General linear model](/D/glm)
6263
- [Generative model](/D/gm)
6364
- [Informative and non-informative prior distribution](/D/prior-inf)
65+
- [Inverse general linear model](/D/iglm)
6466
- [Joint cumulative distribution function](/D/cdf-joint)
6567
- [Joint differential entropy](/D/dent-joint)
6668
- [Joint entropy](/D/ent-joint)
@@ -149,6 +151,7 @@ title: "Definition by Author"
149151
- [Statistical independence](/D/ind)
150152
- [Test statistic](/D/tstat)
151153
- [Total sum of squares](/D/tss)
154+
- [Transformed general linear model](/D/tglm)
152155
- [Uniform and non-uniform prior distribution](/D/prior-uni)
153156
- [Uniform-prior log model evidence](/D/uplme)
154157
- [Univariate Gaussian](/D/ug)

I/Definition_by_Number.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,6 @@ title: "Definition by Number"
166166
| D157 | suni | [Standard uniform distribution](/D/suni) | JoramSoch | 2021-07-23 |
167167
| D158 | prob-ax | [Kolmogorov axioms of probability](/D/prob-ax) | JoramSoch | 2021-07-30 |
168168
| D159 | cf | [Characteristic function](/D/cf) | JoramSoch | 2021-09-22 |
169+
| D160 | tglm | [Transformed general linear model](/D/tglm) | JoramSoch | 2021-10-21 |
170+
| D161 | iglm | [Inverse general linear model](/D/iglm) | JoramSoch | 2021-10-21 |
171+
| D162 | cfm | [Corresponding forward model](/D/cfm) | JoramSoch | 2021-10-21 |

I/Definition_by_Topic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ title: "Definition by Topic"
3636
- [Continuous uniform distribution](/D/cuni)
3737
- [Correlation](/D/corr)
3838
- [Correlation matrix](/D/corrmat)
39+
- [Corresponding forward model](/D/cfm)
3940
- [Covariance](/D/cov)
4041
- [Covariance matrix](/D/covmat)
4142
- [Critical value](/D/cval)
@@ -86,6 +87,7 @@ title: "Definition by Topic"
8687
### I
8788

8889
- [Informative and non-informative prior distribution](/D/prior-inf)
90+
- [Inverse general linear model](/D/iglm)
8991

9092
### J
9193

@@ -208,6 +210,7 @@ title: "Definition by Topic"
208210

209211
- [Test statistic](/D/tstat)
210212
- [Total sum of squares](/D/tss)
213+
- [Transformed general linear model](/D/tglm)
211214

212215
### U
213216

I/Proof_by_Author.md

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

66

7-
### JoramSoch (254 proofs)
7+
### JoramSoch (260 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
@@ -17,6 +17,7 @@ title: "Proof by Author"
1717
- [Bayes' rule](/P/bayes-rule)
1818
- [Bayes' theorem](/P/bayes-th)
1919
- [Bayesian model averaging in terms of log model evidences](/P/bma-lme)
20+
- [Best linear unbiased estimator for the inverse general linear model](/P/iglm-blue)
2021
- [Characteristic function of a function of a random variable](/P/cf-fct)
2122
- [Concavity of the Shannon entropy](/P/ent-conc)
2223
- [Conditional distributions of the multivariate normal distribution](/P/mvn-cond)
@@ -59,9 +60,13 @@ title: "Proof by Author"
5960
- [Differential entropy of the multivariate normal distribution](/P/mvn-dent)
6061
- [Differential entropy of the normal distribution](/P/norm-dent)
6162
- [Differential entropy of the normal-gamma distribution](/P/ng-dent)
63+
- [Distribution of the inverse general linear model](/P/iglm-dist)
64+
- [Distribution of the transformed general linear model](/P/tglm-dist)
6265
- [Distributional transformation using cumulative distribution function](/P/cdf-dt)
6366
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
67+
- [Equivalence of parameter estimates from the transformed general linear model](/P/tglm-para)
6468
- [Exceedance probabilities for the Dirichlet distribution](/P/dir-ep)
69+
- [Existence of a corresponding forward model](/P/cfm-exist)
6570
- [Expectation of a quadratic form](/P/mean-qf)
6671
- [Expectation of the cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbfmean)
6772
- [Expectation of the log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-lbfmean)
@@ -158,6 +163,7 @@ title: "Proof by Author"
158163
- [Ordinary least squares for the general linear model](/P/glm-ols)
159164
- [Paired t-test for dependent observations](/P/ug-ttestp)
160165
- [Paired z-test for dependent observations](/P/ugkv-ztestp)
166+
- [Parameters of the corresponding forward model](/P/cfm-para)
161167
- [Partition of a covariance matrix into expected values](/P/covmat-mean)
162168
- [Partition of covariance into expected values](/P/cov-mean)
163169
- [Partition of sums of squares in ordinary least squares](/P/mlr-pss)

I/Proof_by_Number.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,9 @@ title: "Proof by Number"
270270
| P262 | dent-noninv | [Non-invariance of the differential entropy under change of variables](/P/dent-noninv) | JoramSoch | 2021-10-07 |
271271
| P263 | t-pdf | [Probability density function of the t-distribution](/P/t-pdf) | JoramSoch | 2021-10-12 |
272272
| P264 | f-pdf | [Probability density function of the F-distribution](/P/f-pdf) | JoramSoch | 2021-10-12 |
273+
| P265 | tglm-dist | [Distribution of the transformed general linear model](/P/tglm-dist) | JoramSoch | 2021-10-21 |
274+
| P266 | tglm-para | [Equivalence of parameter estimates from the transformed general linear model](/P/tglm-para) | JoramSoch | 2021-10-21 |
275+
| P267 | iglm-dist | [Distribution of the inverse general linear model](/P/iglm-dist) | JoramSoch | 2021-10-21 |
276+
| P268 | iglm-blue | [Best linear unbiased estimator for the inverse general linear model](/P/iglm-blue) | JoramSoch | 2021-10-21 |
277+
| P269 | cfm-para | [Parameters of the corresponding forward model](/P/cfm-para) | JoramSoch | 2021-10-21 |
278+
| P270 | cfm-exist | [Existence of a corresponding forward model](/P/cfm-exist) | JoramSoch | 2021-10-21 |

I/Proof_by_Topic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ title: "Proof by Topic"
2323
- [Bayes' rule](/P/bayes-rule)
2424
- [Bayes' theorem](/P/bayes-th)
2525
- [Bayesian model averaging in terms of log model evidences](/P/bma-lme)
26+
- [Best linear unbiased estimator for the inverse general linear model](/P/iglm-blue)
2627

2728
### C
2829

@@ -72,13 +73,17 @@ title: "Proof by Topic"
7273
- [Differential entropy of the multivariate normal distribution](/P/mvn-dent)
7374
- [Differential entropy of the normal distribution](/P/norm-dent)
7475
- [Differential entropy of the normal-gamma distribution](/P/ng-dent)
76+
- [Distribution of the inverse general linear model](/P/iglm-dist)
77+
- [Distribution of the transformed general linear model](/P/tglm-dist)
7578
- [Distributional transformation using cumulative distribution function](/P/cdf-dt)
7679

7780
### E
7881

7982
- [Encompassing Prior Method for computing Bayes Factors](/P/bf-ep)
8083
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
84+
- [Equivalence of parameter estimates from the transformed general linear model](/P/tglm-para)
8185
- [Exceedance probabilities for the Dirichlet distribution](/P/dir-ep)
86+
- [Existence of a corresponding forward model](/P/cfm-exist)
8287
- [Expectation of a quadratic form](/P/mean-qf)
8388
- [Expectation of the cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbfmean)
8489
- [Expectation of the log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-lbfmean)
@@ -208,6 +213,7 @@ title: "Proof by Topic"
208213

209214
- [Paired t-test for dependent observations](/P/ug-ttestp)
210215
- [Paired z-test for dependent observations](/P/ugkv-ztestp)
216+
- [Parameters of the corresponding forward model](/P/cfm-para)
211217
- [Partition of a covariance matrix into expected values](/P/covmat-mean)
212218
- [Partition of covariance into expected values](/P/cov-mean)
213219
- [Partition of sums of squares in ordinary least squares](/P/mlr-pss)

P/cfm-exist.md

Lines changed: 2 additions & 2 deletions
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: 2021-10-21 17:43:00
99

10-
title: "Existence of the corresponding forward model"
10+
title: "Existence of a corresponding forward model"
1111
chapter: "Statistical Models"
1212
section: "Multivariate normal data"
1313
topic: "Inverse general linear model"
@@ -28,7 +28,7 @@ username: "JoramSoch"
2828
---
2929

3030

31-
**Theorem:** Let there be observations $Y \in \mathbb{R}^{n \times v}$ and $X \in \mathbb{R}^{n \times p}$ and consider a weight matrix $W \in \mathbb{R}^{v \times p}$ predicting $X$ from $Y$:
31+
**Theorem:** Let there be observations $Y \in \mathbb{R}^{n \times v}$ and $X \in \mathbb{R}^{n \times p}$ and consider a weight matrix $W = f(Y,X) \in \mathbb{R}^{v \times p}$ predicting $X$ from $Y$:
3232

3333
$$ \label{eq:bda}
3434
\hat{X} = Y W \; .

0 commit comments

Comments
 (0)