@@ -27,7 +27,8 @@ title: "Table of Contents"
2727 &emsp ;&ensp ; 1.2.2. * [ Joint probability] ( /D/prob-joint ) * <br >
2828 &emsp ;&ensp ; 1.2.3. * [ Marginal probability] ( /D/prob-marg ) * <br >
2929 &emsp ;&ensp ; 1.2.4. * [ Conditional probability] ( /D/prob-cond ) * <br >
30- &emsp ;&ensp ; 1.2.5. * [ Statistical independence] ( /D/ind ) * <br >
30+ &emsp ;&ensp ; 1.2.5. * [ Exceedance probability] ( /D/prob-exc ) * <br >
31+ &emsp ;&ensp ; 1.2.6. * [ Statistical independence] ( /D/ind ) * <br >
3132
3233 1.3. Probability distributions <br >
3334 &emsp ;&ensp ; 1.3.1. * [ Probability distribution] ( /D/dist ) * <br >
@@ -236,17 +237,18 @@ title: "Table of Contents"
236237 &emsp ;&ensp ; 3.2.2. * [ Standard normal distribution] ( /D/snorm ) * <br >
237238 &emsp ;&ensp ; 3.2.3. ** [ Relation to standard normal distribution] ( /P/norm-snorm ) ** (1) <br >
238239 &emsp ;&ensp ; 3.2.4. ** [ Relation to standard normal distribution] ( /P/norm-snorm2 ) ** (2) <br >
239- &emsp ;&ensp ; 3.2.5. ** [ Probability density function] ( /P/norm-pdf ) ** <br >
240- &emsp ;&ensp ; 3.2.6. ** [ Moment-generating function] ( /P/norm-mgf ) ** <br >
241- &emsp ;&ensp ; 3.2.7. ** [ Cumulative distribution function] ( /P/norm-cdf ) ** <br >
242- &emsp ;&ensp ; 3.2.8. ** [ Cumulative distribution function without error function] ( /P/norm-cdfwerf ) ** <br >
243- &emsp ;&ensp ; 3.2.9. ** [ Quantile function] ( /P/norm-qf ) ** <br >
244- &emsp ;&ensp ; 3.2.10. ** [ Mean] ( /P/norm-mean ) ** <br >
245- &emsp ;&ensp ; 3.2.11. ** [ Median] ( /P/norm-med ) ** <br >
246- &emsp ;&ensp ; 3.2.12. ** [ Mode] ( /P/norm-mode ) ** <br >
247- &emsp ;&ensp ; 3.2.13. ** [ Variance] ( /P/norm-var ) ** <br >
248- &emsp ;&ensp ; 3.2.14. ** [ Full width at half maximum] ( /P/norm-fwhm ) ** <br >
249- &emsp ;&ensp ; 3.2.15. ** [ Differential entropy] ( /P/norm-dent ) ** <br >
240+ &emsp ;&ensp ; 3.2.5. ** [ Relation to standard normal distribution] ( /P/norm-snorm3 ) ** (3) <br >
241+ &emsp ;&ensp ; 3.2.6. ** [ Probability density function] ( /P/norm-pdf ) ** <br >
242+ &emsp ;&ensp ; 3.2.7. ** [ Moment-generating function] ( /P/norm-mgf ) ** <br >
243+ &emsp ;&ensp ; 3.2.8. ** [ Cumulative distribution function] ( /P/norm-cdf ) ** <br >
244+ &emsp ;&ensp ; 3.2.9. ** [ Cumulative distribution function without error function] ( /P/norm-cdfwerf ) ** <br >
245+ &emsp ;&ensp ; 3.2.10. ** [ Quantile function] ( /P/norm-qf ) ** <br >
246+ &emsp ;&ensp ; 3.2.11. ** [ Mean] ( /P/norm-mean ) ** <br >
247+ &emsp ;&ensp ; 3.2.12. ** [ Median] ( /P/norm-med ) ** <br >
248+ &emsp ;&ensp ; 3.2.13. ** [ Mode] ( /P/norm-mode ) ** <br >
249+ &emsp ;&ensp ; 3.2.14. ** [ Variance] ( /P/norm-var ) ** <br >
250+ &emsp ;&ensp ; 3.2.15. ** [ Full width at half maximum] ( /P/norm-fwhm ) ** <br >
251+ &emsp ;&ensp ; 3.2.16. ** [ Differential entropy] ( /P/norm-dent ) ** <br >
250252
251253 3.3. Gamma distribution <br >
252254 &emsp ;&ensp ; 3.3.1. * [ Definition] ( /D/gam ) * <br >
@@ -308,6 +310,7 @@ title: "Table of Contents"
308310 4.3. Dirichlet distribution <br >
309311 &emsp ;&ensp ; 4.3.1. * [ Definition] ( /D/dir ) * <br >
310312 &emsp ;&ensp ; 4.3.2. ** [ Probability density function] ( /P/dir-pdf ) ** <br >
313+ &emsp ;&ensp ; 4.3.3. ** [ Exceedance probabilities] ( /P/dir-ep ) ** <br >
311314
3123155 . Matrix-variate continuous distributions
313316
@@ -384,10 +387,14 @@ title: "Table of Contents"
384387 &emsp ;&ensp ; 4.1.1. * [ Definition] ( /D/beta-data ) * <br >
385388 &emsp ;&ensp ; 4.1.2. ** [ Method of moments] ( /P/beta-mom ) ** <br >
386389
387- 4.2. Logistic regression <br >
388- &emsp ;&ensp ; 4.2.1. * [ Definition] ( /D/logreg ) * <br >
389- &emsp ;&ensp ; 4.2.2. ** [ Probability and log-odds] ( /P/logreg-pnlo ) ** <br >
390- &emsp ;&ensp ; 4.2.3. ** [ Log-odds and probability] ( /P/logreg-lonp ) ** <br >
390+ 4.2. Dirichlet-distributed data <br >
391+ &emsp ;&ensp ; 4.2.1. * [ Definition] ( /D/dir-data ) * <br >
392+ &emsp ;&ensp ; 4.2.2. ** [ Maximum likelihood estimation] ( /P/dir-mle ) ** <br >
393+
394+ 4.3. Logistic regression <br >
395+ &emsp ;&ensp ; 4.3.1. * [ Definition] ( /D/logreg ) * <br >
396+ &emsp ;&ensp ; 4.3.2. ** [ Probability and log-odds] ( /P/logreg-pnlo ) ** <br >
397+ &emsp ;&ensp ; 4.3.3. ** [ Log-odds and probability] ( /P/logreg-lonp ) ** <br >
391398
3923995 . Categorical data
393400
0 commit comments