Internal function that computes AIC-based model averaging weights using the profile likelihood with L-moment submodel estimates for each candidate xi.
wlik.xifix(
data = NULL,
numk = NULL,
kpar = NULL,
weight = NULL,
pertr = 0.85,
varcom = FALSE,
type = NULL,
prior = NULL,
trim = NULL
)A list containing:
BMA weight vector
MA weight vector
AIC values for each submodel
Matrix (3 x numk) of submodel parameters
List of 2x2 covariance matrices (if varcom=TRUE)
Numeric vector of data.
Number of candidate submodels.
Numeric vector of candidate xi values.
Weighting method name.
Perturbation parameter (default 0.85).
Logical. Whether to compute variance (default FALSE).
Type of computation.
Numeric vector of BMA prior values.
Left trimming level.