NEWS
HDInterval 0.2.4 (2022-11-17)
- Ngumbang as maintainer.
- Replaced if(class(.) == ...) with if(inherits(...))
- Fixed issue with checking credMass.
- Better example for multimodal distribution.
HDInterval 0.2.2 (2020-05-23)
- Fixed bug in inverseCDF when p is a vector, also p = 0 or 1.
- Changed maintainer email.
HDInterval 0.2.1
- Fixed error when input is an entire vector of Inf (or -Inf); (Inf/-Inf
mixed with other non-NA values was always ok).
HDInterval 0.2.0 (2018-06-09)
- Added the inverseCDF function (prompted by Haibing Zhao)
HDInterval 0.1.3 (2016-05-13)
- Various tweaks to speed up analysis with large objects
- Added method for mcarray and list (to deal with rjags::jags.samples output); fixed
export of hdi.mcmc
HDInterval 0.1.2 (2016-03-20)
- Fixed multiple checks of credMass; hdiVector as separate function from hdi.default
- Speeded up check for all-NAs
- Fixed hdi.data.frame: now returns NAs for non-numeric columns.
HDInterval 0.1.1 (2016-02-17)
- coda changed from Depends to Suggests
HDInterval 0.1.0
- package renamed HDInterval and main function renamed 'hdi'
HDInterval 0.0.2
- hpdi.density now returns a length-2 vector when allowSplit=FALSE, otherwise a matrix,
which may have only one row.
- Testthat functions added for hpdi.density