NEWS
nimbleEcology 0.4.1 (2021-11-01)
- -- Fix a bug in dBetaBinom and dBetaBinom_One distribution registration that prevented
those from being used directly in a model (but did not cause silent errors)
nimbleEcology 0.4.0 (2021-05-04)
- -- Implement N-mixture extensions for the beta binomial and negative binomial
submodel variations.
-- Allow a tolerance of 1e-6 in the sums of the "init" probabilities in dHMM and
dDHMM. This addresses inconsistencies in R/C++ floating point numbers which led
to a phenomenon where sum(init) == 1 in R but sum(init) != 1 in C++.
nimbleEcology 0.3.1 (2020-09-25)
- -- Fixed rounding errors in edge cases of dNmixture with many observations.
Thanks to NIMBLE developer Chris Paciorek for the algorithm.
nimbleEcology 0.3.0 (2020-05-29)
- -- Fixed an internal problem with dHMM and dDHMM resulting in a mismatch between documentation and internal behavior
-- Reworked roxygen documentation
-- Fixed issue with vignette installation
-- Added CITATION file
nimbleEcology 0.2.2 (2020-05-12)
- -- Adjusted internal calculation of dNmixture to avoid Inf overflow at large values of lambda, small values of p
nimbleEcology 0.2.1 (2020-04-07)
- -- Addressed typos in documentation examples
nimbleEcology 0.2.0 (2020-02-21)
- -- Added N-mixture models, dNmixture_*.
nimbleEcology 0.1.0 (2019-10-09)
- -- Initial release of nimbleEcology.