Internal function that estimates GEV location and scale parameters given a fixed shape parameter, using L-moment equations.
pargev.xifix(lmom, xifix = 0.1, checklmom = TRUE, ...)A list with components:
Character "gev"
Numeric vector of GEV parameters (mu, sigma, xi)
Character "pargev"
L-moments object from lmomco::lmoms().
Fixed shape parameter value. Default is 0.1.
Logical. Whether to check L-moment validity. Default is TRUE.
Additional arguments (unused).