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 (311 proofs)
11+ ### JoramSoch (313 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 )
@@ -175,6 +175,8 @@ title: "Proof by Author"
175175- [ Moment-generating function of the normal distribution] ( /P/norm-mgf )
176176- [ Monotonicity of probability] ( /P/prob-mon )
177177- [ Monotonicity of the expected value] ( /P/mean-mono )
178+ - [ Multiple linear regression is a special case of the general linear model] ( /P/mlr-glm )
179+ - [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn )
178180- [ Necessary and sufficient condition for independence of multivariate normal random variables] ( /P/mvn-ind )
179181- [ Non-invariance of the differential entropy under change of variables] ( /P/dent-noninv )
180182- [ (Non-)Multiplicativity of the expected value] ( /P/mean-mult )
Original file line number Diff line number Diff line change @@ -334,3 +334,5 @@ title: "Proof by Number"
334334| P326 | lognorm-qf | [ Quantile function of the log-normal distribution] ( /P/lognorm-qf ) | majapavlo | 2022-07-09 |
335335| P327 | nw-mean | [ Mean of the normal-Wishart distribution] ( /P/nw-mean ) | JoramSoch | 2022-07-14 |
336336| P328 | gam-wish | [ Gamma distribution is a special case of Wishart distribution] ( /P/gam-wish ) | JoramSoch | 2022-07-14 |
337+ | P329 | mlr-glm | [ Multiple linear regression is a special case of the general linear model] ( /P/mlr-glm ) | JoramSoch | 2022-07-21 |
338+ | P330 | mvn-matn | [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn ) | JoramSoch | 2022-07-31 |
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ title: "Proof by Topic"
214214- [ Moments of the chi-squared distribution] ( /P/chi2-mom )
215215- [ Monotonicity of probability] ( /P/prob-mon )
216216- [ Monotonicity of the expected value] ( /P/mean-mono )
217+ - [ Multiple linear regression is a special case of the general linear model] ( /P/mlr-glm )
218+ - [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn )
217219
218220### N
219221
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ title: "Proofs without Source"
6565- [ Mode of the continuous uniform distribution] ( /P/cuni-med )
6666- [ Mode of the exponential distribution] ( /P/exp-mode )
6767- [ Mode of the normal distribution] ( /P/norm-mode )
68+ - [ Multivariate normal distribution is a special case of matrix-normal distribution] ( /P/mvn-matn )
6869- [ Necessary and sufficient condition for independence of multivariate normal random variables] ( /P/mvn-ind )
6970- [ Normal-gamma distribution is a special case of normal-Wishart distribution] ( /P/ng-nw )
7071- [ Ordinary least squares for simple linear regression] ( /P/slr-ols2 )
You can’t perform that action at this time.
0 commit comments