Learn R Programming

GLmom (version 1.3.1)

time.m.gev11: Time-varying moment estimation (GN16 method)

Description

Internal function that implements the GN16 time-varying moment method for non-stationary GEV11 estimation. Computes time-varying location from the shape parameter and scale function.

Usage

# S3 method for m.gev11
time(qmax = NULL, orig.para = NULL, rob = FALSE, mdfy = TRUE)

Value

A list containing:

mu_t

Time-varying location values

para.org

Estimated parameters (mu0, mu1, sigma0, sigma1, xi)

mu_t.up

Updated time-varying location (if mdfy=TRUE)

Arguments

qmax

Modified residual series from make.qmax.gev11().

orig.para

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

rob

Logical. If TRUE, use robust regression. Default is FALSE.

mdfy

Logical. If TRUE, apply modified GN16 with updated alpha0. Default is TRUE.