@@ -8,7 +8,7 @@ title: "Proof by Author"
88
99- [ Covariance matrix of the multinomial distribution] ( /P/mult-cov )
1010
11- ### JoramSoch (331 proofs)
11+ ### JoramSoch (336 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 )
@@ -49,6 +49,7 @@ title: "Proof by Author"
4949- [ Covariance matrix of the categorical distribution] ( /P/cat-cov )
5050- [ Covariance matrix of the multivariate normal distribution] ( /P/mvn-cov )
5151- [ Covariance of independent random variables] ( /P/cov-ind )
52+ - [ Covariance of the sum of two random vectors] ( /P/covmat-sum )
5253- [ Cross-validated log Bayes factor for the univariate Gaussian with known variance] ( /P/ugkv-cvlbf )
5354- [ Cross-validated log model evidence for the univariate Gaussian with known variance] ( /P/ugkv-cvlme )
5455- [ Cumulative distribution function in terms of probability density function of a continuous random variable] ( /P/cdf-pdf )
@@ -153,8 +154,8 @@ title: "Proof by Author"
153154- [ Maximum likelihood estimation for Dirichlet-distributed data] ( /P/dir-mle )
154155- [ Maximum likelihood estimation for multiple linear regression] ( /P/mlr-mle )
155156- [ Maximum likelihood estimation for Poisson-distributed data] ( /P/poiss-mle )
156- - [ Maximum likelihood estimation for simple linear regression] ( /P/slr-mle )
157157- [ Maximum likelihood estimation for simple linear regression] ( /P/slr-mle2 )
158+ - [ Maximum likelihood estimation for simple linear regression] ( /P/slr-mle )
158159- [ Maximum likelihood estimation for the general linear model] ( /P/glm-mle )
159160- [ Maximum likelihood estimation for the Poisson distribution with exposure values] ( /P/poissexp-mle )
160161- [ Maximum likelihood estimation for the univariate Gaussian] ( /P/ug-mle )
@@ -194,8 +195,8 @@ title: "Proof by Author"
194195- [ Non-invariance of the differential entropy under change of variables] ( /P/dent-noninv )
195196- [ (Non-)Multiplicativity of the expected value] ( /P/mean-mult )
196197- [ Non-negativity of the expected value] ( /P/mean-nonneg )
197- - [ Non-negativity of the Kullback-Leibler divergence] ( /P/kl-nonneg )
198198- [ Non-negativity of the Kullback-Leibler divergence] ( /P/kl-nonneg2 )
199+ - [ Non-negativity of the Kullback-Leibler divergence] ( /P/kl-nonneg )
199200- [ Non-negativity of the Shannon entropy] ( /P/ent-nonneg )
200201- [ Non-negativity of the variance] ( /P/var-nonneg )
201202- [ Non-symmetry of the Kullback-Leibler divergence] ( /P/kl-nonsymm )
@@ -206,8 +207,8 @@ title: "Proof by Author"
206207- [ One-sample z-test for independent observations] ( /P/ugkv-ztest1 )
207208- [ Ordinary least squares for multiple linear regression] ( /P/mlr-ols )
208209- [ Ordinary least squares for multiple linear regression] ( /P/mlr-ols2 )
209- - [ Ordinary least squares for simple linear regression] ( /P/slr-ols )
210210- [ Ordinary least squares for simple linear regression] ( /P/slr-ols2 )
211+ - [ Ordinary least squares for simple linear regression] ( /P/slr-ols )
211212- [ Ordinary least squares for the general linear model] ( /P/glm-ols )
212213- [ Paired t-test for dependent observations] ( /P/ug-ttestp )
213214- [ Paired z-test for dependent observations] ( /P/ugkv-ztestp )
@@ -219,6 +220,7 @@ title: "Proof by Author"
219220- [ Partition of the log model evidence into accuracy and complexity] ( /P/lme-anc )
220221- [ Partition of the mean squared error into bias and variance] ( /P/mse-bnv )
221222- [ Partition of variance into expected values] ( /P/var-mean )
223+ - [ Positive semi-definiteness of the covariance matrix] ( /P/covmat-psd )
222224- [ Posterior credibility region against the omnibus null hypothesis for Bayesian linear regression] ( /P/blr-pcr )
223225- [ Posterior density is proportional to joint likelihood] ( /P/post-jl )
224226- [ Posterior distribution for Bayesian linear regression] ( /P/blr-post )
@@ -314,8 +316,11 @@ title: "Proof by Author"
314316- [ Scaling of the covariance matrix upon multiplication with constant matrix] ( /P/covmat-scal )
315317- [ Scaling of the variance upon multiplication with a constant] ( /P/var-scal )
316318- [ Second central moment is variance] ( /P/momcent-2nd )
319+ - [ Self-covariance equals variance] ( /P/cov-var )
317320- [ Simple linear regression is a special case of multiple linear regression] ( /P/slr-mlr )
318321- [ Sums of squares for simple linear regression] ( /P/slr-sss )
322+ - [ Symmetry of the covariance] ( /P/cov-symm )
323+ - [ Symmetry of the covariance matrix] ( /P/covmat-symm )
319324- [ t-distribution is a special case of multivariate t-distribution] ( /P/t-mvt )
320325- [ The p-value follows a uniform distribution under the null hypothesis] ( /P/pval-h0 )
321326- [ The regression line goes through the center of mass point] ( /P/slr-comp )
@@ -336,10 +341,10 @@ title: "Proof by Author"
336341- [ Variance of the normal distribution] ( /P/norm-var )
337342- [ Variance of the Poisson distribution] ( /P/poiss-var )
338343- [ Variance of the sum of two random variables] ( /P/var-sum )
339- - [ Weighted least squares for multiple linear regression] ( /P/mlr-wls )
340344- [ Weighted least squares for multiple linear regression] ( /P/mlr-wls2 )
341- - [ Weighted least squares for simple linear regression] ( /P/slr -wls )
345+ - [ Weighted least squares for multiple linear regression] ( /P/mlr -wls )
342346- [ Weighted least squares for simple linear regression] ( /P/slr-wls2 )
347+ - [ Weighted least squares for simple linear regression] ( /P/slr-wls )
343348- [ Weighted least squares for the general linear model] ( /P/glm-wls )
344349
345350### kantundpeterpan (1 proof)
@@ -351,13 +356,15 @@ title: "Proof by Author"
351356- [ Chi-squared distribution is a special case of gamma distribution] ( /P/chi2-gam )
352357- [ Moments of the chi-squared distribution] ( /P/chi2-mom )
353358
354- ### majapavlo (5 proofs)
359+ ### majapavlo (7 proofs)
355360
356361- [ Cumulative distribution function of the log-normal distribution] ( /P/lognorm-cdf )
362+ - [ Mean of the log-normal distribution] ( /P/lognorm-mean )
357363- [ Median of the log-normal distribution] ( /P/lognorm-med )
358364- [ Mode of the log-normal distribution] ( /P/lognorm-mode )
359365- [ Probability density function of the log-normal distribution] ( /P/lognorm-pdf )
360366- [ Quantile function of the log-normal distribution] ( /P/lognorm-qf )
367+ - [ Variance of the log-normal distribution] ( /P/lognorm-var )
361368
362369### StatProofBook (1 proof)
363370
0 commit comments