Changes in version 2.6.8 (2025-09-14) o Documentation URL update o plot.starship and plot.GldGPDFit now include pdf over histogram plot Changes in version 2.6.7 (2025-01-17) o Documentation bugfixes Changes in version 2.6.6 (2022-10-23) o Fix function prototype error in C code for RS type Changes in version 2.6.5 (2022-06-29) o Fix documentation CRAN issues - nested , escaped & Changes in version 2.6.4 (2021-12-16) o New function fit.fkml.moment() - does the same as fit.fkml(method="MoM") o na.rm now works for starship method in fit.gpd Changes in version 2.6.3 (2021-11-24) o New maintainer email address o fit.gpd() now allows method="starship", then calls starship() Changes in version 2.6.2 (2020-01-08) o gl.check.lambda bugfix Changes in version 2.6.1 (2019-12-17) o Add LambdaZeroEpsilon argument to fit.gpd to allow wider range of Lambda values to count as zero, and thus Quantile Based Skew Logistic. Changes in version 2.6 (2019-09-02) o plot method for starship, plot.starship now defaults to one.page=FALSE o 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 Changes in version 2.5 (2019-07-04) o 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) Changes in version 2.4.2 (2019-04-30) o Fix bug in fit.gpd o BetaLambdaLambda function added (utility function for gpd L-Moment estimation) Changes in version 2.4.1 (2016-12-05) o Fix pgl() example comment - inverse.eps had defaulted to .Machine$double.eps since version 1.9 Changes in version 2.4 (2016-09-18) o L Moment estimation for the GPD type Changes in version 2.3.3 (2016-04-20) o print.starship, summary.starship and plot.starship now display estimation method and gld type Changes in version 2.3 (2015-07-03) o Moment estimation for FKML type o qdgl function deprecated in favour of dqgl as it calculates the density quantile function of the gld Changes in version 2.2 (2013-12-10) o New estimation methods for the FKML parameterisation: Numerical MLE, Maximum Spacings Product, Titteringtons, L Moments, TL Moments, Distributional Least Absolutes o Starship has C speedups from Ben Dean, in fit.fkml function