Internal function that performs weighted least squares (WLS) estimation for the non-stationary GEV11 model using the Strup method. Estimates location trend and log-scale parameters through iterative regression steps.
strup.glme.gev11(xdat, orig.para = NULL, rob = NULL)A list containing:
Stationary L-moment estimates of standardized residuals
Raw Strup parameter estimates (5 parameters)
Final adjusted parameter estimates (5 parameters)
Numeric vector of data.
Initial parameter vector (mu0, mu1, sigma0, sigma1, xi).
Logical. If TRUE, use robust regression. If FALSE, use OLS.