Internal function that computes the profile log-likelihood for the GEV shape parameter with linear extrapolation beyond the observed range. Used for constructing confidence intervals on xi.
gev.profxi.mdfy(
data = NULL,
mle = NULL,
xlow,
xup,
pick.v = NULL,
nint = 256,
figure = FALSE
)A list containing:
Logical. TRUE if profile likelihood is degenerate
Starting method recommendation
Profile CI results from comp.prof.ci()
Minimum y value for plotting
Maximum y value for plotting
Numeric vector of data.
MLE parameter estimates (mu, sigma, xi) in Coles parameterization.
Lower bound for xi search.
Upper bound for xi search.
Numeric vector of confidence levels for CI computation.
Number of grid points. Default is 256.
Logical. Whether to plot the profile likelihood. Default is FALSE.