Internal function that selects the best parameter estimate from multiple candidates using energy distance-based goodness-of-fit across multiple return periods.
sel.para_all(xdat, para.sel = NULL, model = NULL, obj.fun = NULL)A list containing:
Best parameter vector
Index of the best candidate
Goodness-of-fit values for all candidates
Input objective function values
Numeric vector of data.
Matrix of candidate parameter sets (ntry x npar).
Model type: "gev11", "gev10", or "gev20".
Numeric vector of objective function values (tie-breaker).