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.
# S3 method for m.gev11
time(qmax = NULL, orig.para = NULL, rob = FALSE, mdfy = TRUE)A list containing:
Time-varying location values
Estimated parameters (mu0, mu1, sigma0, sigma1, xi)
Updated time-varying location (if mdfy=TRUE)
Modified residual series from make.qmax.gev11().
Initial parameter vector (mu0, mu1, sigma0, sigma1, xi).
Logical. If TRUE, use robust regression. Default is FALSE.
Logical. If TRUE, apply modified GN16 with updated alpha0. Default is TRUE.