-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
63 lines (47 loc) · 1.46 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
55
56
57
58
59
60
61
62
63
RcppTN 0.2-2
------------
* Removed vignettes (temporarily) pending successful builds and
testing on Solaris
* Fixed function signatures for standard math functions in C++
RcppTN 0.2-1
------------
* Fixed reference to Robert (1995) in DESCRIPTION
RcppTN 0.2-0
------------
* Maintenance for first CRAN upload and R 3.4.0
RcppTN 0.1-9
------------
* Minor chanages for compiler standards checking
RcppTN 0.1-8
------------
* Variance and expectation calculations are numerically stable for
distributions truncated to be as far as 37 sds away from the mean in
both directions.
RcppTN 0.1-7
------------
* Entropy calculations now support infinite truncation bounds.
RcppTN 0.1-6
------------
* Added analytical Entropy calculation at R and C++ levels.
RcppTN 0.1-5
------------
* Fixed memory bugs from Rcpp Export.
RcppTN 0.1-4
------------
* Added vtn1() to C++ API.
RcppTN 0.1-3
------------
* Added etn() function for calculation of
theoretical expectations from Truncated Normal distributions.
* The rtn() function warns on NA return values.
* Checks for valid inputs include a finite mean and finite sd of the
parent Normal distribution. Warns on invalid.
* Checks for correctly sized inputs. Stops on invalid.
* Added vtn() function for calculation of
theoretical variances from Truncated Normal distributions.
RcppTN 0.1-2
------------
* The rtn() function checks for valid inputs and returns NA for bad inputs.
RcppTN 0.1-0
------------
* initial public release