Bugfix Release 2.3.7
This release includes several minor fixes to code and documentation. Most notably:
- TypeError in batchsdis fixed
- Fixed divide by zero error in normcdfif y=0
- Fixed overflow error in geometric distribution
- Added upper bound check for beta-binomial log-likelihood
- Fixed incorrect bounds checking in negative binomial log-likelihood
- Added edge cases to beta-binomial
- Fixed NameError issueMCMC.tune
- Recursive plot calls now include all arguments
- Corrected return value of Gelman-Rubin diagnostic
- Improved exception handling in AIC and BIC calculations in NormApprox