Internal function that computes generalized L-moment distance and median-based distance probabilities for each candidate submodel.
com.prdist(
data = NULL,
numk = NULL,
kfix = NULL,
Vinv = NULL,
detV = NULL,
numom = NULL,
hosking = NULL,
trim = NULL,
cov.type = "lambda"
)A list containing:
Matrix (numk x 2) of probabilities (col 1 = gLd, col 2 = med)
Matrix (numk x 2) of generalized distances
Numeric vector of data.
Number of candidate submodels.
List of submodel fitting results.
Inverse of the L-moment covariance matrix.
Determinant of the L-moment covariance matrix.
Number of L-moments.
List containing LME results.
Left trimming level.
Covariance type: "ratio" or "lambda" (default "lambda").