-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
101 lines (60 loc) · 2.86 KB
/
ChangeLog
File metadata and controls
101 lines (60 loc) · 2.86 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
THIS FILE IS NO LONGER UPDATED. See instead the 'NEWs.md' file.
2022-05-27 yves <deville.yves@alpestat.com>
* A Taylor expansion is now used for the probability functions and
their derivatives for a shape close to zero. This avoids a very
small discontinuity that occured for very small shapes. This new
feature seems to be specific to NSGEV.
2021-10-26 yves <deville.yves@alpestat.com>
* BUG fix: the quantile function did not work correctly with
(non-default) low.tail = FALSE due to a missuse of the .Call
interface.
2018-12-14 yves <deville.yves@alpestat.com>
* BUG fix: the computation of the confidence intervals using the
"delta" method was wrong in 'predict.TVGEV', 'predict.NSGEV' and
'predictUncond' due to a missing sqrt.
2018-12-07 yves <deville.yves@alpestat.com>
* BUG fix: in 'rGEV' the function simulated an exponential rather
than a Gumbel when shape = 0.
2018-10-15 yves <deville.yves@alpestat.com>
* Warn about the need of centering in the documentation of
`polynomX`.
2017-09-29 yves <deville.yves@alpestat.com>
* Improved the speed of the bootstrap computations in
'predict.TVGEV'.
* Small changes in doc.
2017-09-27 yves <deville.yves@alpestat.com>
* Added 'natSplineX' for a natural spline design.
* Fixed small problems in code and doc.
2017-08-21 yves <deville.yves@alpestat.com>
* Changed 'plot.TVGEV' to render in black and white print.
* Refactored code of 'profLik': easier to read and display
information.
* Added a better control of arguments passed through dots.
* Added exact computation of Hessian for TVGEV models. Might be
plugged in the estimation in the future.
* Added bootstap inference on unconditional predictions.
2017-08-14 yves <deville.yves@alpestat.com>
* Changed predict.TVGEV to improve the convergence of the
constrained optimisation.
2017-06-13 yves <deville.yves@alpestat.com>
* Added the computation of the (exact) Hessian of the log-density
and of the quantile for the GEV distribution.
2017-05-31 yves <deville.yves@alpestat.com>
* New classes "bts" and 'bfts" for results concerning TVGEV
objects.
* Many changes concerning methods for TVGEV objects or derived
objects: quantiles, density, RL predictions, ...
* Bug fixes and fine tuning for profile-likelihod (implementation
of chain rule for TVGEV models).
2017-03-24 yves <deville.yves@alepstat.com>
* New class "TVGEV" for Time-Varying objects.
2016-12-23 yves <deville.yves@alpestat.com>
* Fixed bug: with a non-zero shape the 'rGEV' returned
simulations from the GPD with the same parameters.
2016-09-19 yves <deville.yves@alpestat.com>
* Copied 'stats:::format_perc' to avoid importing a non-exported
function.
2016-09-09 yves <deville.yves@alpestat.com>
* Fixed In as.NSGEV.fevd, the mimised negative log-lik was not
attached to the object making the profile-likelihood impossible in
'predict'.