Skip to content

Commit

Permalink
Update the NEWS and the TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Feb 27, 2024
1 parent 7178ad5 commit 64a87e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
BUG FIX

- when a `scale` parameter was fixed, the `startarg` function also set a `rate` parameter. this leads to an error when calling the density.
- add further sanity check in plotdistcens: the following code `plotdistcens(data.frame(right=smokedfish$right, left=smokedfish$left))` raised an error via `npsurv()`, thanks to R Pouillot
- add further sanity check in `plotdistcens`: the following code `plotdistcens(data.frame(right=smokedfish$right, left=smokedfish$left))` raised an error via `npsurv()`, thanks to R Pouillot
- bug fixed in using `breaks` in `plotdist`
- solve the extremely long time taking by `lines` in `descdist`


NEW FEATURES

- modify or add a initial value for all univariate distributions provided in `actuar`.
- the `fitdistrplus` git repo now belongs to the `lbbe-software` organization

# fitdistrplus 1.1-11

Expand Down
2 changes: 1 addition & 1 deletion share/todolist.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
21. [ ] add a generic function `AIC` and `BIC` for `fitdist(cens)` objects
22. [x] close following open issues 2, 21, 23, 25 appropriately
23. [x] improve Cullen-Frey graph following <https://github.com/lbbe-software/fitdistrplus/issues/24>
24. [ ] add defensive programming in `plotdist()` to deal with <https://github.com/lbbe-software/fitdistrplus/issues/27>
24. [ ] manage differential graphical parameters in `plotdist` see <https://github.com/lbbe-software/fitdistrplus/issues/27>

# Of less priority

Expand Down

0 comments on commit 64a87e4

Please sign in to comment.