Internal function that performs the core WLS steps: (Step 3) estimate log-scale trend from absolute residuals, (Step 4) estimate location trend from weighted data, (Step 5) compute standardized residuals.
wls.gev11(xdat, res = NULL, rob = NULL)A list containing:
Log-scale regression coefficients c(sigma0, sigma1)
Location regression coefficients c(mu0, mu1)
Standardized residuals
Numeric vector of data.
Numeric vector of residuals from initial location regression.
Logical. If TRUE, use robust regression. If FALSE, use OLS.