Internal function that computes MLE of GEV location and scale parameters with a fixed shape parameter using L-BFGS-B optimization. Optionally computes Prescott-Walden Hessian for variance estimation.
gev.xifix.sing(xdat = NULL, xifix = -0.1, ntry = 5, varcom = NULL)A list of class "gev.xifix" containing:
Convergence status (0 = success)
Negative log-likelihood at the optimum
MLE estimates (mu, sigma, xi)
2x2 covariance matrix (if varcom=TRUE)
Numeric vector of data.
Fixed shape parameter value. Default is -0.1.
Number of optimization attempts. Default is 5.
Logical. If TRUE, computes Prescott-Walden covariance matrix.