Computes restricted maximum likelihood estimates for GEV parameters with constraints on the mean or median matching the sample statistics.
remle.gev(
xdat,
ntry = 5,
rest = "mean",
quant = c(0.99, 0.995),
trim = 0,
CD.mle = NULL,
mle = NULL,
second = TRUE,
w.mpse = FALSE
)A list containing:
First-stage REMLE estimates
Quantiles from first-stage REMLE
Second-stage REMLE estimates (if second=TRUE)
Quantiles from second-stage REMLE
Restriction method used
Numeric vector of data.
Number of random starting points. Default is 5.
Restriction type: 'mean' (default) or 'median'.
Probabilities for quantile estimation. Default is c(0.99, 0.995).
Left trimming level. Default is 0.
Coles-Dixon MLE (optional). If NULL, computed internally.
Standard MLE (optional). If NULL, computed internally.
Logical. If TRUE, compute second-stage REMLE. Default is TRUE.
Logical. If TRUE, compute MPSE. Default is FALSE.