- Stein's weighted generalized Pareto estimator with
fit.wgpd
- Multiple shape estimators (Hill, Pickands, moment estimator, generalized quantile) via
fit.shape
and specific routinesshape.moment
,shape.pickands
,shape.pickandsxu
,shape.genquant
andshape.hill
.
- Function
PickandsXU
is deprecated and replaced withshape.pickandsxu
,
gpd.ll
andgpd.nll
correctly return a non-NA
value when xi=-1 (#18, reported by Paddy O'Toole)tstab.gpd
now correctly works when input leads to boundary values, and profile likelihood intervals are now correctly truncated in the range of admissible valuesfit.gpd
now relies ongpd.ll
to return the negative log likelihood valuenllh
- Threshold stability plots now compute limits of plot safely, handling missing values in parameter estimates. Intervals are truncated to admissible values
- For multivariate censored likelihood, marginal thresholds equal to the functional threshold (default option) doesn't return an error.
- Pickand's U-statistic estimator of the shape
- New datasets: Newlyn wave height, pandemics, nutrients
gp.tstab
optimization bounds for profile confidence interval fixed.rparp
failed when a single draw was accepted (due to matrix being cast to vectors)fit.extgp
now handles model 0 (generalized Pareto), fixing #17
gev
andgp
distribution functions (d/p/q/r) introduced to remove dependency onevd
package.- Ramos and Ledford score test of independence
taildep
function now correctly check choice of estimators against list of methods- Fix argument size in
likmgp
andclikmgp
for the logistic model - Correctly return a covariance matrix with NAs when the matrix is singular or xi=-1
taildep
arguments leads to faster calculations withbetacop
option.- Replace
nloptr
dependency byRsolnp
- bivariate coefficient of extremal asymmetry
- four new families of max-stable models (pairwise beta, pairwise exponential, weighted Dirichlet and weighted exponential) for
rmev
, following Ballani and Schlather (2011) - maximum likelihood estimation routines (
fit.gpd
,fit.gev
, etc.) now accept fixed parameters - mean residual life plots with weighted least square fit
- coefficient of variation tests for threshold selection
- Varty et al. metric based threshold selection diagnostic
anova
method formev_gpd
andmev_gev
objectsrmev
andrmevspec
now accept a distance matrix in place of coordinates for spatial models.- new datasets
- website with vignettes
- Functions W.diag and NC.diag now have S3 plot and print methods
- Changes to arguments (backward compatible) to xdat throughout
- Many dependencies used by single functions are now listed in Suggest.
ext.coef
correctly handles arrays with missing values (reported by M. Jousset)- Optimization method in
fit.gev
now uses the PWM solution of Hosking (1985) as starting value gepll
now returns confidence intervals for param = "quant" (reported by D. Dupuis)- Fixes to NHPP order statistics density (returns -Inf outside of domain, also correctly evaluate for boundary case when xi=-1)
- Optimization routines
fit.pp
,fit.gev
andfit.rlarg
now return correct MLE when solution lies on boundary (xi=-1) and are more robust to failure (gradients for nlminb return large values rather than NAs which caused the algorithm to stop). - Grimshaw's algorithm sometimes returned incorrect value because of too low tolerance for eta near zero. Set back to default settings.
fit.gpd(..., method = "obre")
now returns additional failure messages if the algorithm drifts towards infeasible values.rparp
now correctly handles xi=0- Extended GP model now has 'step' for discretization, and a valid distribution function that returns real arguments whenever the input is finite (#9)
W.diag
andegp.fitrange
include arguments for changing 'par' (#10)smith.penult
now computes reciprocal hazard and it's derivative on the log scale (when possible) to avoid numerical overflow.
- rlarg.infomat incorrect sign for expected information for d=1
- rmev function did not work for
alog
andaneglog
(reported by Michael Lalancette) - Remove class()!= "matrix due to changes in R 4.0.0
- egp.retlev now returns invisible object (new ordering and format).
- New S3 methods for objects returned by "fit" routines, for use in "lax" package
- Function 'taildep' is multivariate equivalent to 'evd::chiplot'
- Function 'rparpcs' for simulating from elliptical Pareto processes associated with max
- 'rgparp' for simulation of generalized R Pareto processes
- Exponent measure for Brown-Resnick and extremal Student model
- 'spunif' for semi-parametric transform to uniform (tail modelled using GP)
- 'rparp' now has attributes to give acceptance rate of accept/reject procedure.
- Exponent measure estimators 'extcoef'
- New method for robust OBRE estimates of GP parameters
- Functions 'fit.gev','fit.gpd', 'fit.rlarg' and 'fit.pp' for maximum likelihood estimation
- Default printing and plot optims (p-p and q-q plots) for mev_ objects
- Changes to optimization routine for pp in 'W.diag' function, use of expected information matrix, change to default tuning parameter
- New datasets: eskrain, maiquetia, nidd, venice, w1500m
- Scaling of Brown-Resnick is now consistent with literature (half of semivariogram)
- Degrees of freedom argument in C++ code for 'rmev' with extremal Student family was incorrect
- 'rparp' now has a hard bound to ensure the vector of simulated vectors fits in memory.
- Change to Grimshaw routine to ensure shape not less than -1, constrained optimization method
- Information matrix, score for GEV now interpolated in a neighborhood of zero to preserve continuity and avoid numerical overflow.
- Information matrix of GEV: scale factor off. All scores and information matrix have been checked and limits as xi -> 0 implemented.
- ext.index number of exceedances off by one, causing Inf in weight vector for lm (thanks to @MCristinaMiranda). Warnings now silenced by default.
- coordinates for rmev, rparp, etc. now use
coord
instead ofloc
to avoid confusion with location parameter inrgparp
- Removed dependency to 'ismev', 'rootsolve' (replaced with 'nleqslv' routine) and 'numDeriv'.
- Change to plot for profile log-likelihood methods
- 'smith.penult' function has new arguments (backward compatible). The quantiles 'u' are now returned for Smith penultimate approximations with 'method = "pot"'
- Function 'rparp' for simulation from R-Pareto Processes via rejection sampling
- Function 'gepll' and 'gpd.pll' for penalized profile likelihood and tangent exponential model approximations
- New functions 'chibar', 'angextrapo' and 'lambdadep' for bivariate and multivariate model estimation, based on work of Tawn et al.
- Dirichlet mixture smoothing for empirical angular distribution of de Carvalho et al. (2013)
- Functions 'gemle' and 'gpd.mle' for maximum likelihood estimates of transformed parameters
- Functions 'geabias' and 'gpd.abias' for asymptotic bias of block maxima for fixed sample sizes or fixed thresholds
- Functions 'rmev', 'rmevspec', etc. now only accept variogram functions 'vario' that have distance as argument
- Simulation from 'rmev' and 'rmevspec' faster to refactoring of code
- Function 'smith.penult' now has a 'family' as argument for specifying distributions via a string
- Function 'getem' and 'gpd.tem' are now a wrapper for 'gepll' and 'gpd.pll', respectively. Routine should be more robust
- TEM corrections now handle more options
- Clarifications in the vignette about the asymmetric negative logistic model (thanks to A. Stephenson)
- Fixed incorrect scaling in 'infomat.test' (thanks to P. Northrop)
- Model "br" now simulates from stationary version only if argument 'sigma' is provided, and otherwise samples intrinsically Gaussian processes
- Display of p-value matrix for 'infomat.test'
- Added 'negdir' model to
rmev
- Changes to
angmeas
to include different weighting if the region of interest is 'max' or 'min'
- Fixed bug affecting
angmeas
in the bivariate case that would cause the method to crash
- Fixed argument matching in function 'egp2'
- Bias-correction, TEM added
- Penultimate approximations (Papastathopoulos & Tawn, 2013), Naveau et al. (2014) and Smith (1987)
- model "br" is now distinct from "hr"
- fixed invalid random number generation from logistic model for near-independence cases
- ext.index Extremal index estimates based on interexceedance and gap times
- infomat.test Information matrix test of Suveges and Davison (2010)
- fixed an error in the acceptance rate for the
gp.fit
MCMC
- fixed an error in the normal sampler (affecting version 1.5 and 1.6). All simulations of Brown-Resnick or extremal-Student were affected by the mistake
- Empirical and Euclidean likelihood estimation of spectral measure
gp.fit
ample changes to the function, in particular a fix for the printing method, handling of errors and inclusion of the Zhang (2010) method and MCMC algorithm for the latter. This function is still preliminary and may updated in the nearby future to include further possibilities.
- Wadsworth (2015) Technometrics's proposal for threshold selection based on NHPP superposition
- Northrop & Coleman diagnostic (2014) Extremes for shape equality and p-value path
- fixed error for simulation on grids
- check for marginal mean constraint for the Dirichlet mixture now has tolerance
- Extremal Dirichlet model now implemented with "ef"
- Added Smith and asymmetric (negative) logistic model (differs from bivariate setting for aneglog, given that the later is not a valid DF according to Stephenson).
- rmev can now return arrays for random fields on regular grids ("hr","exstud" and "smith" models).
- Added the negative bilogistic and the scaled Dirichlet models.
- Extremal Dirichlet model implemented with "sm" only.
- Implementation of sampler from spectral distribution, moving rdirspec and rbilogspec to background along with other functions.
- Fixed a typo in rPextstud setting arguments of newly created arma vector to zero
mev v1.0 (Release date: 2014-08-16)