Internal function that computes delta method variances for GEV quantile estimates. Can compute either the variance from a full 3-parameter MLE (d3yes=TRUE) or the cross-covariance between two submodels with fixed xi (d3yes=FALSE).
delta.gev(
gevf3 = NULL,
mle3i = NULL,
cov2i = NULL,
mle3j = NULL,
cov2j = NULL,
quant = NULL,
d3yes = FALSE
)A list containing:
Variance for each quantile (if d3yes=TRUE)
Cross-covariance for each quantile (if d3yes=FALSE)
Full MLE result list with cov and mle (used when d3yes=TRUE).
Parameter vector for submodel i (used when d3yes=FALSE).
2x2 covariance matrix for submodel i.
Parameter vector for submodel j.
2x2 covariance matrix for submodel j.
Numeric vector of quantile probabilities.
Logical. If TRUE, compute 3-parameter delta method variance.