@@ -329,11 +329,17 @@ title: "Table of Contents"
329329 &emsp ;&ensp ; 1.3.7. ** [ Shannon entropy] ( /P/bin-ent ) ** <br >
330330 &emsp ;&ensp ; 1.3.8. ** [ Conditional binomial] ( /P/bin-margcond ) ** <br >
331331
332- 1.4. Poisson distribution <br >
333- &emsp ;&ensp ; 1.4.1. * [ Definition] ( /D/poiss ) * <br >
334- &emsp ;&ensp ; 1.4.2. ** [ Probability mass function] ( /P/poiss-pmf ) ** <br >
335- &emsp ;&ensp ; 1.4.3. ** [ Mean] ( /P/poiss-mean ) ** <br >
336- &emsp ;&ensp ; 1.4.4. ** [ Variance] ( /P/poiss-var ) ** <br >
332+ 1.4. Beta-binomial distribution <br >
333+ &emsp ;&ensp ; 1.4.1. * [ Definition] ( /D/betabin ) * <br >
334+ &emsp ;&ensp ; 1.4.2. ** [ Probability mass function] ( /P/betabin-pmf ) ** <br >
335+ &emsp ;&ensp ; 1.4.3. ** [ Probability mass function in terms of gamma function] ( /P/betabin-pmfitogf ) ** <br >
336+ &emsp ;&ensp ; 1.4.4. ** [ Cumulative distribution function] ( /P/betabin-cdf ) ** <br >
337+
338+ 1.5. Poisson distribution <br >
339+ &emsp ;&ensp ; 1.5.1. * [ Definition] ( /D/poiss ) * <br >
340+ &emsp ;&ensp ; 1.5.2. ** [ Probability mass function] ( /P/poiss-pmf ) ** <br >
341+ &emsp ;&ensp ; 1.5.3. ** [ Mean] ( /P/poiss-mean ) ** <br >
342+ &emsp ;&ensp ; 1.5.4. ** [ Variance] ( /P/poiss-var ) ** <br >
337343
3383442 . Multivariate discrete distributions
339345
@@ -678,7 +684,8 @@ title: "Table of Contents"
678684 &emsp ;&ensp ; 4.2.2. ** [ Maximum likelihood estimation] ( /P/dir-mle ) ** <br >
679685
680686 4.3. Beta-binomial data <br >
681- &emsp ;&ensp ; 4.3.1. ** [ Method of moments] ( /P/betabin-mome ) ** <br >
687+ &emsp ;&ensp ; 4.3.1. * [ Definition] ( /D/betabin-data ) * <br >
688+ &emsp ;&ensp ; 4.3.2. ** [ Method of moments] ( /P/betabin-mome ) ** <br >
682689
6836905 . Categorical data
684691
@@ -727,41 +734,49 @@ title: "Table of Contents"
727734
7287353 . Bayesian model selection
729736
730- 3.1. Log model evidence <br >
731- &emsp ;&ensp ; 3.1.1. * [ Definition] ( /D/lme ) * <br >
732- &emsp ;&ensp ; 3.1.2. ** [ Derivation] ( /P/lme-der ) ** <br >
733- &emsp ;&ensp ; 3.1.3. ** [ Expression using prior and posterior] ( /P/lme-pnp ) ** <br >
734- &emsp ;&ensp ; 3.1.4. ** [ Partition into accuracy and complexity] ( /P/lme-anc ) ** <br >
735- &emsp ;&ensp ; 3.1.5. * [ Uniform-prior log model evidence] ( /D/uplme ) * <br >
736- &emsp ;&ensp ; 3.1.6. * [ Cross-validated log model evidence] ( /D/cvlme ) * <br >
737- &emsp ;&ensp ; 3.1.7. * [ Empirical Bayesian log model evidence] ( /D/eblme ) * <br >
738- &emsp ;&ensp ; 3.1.8. * [ Variational Bayesian log model evidence] ( /D/vblme ) * <br >
739-
740- 3.2. Log family evidence <br >
741- &emsp ;&ensp ; 3.2.1. * [ Definition] ( /D/lfe ) * <br >
742- &emsp ;&ensp ; 3.2.2. ** [ Derivation] ( /P/lfe-der ) ** <br >
743- &emsp ;&ensp ; 3.2.3. ** [ Calculation from log model evidences] ( /P/lfe-lme ) ** <br >
744-
745- 3.3. Log Bayes factor <br >
746- &emsp ;&ensp ; 3.3.1. * [ Definition] ( /D/lbf ) * <br >
747- &emsp ;&ensp ; 3.3.2. ** [ Derivation] ( /P/lbf-der ) ** <br >
748- &emsp ;&ensp ; 3.3.3. ** [ Calculation from log model evidences] ( /P/lbf-lme ) ** <br >
749-
750- 3.4. Bayes factor <br >
751- &emsp ;&ensp ; 3.4.1. * [ Definition] ( /D/bf ) * <br >
752- &emsp ;&ensp ; 3.4.2. ** [ Transitivity] ( /P/bf-trans ) ** <br >
753- &emsp ;&ensp ; 3.4.3. ** [ Computation using Savage-Dickey Density Ratio] ( /P/bf-sddr ) ** <br >
754- &emsp ;&ensp ; 3.4.4. ** [ Computation using Encompassing Prior Method] ( /P/bf-ep ) ** <br >
755- &emsp ;&ensp ; 3.4.5. * [ Encompassing model] ( /D/encm ) * <br >
756-
757- 3.5. Posterior model probability <br >
758- &emsp ;&ensp ; 3.5.1. * [ Definition] ( /D/pmp ) * <br >
759- &emsp ;&ensp ; 3.5.2. ** [ Derivation] ( /P/pmp-der ) ** <br >
760- &emsp ;&ensp ; 3.5.3. ** [ Calculation from Bayes factors] ( /P/pmp-bf ) ** <br >
761- &emsp ;&ensp ; 3.5.4. ** [ Calculation from log Bayes factor] ( /P/pmp-lbf ) ** <br >
762- &emsp ;&ensp ; 3.5.5. ** [ Calculation from log model evidences] ( /P/pmp-lme ) ** <br >
763-
764- 3.6. Bayesian model averaging <br >
765- &emsp ;&ensp ; 3.6.1. * [ Definition] ( /D/bma ) * <br >
766- &emsp ;&ensp ; 3.6.2. ** [ Derivation] ( /P/bma-der ) ** <br >
767- &emsp ;&ensp ; 3.6.3. ** [ Calculation from log model evidences] ( /P/bma-lme ) ** <br >
737+ 3.1. Model evidence <br >
738+ &emsp ;&ensp ; 3.1.1. * [ Definition] ( /D/me ) * <br >
739+ &emsp ;&ensp ; 3.1.2. ** [ Derivation] ( /P/me-der ) ** <br >
740+
741+ 3.2. Log model evidence <br >
742+ &emsp ;&ensp ; 3.2.1. * [ Definition] ( /D/lme ) * <br >
743+ &emsp ;&ensp ; 3.2.2. ** [ Derivation] ( /P/lme-der ) ** <br >
744+ &emsp ;&ensp ; 3.2.3. ** [ Expression using prior and posterior] ( /P/lme-pnp ) ** <br >
745+ &emsp ;&ensp ; 3.2.4. ** [ Partition into accuracy and complexity] ( /P/lme-anc ) ** <br >
746+ &emsp ;&ensp ; 3.2.5. * [ Uniform-prior log model evidence] ( /D/uplme ) * <br >
747+ &emsp ;&ensp ; 3.2.6. * [ Cross-validated log model evidence] ( /D/cvlme ) * <br >
748+ &emsp ;&ensp ; 3.2.7. * [ Empirical Bayesian log model evidence] ( /D/eblme ) * <br >
749+ &emsp ;&ensp ; 3.2.8. * [ Variational Bayesian log model evidence] ( /D/vblme ) * <br >
750+
751+ 3.3. Family evidence <br >
752+ &emsp ;&ensp ; 3.3.1. * [ Definition] ( /D/fe ) * <br >
753+ &emsp ;&ensp ; 3.3.2. ** [ Derivation] ( /P/fe-der ) ** <br >
754+
755+ 3.4. Log family evidence <br >
756+ &emsp ;&ensp ; 3.4.1. * [ Definition] ( /D/lfe ) * <br >
757+ &emsp ;&ensp ; 3.4.2. ** [ Derivation] ( /P/lfe-der ) ** <br >
758+ &emsp ;&ensp ; 3.4.3. ** [ Calculation from log model evidences] ( /P/lfe-lme ) ** <br >
759+
760+ 3.5. Bayes factor <br >
761+ &emsp ;&ensp ; 3.5.1. * [ Definition] ( /D/bf ) * <br >
762+ &emsp ;&ensp ; 3.5.2. ** [ Transitivity] ( /P/bf-trans ) ** <br >
763+ &emsp ;&ensp ; 3.5.3. ** [ Computation using Savage-Dickey Density Ratio] ( /P/bf-sddr ) ** <br >
764+ &emsp ;&ensp ; 3.5.4. ** [ Computation using Encompassing Prior Method] ( /P/bf-ep ) ** <br >
765+ &emsp ;&ensp ; 3.5.5. * [ Encompassing model] ( /D/encm ) * <br >
766+
767+ 3.6. Log Bayes factor <br >
768+ &emsp ;&ensp ; 3.6.1. * [ Definition] ( /D/lbf ) * <br >
769+ &emsp ;&ensp ; 3.6.2. ** [ Derivation] ( /P/lbf-der ) ** <br >
770+ &emsp ;&ensp ; 3.6.3. ** [ Calculation from log model evidences] ( /P/lbf-lme ) ** <br >
771+
772+ 3.7. Posterior model probability <br >
773+ &emsp ;&ensp ; 3.7.1. * [ Definition] ( /D/pmp ) * <br >
774+ &emsp ;&ensp ; 3.7.2. ** [ Derivation] ( /P/pmp-der ) ** <br >
775+ &emsp ;&ensp ; 3.7.3. ** [ Calculation from Bayes factors] ( /P/pmp-bf ) ** <br >
776+ &emsp ;&ensp ; 3.7.4. ** [ Calculation from log Bayes factor] ( /P/pmp-lbf ) ** <br >
777+ &emsp ;&ensp ; 3.7.5. ** [ Calculation from log model evidences] ( /P/pmp-lme ) ** <br >
778+
779+ 3.8. Bayesian model averaging <br >
780+ &emsp ;&ensp ; 3.8.1. * [ Definition] ( /D/bma ) * <br >
781+ &emsp ;&ensp ; 3.8.2. ** [ Derivation] ( /P/bma-der ) ** <br >
782+ &emsp ;&ensp ; 3.8.3. ** [ Calculation from log model evidences] ( /P/bma-lme ) ** <br >
0 commit comments