From 1d8ef303820717c436b2075c3145108cd8d3db81 Mon Sep 17 00:00:00 2001 From: Christophe Dutang Date: Fri, 22 Mar 2024 10:25:30 +0100 Subject: [PATCH] Update todolist.md --- share/todolist.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/todolist.md b/share/todolist.md index 9879c806..7ed982e4 100644 --- a/share/todolist.md +++ b/share/todolist.md @@ -19,20 +19,21 @@ 15. [ ] make a flow chart on how functions are interrelated (see techdoc/) 16. [x] Make a markdown TODO list 17. [ ] delete the R forge project ? -18. [ ] should we return the points/lines/rectangles drawn in invisible()? as in hist.default() called by hist() ou plot.stepfun called by plot(ecdf())? +18. [ ] should we return the points/lines/rectangles drawn in `invisible()`? as in `hist.default()` called by `hist()` ou `plot.stepfun` called by `plot(ecdf())`? 19. [x] add a new question to the FAQ, following 20. [x] add a new question to the FAQ, following 21. [x] 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 -24. [ ] manage differential graphical parameters in `plotdist` see +24. [ ] manage differential graphical parameters in `plotdist` see , link FAQ 5.2 25. [ ] make a `gofstat` for `fitdistcens` objects -26. [ ] make introduction for vignette `starting values` and update layout +26. [ ] make introduction for vignette `starting values` and update layout, update README on `github.io` 27. [ ] update `mledist.Rd` with new starting value list (all distribution in `actuar` except phase-type), link with vignette 28. [ ] check that all base R distribution have starting values 29. [ ] add defensive programming for infinite / NaN / NA values for `fitdist` objects 29. [ ] add defensive programming for NaN values for `fitdistcens` objects, convert `Inf` to `NA` (raise error for inconsistent values), raise error for double `NA` + # Of less priority 1. [ ] add the Wasserstein-Kantorovich distance in mge and gofstat (see Del Barrio 1999 and 2000 and Gibbs 2002)