Changes in version 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). Changes in version 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. Changes in version 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. Changes in version 0.8.12 (2024-10-17) NOTE FIX - Remove missing links. Changes in version 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. Changes in version 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(). Changes in version 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). Changes in version 0.8-8.5 NEW - Add ORCID. BUG FIX - For MBBEFD, the cdf now uses res[q \<= 0] \<- 0 rather than res[q \< 0] \<- 0. Changes in version 0.8-8.4 NEW - Bumped requirement of Rcpp and R. - Added support for the unwind api of Rcpp https://www.r-bloggers.com/2018/07/boost-the-speed-of-r-calls-from-rcpp/. - Update automatic naming of legend in eccomp() (similar update for fitdistrplus). - Add a lines method for eecf object and update the man page. BUG FIX - Update testing parameter value of mbbefd(a,b) for inconsistent value. Changes in version 0.8-8.3 NEW - Update starting values to meet requirements of next fitdistrplus version. WARNING FIX - Remove unused arguments. Changes in version 0.8-8.2 WARNING FIX - Fix issues in docs. WARNING FIX - Removed vignette in inst... It will be autocreated. - Native routines registration fix. - Bumped requirements to R 3.4. Changes in version 0.8-8 NEW - Native routines registration (compliance with R 3.4). Changes in version 0.8-7 NEW - Minor changes (simplified integration). Changes in version 0.8-6 BUG FIX - fix in fitDR() and doi(g)beta(). - Add corresponding test on smokedfish dataset. Changes in version 0.8-5 (2016-07-07) WARNING FIX - Minor changes to cope with fitdistrplus changes. Changes in version 0.8 NEW - Added data sets (aon and loss). - Start an unified approach for paramater estimation based on the fitdist function from fitdistrplus. Changes in version 0.7 (2015-05-05) NEW - Markus Gesmann added as contributor, adding new vignette on exposure rating. Changes in version 0.6.3 BUG FIX - Fixed some calls to Rcpp code. Changes in version 0.6.2 NEW - Christophe Dutang added as contributor. - Introduced shifted truncated Pareto functions. Changes in version 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. Changes in version 0.6.0 NEW - Move to github https://github.com/spedygiorgio/mbbefd. - Rcpp introduced. Changes in version 0.5.0.1 (2015-01-16) WARNING FIX - Inserted missing packages for LaTeX. BUG FIX - Fixed various bugs in code and vignettes. Changes in version 0.1 (2013-10-30) NEW - First release on CRAN.