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 (186 definitions)
16+ ### JoramSoch (187 definitions)
1717
1818- [ Akaike information criterion] ( /D/aic )
1919- [ Alternative hypothesis] ( /D/h1 )
@@ -51,6 +51,7 @@ title: "Definition by Author"
5151- [ Cross-validated log model evidence] ( /D/cvlme )
5252- [ Cumulant-generating function] ( /D/cgf )
5353- [ Cumulative distribution function] ( /D/cdf )
54+ - [ Data] ( /D/data )
5455- [ Deviance] ( /D/dev )
5556- [ Deviance information criterion] ( /D/dic )
5657- [ Differential cross-entropy] ( /D/dent-cross )
Original file line number Diff line number Diff line change @@ -209,3 +209,4 @@ title: "Definition by Number"
209209| D200 | iid | [ independent and identically distributed] ( /D/iid ) | JoramSoch | 2024-08-08 |
210210| D201 | post-pred | [ Posterior predictive distribution] ( /D/post-pred ) | aloctavodia | 2024-08-18 |
211211| D202 | prior-pred | [ Prior predictive distribution] ( /D/prior-pred ) | aloctavodia | 2024-08-19 |
212+ | D203 | data | [ Data] ( /D/data ) | JoramSoch | 2024-09-20 |
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ title: "Definition by Topic"
5454
5555### D
5656
57+ - [ Data] ( /D/data )
5758- [ Definition Template] ( /D/-temp- )
5859- [ Deviance] ( /D/dev )
5960- [ Deviance information criterion] ( /D/dic )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ title: "Definitions without Source"
88- [ Beta-distributed data] ( /D/beta-data )
99- [ Binomial observations] ( /D/bin-data )
1010- [ Conditional differential entropy] ( /D/dent-cond )
11+ - [ Data] ( /D/data )
1112- [ Dirichlet-distributed data] ( /D/dir-data )
1213- [ Estimation matrix] ( /D/emat )
1314- [ Joint differential entropy] ( /D/dent-joint )
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 (434 proofs)
15+ ### JoramSoch (435 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 )
@@ -408,6 +408,7 @@ title: "Proof by Author"
408408- [ Scaling of the variance upon multiplication with a constant] ( /P/var-scal )
409409- [ Second central moment is variance] ( /P/momcent-2nd )
410410- [ Self-covariance equals variance] ( /P/cov-var )
411+ - [ Self-independence of random event] ( /P/ind-self )
411412- [ Simple linear regression is a special case of multiple linear regression] ( /P/slr-mlr )
412413- [ Specific t-test for single regressor in multiple linear regression] ( /P/mlr-tsingle )
413414- [ Square of expectation of product is less than or equal to product of expectation of squares] ( /P/mean-prodsqr )
Original file line number Diff line number Diff line change @@ -475,3 +475,4 @@ title: "Proof by Number"
475475| P467 | postpred-jl | [ Posterior predictive distribution is a marginal distribution of the joint likelihood] ( /P/postpred-jl ) | aloctavodia | 2024-09-11 |
476476| P468 | mean-wlln | [ Weak law of large numbers] ( /P/mean-wlln ) | JoramSoch | 2024-09-13 |
477477| P469 | mean-mse | [ The expected value minimizes the mean squared error] ( /P/mean-mse ) | salbalkus | 2024-09-13 |
478+ | P470 | ind-self | [ Self-independence of random event] ( /P/ind-self ) | JoramSoch | 2024-09-20 |
Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ title: "Proof by Topic"
476476- [ Scaling of the variance upon multiplication with a constant] ( /P/var-scal )
477477- [ Second central moment is variance] ( /P/momcent-2nd )
478478- [ Self-covariance equals variance] ( /P/cov-var )
479+ - [ Self-independence of random event] ( /P/ind-self )
479480- [ Simple linear regression is a special case of multiple linear regression] ( /P/slr-mlr )
480481- [ Skewness of the ex-Gaussian distribution] ( /P/exg-skew )
481482- [ Skewness of the exponential distribution] ( /P/exp-skew )
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sources:
2020 in : " Wikipedia, the free encyclopedia"
2121 pages : " retrieved on 2024-09-20"
2222 url : " https://en.wikipedia.org/wiki/Independence_(probability_theory)#Self-independence"
23- - authors : " JoramSoch "
23+ - authors : " Soch, Joram "
2424 year : 2023
2525 title : " Suppose A is an event. Can A be independent of itself?"
2626 in : " X"
@@ -49,7 +49,7 @@ P(E) &= \left( P(E) \right)^2 \; .
4949\end{split}
5050$$
5151
52- This is only fulfilled, if
52+ For $0 \leq P(E) \leq 1$, this is only fulfilled, if
5353
5454$$ \label{eq:ind-self-qed}
5555P(E) = 0 \quad \text{or} \quad P(E) = 1 \; .
Original file line number Diff line number Diff line change 4343Setting the first derivative
4444
4545$$ \label{eq:dmse-da}
46- \frac{d}{da } \left[ a^2 - 2a\mu + \mathrm{E}(X_i^2) \right] = 2a - 2\mu
46+ \frac{\mathrm{d}}{\mathrm{d}a } \left[ a^2 - 2a\mu + \mathrm{E}(X_i^2) \right] = 2a - 2\mu
4747$$
4848
4949to zero to perform a derivative test, we obtain:
You can’t perform that action at this time.
0 commit comments