NEWS
gld 2.6.7 (2025-01-17)
gld 2.6.6 (2022-10-23)
- Fix function prototype error in C code for RS type
gld 2.6.5 (2022-06-29)
- Fix documentation CRAN issues - nested em, escaped &
gld 2.6.4 (2021-12-16)
- New function fit.fkml.moment() - does the same as fit.fkml(method="MoM")
- na.rm now works for starship method in fit.gpd
gld 2.6.3 (2021-11-24)
- New maintainer email address
- fit.gpd() now allows method="starship", then calls starship()
gld 2.6.2 (2020-01-08)
gld 2.6.1 (2019-12-17)
- Add LambdaZeroEpsilon argument to fit.gpd to allow wider range of Lambda values to count as zero, and thus Quantile Based Skew Logistic.
gld 2.6 (2019-09-02)
- plot method for starship, plot.starship now defaults to one.page=FALSE
- The fit.fkml function now;
* Returns and prints trimming values in Trimmed mean estimates
* Has the LMom method which is trimmed mean with zero trimming
* Has MoM, method of moments
gld 2.5 (2019-07-04)
- Standard Errors for the L Moment estimates for the GPD type fit.gpd defaults to recording cpu time usage (so that it is the same as fit.fkml)
gld 2.4.2 (2019-04-30)
- Fix bug in fit.gpd
- BetaLambdaLambda function added (utility function for gpd L-Moment estimation)
gld 2.4.1 (2016-12-05)
- Fix pgl() example comment - inverse.eps had defaulted to .Machine$double.eps since version 1.9
gld 2.4 (2016-09-18)
- L Moment estimation for the GPD type
gld 2.3.3 (2016-04-20)
- print.starship, summary.starship and plot.starship now display estimation method and gld type
gld 2.3 (2015-07-03)
- Moment estimation for FKML type
- qdgl function deprecated in favour of dqgl as it calculates the density quantile function of the gld
gld 2.2 (2013-12-10)
- New estimation methods for the FKML parameterisation: Numerical MLE, Maximum Spacings Product, Titteringtons, L Moments, TL Moments, Distributional Least Absolutes
- Starship has C speedups from Ben Dean, in fit.fkml function