Learn R Programming

GLmom (version 1.3.1)

strup.glme.gev11: Strup WLS estimation for GEV11

Description

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.

Usage

strup.glme.gev11(xdat, orig.para = NULL, rob = NULL)

Value

A list containing:

strup.sta

Stationary L-moment estimates of standardized residuals

strup.para

Raw Strup parameter estimates (5 parameters)

strup.final

Final adjusted parameter estimates (5 parameters)

Arguments

xdat

Numeric vector of data.

orig.para

Initial parameter vector (mu0, mu1, sigma0, sigma1, xi).

rob

Logical. If TRUE, use robust regression. If FALSE, use OLS.