NEWS
mbbefd 0.8.15
NEW
- Allow parallel computation
bootDR() as in bootdist().
- Add a
control argument for fitDR() which allows different levels of estimation traces.
- Add components for
fitDR() outputs in order to make correct bootstrap estimations in bootDR().
- Control arguments are correctly passed to optimization functions in
fitDR().
- Add a
vcov() function for bootDR() outputs.
- Rewrite entirely the
d, p, q, r functions for GB1 in order to allow a parameter vector.
- Rewrite entirely
*oifun() functions for one-inflated distributions in order to allow a vector p1.
- Speedup
fitDR() by removing fitdist() in favor of mledist() directly.
BUG FIX
- Fix an issue in
fitDR() for distribution oibeta with total-loss-moment-matching estimation.
- Fix the treatment of
NA and NaN in probability distribution functions (d, p, q, ec, m, tl).
mbbefd 0.8.14 (2026-01-20)
- Rewrite entirely the
d, p, q, r functions for MBBEFD in order to allow a parameter vector.
- Convert
NEWS file in markdown.
- Remove the use of
dilog() from package gsl.
- Remove a NOTE in R CMD CHECK with a missing link in a man page.
mbbefd 0.8.13 (2024-12-18)
NEW
- Rewrite entirely the internal function
fitDR.addcomp() to correctly compute asymptotic covariance matrix.
- In
fitDR(), the covariance matrix is now computed for MBBEFD (2nd parametrization) and is correctly computed for other distributions.
- Remove some tests from the targz build.
- Cleanup
NEWS file.
mbbefd 0.8.12 (2024-10-17)
NOTE FIX
mbbefd 0.8.11 (2023-08-28)
NEW
- Merge
ChangeLog and NEWS files.
- Now use Rd format for
NEWS file.
- Now use HTML2 for the vignette
test-beta.
- Add DOIs for some references.
- Clean-up
NAMESPACE file.
TYPO
- Remove package version in the overall man page.
- Remove TODOs in man pages.
WARNING FIX
- Remove/update old URLs in man page.
- Remove URLs in
README using badger package.
mbbefd 0.8.10 (2021-06-08)
WARNING FIX
- Fix a warning due to a missing link in documentation object from
fitDR.Rd: to fitdistrplus.quantile().
mbbefd 0.8.9.1 (2020-11-09)
NEW
- Change the maintainer from G.A. Spedicato to C. Dutang.
- Remove of the knitrcitations dependency.
TYPO
- Correct the vignette, in particular typo in Equation (10).
mbbefd 0.8-8.5
NEW
BUG FIX
- For MBBEFD, the cdf now uses
res[q \<= 0] \<- 0 rather than res[q \< 0] \<- 0.
mbbefd 0.8-8.4
NEW
BUG FIX
- Update testing parameter value of mbbefd(a,b) for inconsistent value.
mbbefd 0.8-8.3
NEW
- Update starting values to meet requirements of next fitdistrplus version.
WARNING FIX
mbbefd 0.8-8.2
WARNING FIX
WARNING FIX
- Removed vignette in inst... It will be autocreated.
- Native routines registration fix.
- Bumped requirements to R 3.4.
mbbefd 0.8-8
NEW
- Native routines registration (compliance with R 3.4).
mbbefd 0.8-7
NEW
- Minor changes (simplified integration).
mbbefd 0.8-6
BUG FIX
- fix in
fitDR() and doi(g)beta().
- Add corresponding test on smokedfish dataset.
mbbefd 0.8-5 (2016-07-07)
WARNING FIX
- Minor changes to cope with fitdistrplus changes.
mbbefd 0.8
NEW
- Added data sets (aon and loss).
- Start an unified approach for paramater estimation based on the fitdist function from fitdistrplus.
mbbefd 0.7 (2015-05-05)
NEW
- Markus Gesmann added as contributor, adding new vignette on exposure rating.
mbbefd 0.6.3
BUG FIX
- Fixed some calls to Rcpp code.
mbbefd 0.6.2
NEW
- Christophe Dutang added as contributor.
- Introduced shifted truncated Pareto functions.
mbbefd 0.6.1 (2015-03-08)
NEW
- Harmonize distribution parameters' to R usual ones:
pmbbefd() accepts (q, a, b, g) and no longer (x, a, b, g).
- Improved vignettes.
mbbefd 0.6.0
NEW
mbbefd 0.5.0.1 (2015-01-16)
WARNING FIX
- Inserted missing packages for LaTeX.
BUG FIX
- Fixed various bugs in code and vignettes.
mbbefd 0.1 (2013-10-30)
NEW