Internal function that fits GEV submodels with fixed xi for each candidate and computes generalized L-moment distance or median-based probabilities for weight construction.
dist.noboot(
data = NULL,
numk = NULL,
hosking = NULL,
boot.lme = TRUE,
kpar = NULL,
numom = NULL,
ntry = 5,
varcom = NULL,
cov.lme = NULL,
trim = NULL,
cov.type = "lambda"
)A list containing:
AIC values for each submodel
Matrix (numk x 3) of submodel parameter estimates
List of submodel fitting results
List of 2x2 covariance matrices (if varcom=TRUE)
Matrix (numk x 3) of distance-based probabilities
Matrix (numk x 2) of generalized distances
Numeric vector of data.
Number of candidate submodels.
List containing LME results and bootstrap information.
Logical. Whether bootstrap LME was performed (default TRUE).
Numeric vector of candidate xi values.
Number of L-moments to use.
Number of optimization attempts. Default is 5.
Logical. Whether to compute variance.
Pre-computed LME covariance (default NULL).
Left trimming level.
Covariance type: "ratio" or "lambda" (default "lambda").