File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ title: "Definition by Author"
1313
1414- [ Sample covariance] ( /D/cov-samp )
1515
16- ### JoramSoch (191 definitions)
16+ ### JoramSoch (192 definitions)
1717
1818- [ Akaike information criterion] ( /D/aic )
1919- [ Alternative hypothesis] ( /D/h1 )
@@ -65,6 +65,7 @@ title: "Definition by Author"
6565- [ Empirical Bayes] ( /D/eb )
6666- [ Empirical Bayes prior distribution] ( /D/prior-eb )
6767- [ Empirical Bayesian log model evidence] ( /D/eblme )
68+ - [ Estimand, estimator and estimate] ( /D/est )
6869- [ Estimation matrix] ( /D/emat )
6970- [ Event space] ( /D/eve-spc )
7071- [ Exceedance probability] ( /D/prob-exc )
Original file line number Diff line number Diff line change @@ -214,3 +214,4 @@ title: "Definition by Number"
214214| D205 | stat | [ Statistic] ( /D/stat ) | JoramSoch | 2024-10-04 |
215215| D206 | dof | [ Degrees of freedom] ( /D/dof ) | JoramSoch | 2024-10-11 |
216216| D207 | dist-uni | [ Unimodal and multimodal probability distribution] ( /D/dist-uni ) | JoramSoch | 2024-10-25 |
217+ | D208 | est | [ Estimand, estimator and estimate] ( /D/est ) | JoramSoch | 2024-11-01 |
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ title: "Definition by Topic"
7373- [ Empirical Bayes prior distribution] ( /D/prior-eb )
7474- [ Empirical Bayesian log model evidence] ( /D/eblme )
7575- [ Encompassing model] ( /D/encm )
76+ - [ Estimand, estimator and estimate] ( /D/est )
7677- [ Estimation matrix] ( /D/emat )
7778- [ Event space] ( /D/eve-spc )
7879- [ ex-Gaussian distribution] ( /D/exg )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ title: "Proof by Author"
1212
1313- [ Posterior predictive distribution is a marginal distribution of the joint likelihood] ( /P/postpred-jl )
1414
15- ### JoramSoch (439 proofs)
15+ ### JoramSoch (441 proofs)
1616
1717- [ Accuracy and complexity for Bayesian linear regression] ( /P/blr-anc )
1818- [ Accuracy and complexity for Bayesian linear regression with known covariance] ( /P/blrkc-anc )
@@ -260,6 +260,8 @@ title: "Proof by Author"
260260- [ Multiple linear regression is a special case of the general linear model] ( /P/mlr-glm )
261261- [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn )
262262- [ Mutual information of dependent and independent variables in the general linear model] ( /P/glm-mi )
263+ - [ Mutual information of the bivariate normal distribution] ( /P/bvn-mi )
264+ - [ Mutual information of the multivariate normal distribution] ( /P/mvn-mi )
263265- [ Necessary and sufficient condition for independence of multivariate normal random variables] ( /P/mvn-ind )
264266- [ Non-invariance of the differential entropy under change of variables] ( /P/dent-noninv )
265267- [ (Non-)Multiplicativity of the expected value] ( /P/mean-mult )
Original file line number Diff line number Diff line change @@ -481,3 +481,5 @@ title: "Proof by Number"
481481| P473 | norm-corrind | [ Normally distributed and uncorrelated does not imply independent] ( /P/norm-corrind ) | JoramSoch | 2024-10-04 |
482482| P474 | norm-margjoint | [ Marginally normal does not imply jointly normal] ( /P/norm-margjoint ) | JoramSoch | 2024-10-11 |
483483| P475 | bvn-lincomb | [ Linear combination of bivariate normal random variables] ( /P/bvn-lincomb ) | JoramSoch | 2024-10-25 |
484+ | P476 | bvn-mi | [ Mutual information of the bivariate normal distribution] ( /P/bvn-mi ) | JoramSoch | 2024-11-01 |
485+ | P477 | mvn-mi | [ Mutual information of the multivariate normal distribution] ( /P/mvn-mi ) | JoramSoch | 2024-11-01 |
Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ title: "Proof by Topic"
302302- [ Multiple linear regression is a special case of the general linear model] ( /P/mlr-glm )
303303- [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn )
304304- [ Mutual information of dependent and independent variables in the general linear model] ( /P/glm-mi )
305+ - [ Mutual information of the bivariate normal distribution] ( /P/bvn-mi )
306+ - [ Mutual information of the multivariate normal distribution] ( /P/mvn-mi )
305307
306308### N
307309
Original file line number Diff line number Diff line change 3737Then, the [ mutual information] ( /D/mi ) of $X$ and $Y$ is
3838
3939$$ \label{eq:bvn-lincomb}
40- \mathrm{I}(X,Y) = -\frac{1}{2} \ln ( 1-\rho^2)
40+ \mathrm{I}(X,Y) = -\frac{1}{2} \ln \left( 1-\rho^2 \right )
4141$$
4242
4343where $\rho$ is the [ correlation] ( /D/corr ) of $X$ and $Y$.
@@ -49,7 +49,7 @@ $$ \label{eq:cmi-mjde}
4949\mathrm{I}(X,Y) = \mathrm{h}(X) + \mathrm{h}(Y) - \mathrm{h}(X,Y) \; .
5050$$
5151
52- The [ marginal distributions of the multivariate normal distribution are also multivariate normal]
52+ The [ marginal distributions of the multivariate normal distribution are also multivariate normal] ( /P/mvn-marg )
5353
5454$$ \label{eq:mvn-marg}
5555\left[ \begin{matrix} X_1 \\ X_2 \end{matrix} \right] \sim
@@ -104,6 +104,6 @@ $$ \label{eq:bvn-mi}
104104&= \frac{1}{2} \ln \left[ \frac{\sigma_1^2 \sigma_2^2}{\sigma_1^2 \sigma_2^2 - (\rho \, \sigma_1 \sigma_2)^2} \right] \\
105105&= \frac{1}{2} \ln \left[ \frac{\sigma_1^2 \sigma_2^2}{\sigma_1^2 \sigma_2^2 (1-\rho^2)} \right] \\
106106&= \frac{1}{2} \ln \left[ \frac{1}{1-\rho^2} \right] \\
107- &= -\frac{1}{2} \ln ( 1-\rho^2) \; .
107+ &= -\frac{1}{2} \ln \left( 1-\rho^2 \right ) \; .
108108\end{split}
109109$$
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $$ \label{eq:cmi-mjde}
4949\mathrm{I}(X,Y) = \mathrm{h}(X) + \mathrm{h}(Y) - \mathrm{h}(X,Y) \; .
5050$$
5151
52- The [ marginal distributions of the multivariate normal distribution are also multivariate normal]
52+ The [ marginal distributions of the multivariate normal distribution are also multivariate normal] ( /P/mvn-marg )
5353
5454$$ \label{eq:mvn-marg}
5555\left[ \begin{matrix} X_1 \\ X_2 \end{matrix} \right] \sim
You can’t perform that action at this time.
0 commit comments