Bugfix Release 2.3.7
This release includes several minor fixes to code and documentation. Most notably:
- TypeError in
batchsd
is fixed - Fixed divide by zero error in
normcdf
if 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
NameErro
r 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