Skip to content

Commit

Permalink
cosmetic 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dutangc committed Jun 19, 2024
1 parent e696e9a commit d52c3de
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fitdistrplus 1.2-0

## NEW FEATURES
NEW FEATURES

- the `fitdistrplus` git repo now belongs to the `lbbe-software` organization
- modify or add a initial value for all univariate distributions provided in `actuar`.
Expand All @@ -12,7 +12,7 @@
- graphics function `*comp()` now return a list of drawn points and/or lines when `plotstyle == "graphics"`.
- add a `density` function for `bootdist(cens)` objects.

## BUG FIXES
BUG FIXES

- 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.
Expand Down
103 changes: 103 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,107 @@ articles:
contents:
- Optimalgo
- starting-values

reference:
- title: Overview
desc: Overview of `fitdistrplus`
contents:
- fitdistrplus
- title: Exploratory analysis
desc: Exploratory analysis when searching for appropriate distributions
contents:
- descdist
- title: Fit uncensored distributions
desc: Fitting procedures and derivatives
contents:
- fitdist
- plot.fitdist
- print.fitdist
- summary.fitdist
- logLik.fitdist
- AIC.fitdist
- BIC.fitdist
- vcov.fitdist
- coef.fitdist
- quantile.fitdist
- print.quantile.fitdist
- gofstat
- print.gofstat.fitdist
- mgedist
- mledist
- mmedist
- msedist
- qmedist
- bootdist
- plot.bootdist
- print.bootdist
- summary.bootdist
- density.bootdist
- plot.density.bootdist
- print.density.bootdist
- quantile.bootdist
- print.quantile.bootdist
- title: Fit censored distributions
desc: Fitting procedures and derivatives
contents:
- fitdistcens
- plot.fitdistcens
- print.fitdistcens
- summary.fitdistcens
- logLik.fitdistcens
- AIC.fitdistcens
- BIC.fitdistcens
- vcov.fitdistcens
- coef.fitdistcens
- quantile.fitdistcens
- print.quantile.fitdistcens
- gofstat
- print.gofstat.fitdistcens
- mledist
- Surv2fitdistcens
- bootdistcens
- plot.bootdistcens
- print.bootdistcens
- summary.bootdistcens
- density.bootdistcens
- plot.density.bootdistcens
- print.density.bootdistcens
- print.quantile.bootdistcens
- title: Graphics
desc: Graphical procedures
contents:
- CIcdfplot
- plotdist
- plotdistcens
- cdfcomp
- denscomp
- qqcomp
- ppcomp
- cdfcompcens
- qqcompcens
- ppcompcens
- title: Data
desc: Useful datasets
contents:
- danishuni
- danishmulti
- dataFAQlog1
- dataFAQscale1
- dataFAQscale2
- endosulfan
- fluazinam
- fremale
- groundbeef
- salinity
- smokedfish
- toxocara
- title: Misc
desc: Other internal functions
contents:
- detectbound
- llplot
- llsurface
- llcurve
- prefit


0 comments on commit d52c3de

Please sign in to comment.