Internal function that selects K candidate shape parameter (xi) values from the profile likelihood confidence interval. Falls back to bootstrap LME quantiles if the profile likelihood fails.
cand.xi(
data,
hosking = NULL,
mle = NULL,
pick0 = 0.95,
nint = 256,
start = "mle",
numk = NULL,
figure = TRUE,
cov.lme = NULL,
bma = FALSE,
pen = "beta"
)A list containing:
Numeric vector of K candidate xi values
Starting method actually used
Profile CI result (if start="mle")
Minimum y value for plotting (if start="mle")
Numeric vector of data.
List containing LME results and bootstrap information.
MLE parameter estimates (mu, sigma, xi) in Hosking style.
Confidence level for the profile CI. Default is 0.95.
Number of points for profile likelihood evaluation. Default is 256.
Starting method: "mle" (default), "lme", or "mix".
Number of candidate submodels.
Logical. Whether to produce a profile likelihood plot (default TRUE).
Pre-computed LME covariance (default NULL).
Logical. Whether BMA is being used (default FALSE).
BMA prior type (default "beta").