|
| 1 | +--- |
| 2 | +layout: proof |
| 3 | +mathjax: true |
| 4 | + |
| 5 | +author: "Joram Soch" |
| 6 | +affiliation: "BCCN Berlin" |
| 7 | +e_mail: "joram.soch@bccn-berlin.de" |
| 8 | +date: 2021-10-21 17:20:00 |
| 9 | + |
| 10 | +title: "Parameters of the corresponding forward model" |
| 11 | +chapter: "Statistical Models" |
| 12 | +section: "Multivariate normal data" |
| 13 | +topic: "Inverse general linear model" |
| 14 | +theorem: "Derivation of parameters" |
| 15 | + |
| 16 | +sources: |
| 17 | + - authors: "Haufe S, Meinecke F, Görgen K, Dähne S, Haynes JD, Blankertz B, Bießmann F" |
| 18 | + year: 2014 |
| 19 | + title: "On the interpretation of weight vectors of linear models in multivariate neuroimaging" |
| 20 | + in: "NeuroImage" |
| 21 | + pages: "vol. 87, pp. 96–110, Theorem 1" |
| 22 | + url: "https://www.sciencedirect.com/science/article/pii/S1053811913010914" |
| 23 | + doi: "10.1016/j.neuroimage.2013.10.067" |
| 24 | + |
| 25 | +proof_id: "P269" |
| 26 | +shortcut: "cfm-para" |
| 27 | +username: "JoramSoch" |
| 28 | +--- |
| 29 | + |
| 30 | + |
| 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$: |
| 32 | + |
| 33 | +$$ \label{eq:bda} |
| 34 | +\hat{X} = Y W \; . |
| 35 | +$$ |
| 36 | + |
| 37 | +Then, the parameter matrix of the [corresponding forward model](/D/cfm) is equal to |
| 38 | + |
| 39 | +$$ \label{eq:cfm-para} |
| 40 | +A = \Sigma_y W \Sigma_x^{-1} |
| 41 | +$$ |
| 42 | + |
| 43 | +with the [sample covariance](/D/cov-samp) |
| 44 | + |
| 45 | +$$ \label{eq:Sx-Sy} |
| 46 | +\begin{split} |
| 47 | +\Sigma_x &= \hat{X}^\mathrm{T} \hat{X} \\ |
| 48 | +\Sigma_y &= Y^\mathrm{T} Y \; . |
| 49 | +\end{split} |
| 50 | +$$ |
| 51 | + |
| 52 | + |
| 53 | +**Proof:** The [corresponding forward model](/D/cfm) is given by |
| 54 | + |
| 55 | +$$ \label{eq:cfm} |
| 56 | +Y = \hat{X} A^\mathrm{T} + E \; , |
| 57 | +$$ |
| 58 | + |
| 59 | +subject to the constraint that predicted $X$ and errors $E$ are uncorrelated: |
| 60 | + |
| 61 | +$$ \label{eq:cfm-con} |
| 62 | +\hat{X}^\mathrm{T} E = 0 \; . |
| 63 | +$$ |
| 64 | + |
| 65 | +With that, we can directly derive the parameter matrix $A$: |
| 66 | + |
| 67 | +$$ \label{eq:cfm-para-qed} |
| 68 | +\begin{split} |
| 69 | +Y &\overset{\eqref{eq:cfm}}{=} \hat{X} A^\mathrm{T} + E \\ |
| 70 | +\hat{X} A^\mathrm{T} &= Y - E \\ |
| 71 | +\hat{X}^\mathrm{T} \hat{X} A^\mathrm{T} &= \hat{X}^\mathrm{T} (Y - E) \\ |
| 72 | +\hat{X}^\mathrm{T} \hat{X} A^\mathrm{T} &= \hat{X}^\mathrm{T} Y - \hat{X}^\mathrm{T} E \\ |
| 73 | +\hat{X}^\mathrm{T} \hat{X} A^\mathrm{T} &\overset{\eqref{eq:cfm-con}}{=} \hat{X}^\mathrm{T} Y \\ |
| 74 | +\hat{X}^\mathrm{T} \hat{X} A^\mathrm{T} &\overset{\eqref{eq:bda}}{=} W^\mathrm{T} Y^\mathrm{T} Y \\ |
| 75 | +\Sigma_x A^\mathrm{T} &\overset{\eqref{eq:Sx-Sy}}{=} W^\mathrm{T} \Sigma_y \\ |
| 76 | +A^\mathrm{T} &= \Sigma_x^{-1} W^\mathrm{T} \Sigma_y \\ |
| 77 | +A &= \Sigma_y W \Sigma_x^{-1} \; . |
| 78 | +\end{split} |
| 79 | +$$ |
0 commit comments