-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
54 lines (29 loc) · 1.35 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
CHANGES in 0.2.4 (2022-11-16)
* Ngumbang as maintainer.
* Replaced if(class(.) == ...) with if(inherits(...))
* Fixed issue with checking credMass.
* Better example for multimodal distribution.
CHANGES in 0.2.2 (2020-05-18)
* Fixed bug in inverseCDF when p is a vector, also p = 0 or 1.
* Changed maintainer email.
CHANGES in 0.2.1 (2018-12-24)
* Fixed error when input is an entire vector of Inf (or -Inf); (Inf/-Inf
mixed with other non-NA values was always ok).
CHANGES in 0.2.0 (2018-06-09)
* Added the inverseCDF function (prompted by Haibing Zhao)
CHANGES in 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
CHANGES in 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.
CHANGES in 0.1.1 (2016-02-15)
* coda changed from Depends to Suggests
CHANGES in 0.1.0 (2016-02-14)
* package renamed HDInterval and main function renamed 'hdi'
CHANGES in 0.0.2 (2016-02-10)
* 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