Changes in version 1.5.0 o example exectution time reduced in CRAN tests o plotLexBoot: can now handle selection input correctly o documentation improved here and there o plotLextreme: new argument "logargs" o plotLextreme: argument log can now be "xy" for both axes on logarithmic scale o distLexBoot: gains argument 'replace' o new distributions in lmomco reflected Changes in version 1.4.0 (2017-11-05) o printL improved o distLexBoot now uses npy o distLextreme can now use truncate o examples improved o deprecated functions are now entirely removed Changes in version 1.3.0 (2017-01-27) Package thoroughly cleaned up and restructured o plot functions renamed to common syntax plotL*** o distLgof integrated into distLfit, but weight part moved into distLweights o q_gpd now computes RMSE as well o distLextreme can now use POT approach with argument npy o fitting failure checks now more extensive + all concentrated in distLfit o failure outputs and messages have been improved o computing functions do not plot anymore (for more clarity and reproducibility) o more code is now formally tested with testthat o gofProp option completely removed (POT support is very good now) o order option now available throughout the package o more line breaks in source code for better readibility o on.exit calls changed to immediate messages o distLquantile gains sanity checks o weightp dataset included o extensive use of berryFunctions::tryStack to trace errors and warnings o several arguments removed and some renamed o documentation more standardized, vignette expanded o For all changes, see https://github.com/brry/extremeStat/compare/master@{2016-12-13}...master@{2017-01-26}#files_bucket o new functions: distLweights, q_weighted, plotLquantile o removed: distLgof o renamed: distLprint -> printL, o distLextremePlot -> plotLextreme, o distLgofPlot -> plotLweights, o distLplot -> plotLfit Changes in version 0.6.0 (2016-12-13) For complete log, see https://github.com/brry/extremeStat/commits/master o several lmomco changes reflected o several rare errors (especially with very small sample sizes) captured o documentation updated, vignette clarified o distLextreme truncate bug corrected (was not passed to distLfit) o Licence made less restrictive (GPL3 changed to GPL>=2) o q_gpd captures (and reflects on) more potential errors o distLquantile q_gpd rownames are unified and sorted differently o distLgofPlot gained more customization options Changes in version 0.5.15 o submitted to CRAN o various changes, see github commit log at https://github.com/brry/extremeStat/commits/master o highlights: o package has a vignette and is Roxygenized o quantile estimation now possible, function tested and expanded thoroughly o POT method (truncation parameter) introduced o GPD quantile comparison across 7 R packages o failed parameter fitting is handled much better, warning messages became useful o quiet argument added throughout the package o several defaults were improved o documentation was updated and enhanced, including comments in code o distLgof now returns weights calculated by 3 different methods o distLplot now uses supdist, package depends on lmomco >=2.1.3 (version that includes supdist) o installB: moved to https://github.com/brry/installB to remove devtools dependency here o new functions: distLextremePlot, distLprint, distLquantile, q_gpd o renamed distLgofPlot for consistency in lowerCamel-derived case usage. Changes in version 0.4 depends on berryFunctions again (maintaning functions twice is nonsense o distLgof now has ks and quiet argument o distLplot now has las and ylab arguments o distLfit gained quiet argument Changes in version 0.3 o independent from berryFunctions now. o Thus I included lim0, logAxis, logVals, owa, rainbow2, rmse, rsquare Changes in version 0.2 o First version submitted to CRAN, was not accepted. o Documentation slightly refined here and there o changed all "cat" to "message" o added datname element in dlf, used for main and xlab in all suitable plots o distLplot: # log=TRUE now works properly, as it just draws logAxis # logargs argument added # PDF lines now truncated to support region of distribution # plots with xlim outside of support region now possible without error # new default for color vector # density plot now with lim0 # if(percentline), a vartical dashed line at gofProp is drawn o distLgof: # plot default is now TRUE o distLfit #distLgof is now explicitly called with plot=FALSE o distLgofplot: # received a bunch of graphic arguments # 'order' and 'add' arguments added Changes in version 0.1 o Initial build with the functions: o distLextreme (replacing berryFunctions::extremeStatLmom) o distLfit o distLplot o distLgof o distLgofplot