Internal function that maps a flat parameter vector to named location (mu), scale (sig), and shape (xi) components depending on the model specification (GEV00, GEV10, GEV11, GEV20, GEV01).
set.para.model(para, model = NULL)A list containing:
Numeric vector c(mu0, mu1, mu2) for location
Numeric vector c(sigma0, sigma1) for log-scale
Shape parameter (scalar)
Parameter vector whose length and meaning depend on model.
Model type: "gev11", "gev10", "gev20", "gev01", or "gev00"/"gev".