@@ -17,12 +17,14 @@ title: "Table of Contents"
17171 . Probability theory
1818
1919 1.1. Random variables <br >
20- &emsp ;&ensp ; 1.1.1. * [ Random variable] ( /D/rvar ) * <br >
21- &emsp ;&ensp ; 1.1.2. * [ Random vector] ( /D/rvec ) * <br >
22- &emsp ;&ensp ; 1.1.3. * [ Random matrix] ( /D/rmat ) * <br >
23- &emsp ;&ensp ; 1.1.4. * [ Constant] ( /D/const ) * <br >
24- &emsp ;&ensp ; 1.1.5. * [ Discrete vs. continuous] ( /D/rvar-disc ) * <br >
25- &emsp ;&ensp ; 1.1.6. * [ Univariate vs. multivariate] ( /D/rvar-uni ) * <br >
20+ &emsp ;&ensp ; 1.1.1. * [ Random experiment] ( /D/rexp ) * <br >
21+ &emsp ;&ensp ; 1.1.2. * [ Random event] ( /D/reve ) * <br >
22+ &emsp ;&ensp ; 1.1.3. * [ Random variable] ( /D/rvar ) * <br >
23+ &emsp ;&ensp ; 1.1.4. * [ Random vector] ( /D/rvec ) * <br >
24+ &emsp ;&ensp ; 1.1.5. * [ Random matrix] ( /D/rmat ) * <br >
25+ &emsp ;&ensp ; 1.1.6. * [ Constant] ( /D/const ) * <br >
26+ &emsp ;&ensp ; 1.1.7. * [ Discrete vs. continuous] ( /D/rvar-disc ) * <br >
27+ &emsp ;&ensp ; 1.1.8. * [ Univariate vs. multivariate] ( /D/rvar-uni ) * <br >
2628
2729 1.2. Probability <br >
2830 &emsp ;&ensp ; 1.2.1. * [ Probability] ( /D/prob ) * <br >
@@ -31,6 +33,7 @@ title: "Table of Contents"
3133 &emsp ;&ensp ; 1.2.4. * [ Conditional probability] ( /D/prob-cond ) * <br >
3234 &emsp ;&ensp ; 1.2.5. * [ Exceedance probability] ( /D/prob-exc ) * <br >
3335 &emsp ;&ensp ; 1.2.6. * [ Statistical independence] ( /D/ind ) * <br >
36+ &emsp ;&ensp ; 1.2.7. * [ Conditional independence] ( /D/ind-cond ) * <br >
3437
3538 1.3. Probability distributions <br >
3639 &emsp ;&ensp ; 1.3.1. * [ Probability distribution] ( /D/dist ) * <br >
@@ -265,6 +268,7 @@ title: "Table of Contents"
265268 &emsp ;&ensp ; 3.2.14. ** [ Variance] ( /P/norm-var ) ** <br >
266269 &emsp ;&ensp ; 3.2.15. ** [ Full width at half maximum] ( /P/norm-fwhm ) ** <br >
267270 &emsp ;&ensp ; 3.2.16. ** [ Differential entropy] ( /P/norm-dent ) ** <br >
271+ &emsp ;&ensp ; 3.2.17. ** [ Kullback-Leibler divergence] ( /P/norm-kl ) ** <br >
268272
269273 3.3. Gamma distribution <br >
270274 &emsp ;&ensp ; 3.3.1. * [ Definition] ( /D/gam ) * <br >
@@ -273,11 +277,12 @@ title: "Table of Contents"
273277 &emsp ;&ensp ; 3.3.4. ** [ Relation to standard gamma distribution] ( /P/gam-sgam2 ) ** (2) <br >
274278 &emsp ;&ensp ; 3.3.5. ** [ Probability density function] ( /P/gam-pdf ) ** <br >
275279 &emsp ;&ensp ; 3.3.6. ** [ Cumulative distribution function] ( /P/gam-cdf ) ** <br >
276- &emsp ;&ensp ; 3.3.7. ** [ Mean] ( /P/gam-mean ) ** <br >
277- &emsp ;&ensp ; 3.3.8. ** [ Variance] ( /P/gam-var ) ** <br >
278- &emsp ;&ensp ; 3.3.9. ** [ Logarithmic expectation] ( /P/gam-logmean ) ** <br >
279- &emsp ;&ensp ; 3.3.10. ** [ Expectation of x ln x] ( /P/gam-xlogx ) ** <br >
280- &emsp ;&ensp ; 3.3.11. ** [ Kullback-Leibler divergence] ( /P/gam-kl ) ** <br >
280+ &emsp ;&ensp ; 3.3.7. ** [ Quantile function] ( /P/gam-qf ) ** <br >
281+ &emsp ;&ensp ; 3.3.8. ** [ Mean] ( /P/gam-mean ) ** <br >
282+ &emsp ;&ensp ; 3.3.9. ** [ Variance] ( /P/gam-var ) ** <br >
283+ &emsp ;&ensp ; 3.3.10. ** [ Logarithmic expectation] ( /P/gam-logmean ) ** <br >
284+ &emsp ;&ensp ; 3.3.11. ** [ Expectation of x ln x] ( /P/gam-xlogx ) ** <br >
285+ &emsp ;&ensp ; 3.3.12. ** [ Kullback-Leibler divergence] ( /P/gam-kl ) ** <br >
281286
282287 3.4. Exponential distribution <br >
283288 &emsp ;&ensp ; 3.4.1. * [ Definition] ( /D/exp ) * <br >
@@ -297,6 +302,7 @@ title: "Table of Contents"
297302 3.6. Beta distribution <br >
298303 &emsp ;&ensp ; 3.6.1. * [ Definition] ( /D/beta ) * <br >
299304 &emsp ;&ensp ; 3.6.2. ** [ Probability density function] ( /P/beta-pdf ) ** <br >
305+ &emsp ;&ensp ; 3.6.3. ** [ Cumulative distribution function] ( /P/beta-cdf ) ** <br >
300306
301307 3.7. Wald distribution <br >
302308 &emsp ;&ensp ; 3.7.1. * [ Definition] ( /D/wald ) * <br >
@@ -466,6 +472,7 @@ title: "Table of Contents"
466472 &emsp ;&ensp ; 3.1.1. * [ Definition] ( /D/lme ) * <br >
467473 &emsp ;&ensp ; 3.1.2. ** [ Derivation] ( /P/lme-der ) ** <br >
468474 &emsp ;&ensp ; 3.1.3. ** [ Partition into accuracy and complexity] ( /P/lme-anc ) ** <br >
475+ &emsp ;&ensp ; 3.1.4. * [ Cross-validated log model evidence] ( /D/cvlme ) * <br >
469476
470477 3.2. Log family evidence <br >
471478 &emsp ;&ensp ; 3.2.1. * [ Definition] ( /D/lfe ) * <br >
0 commit comments