Summarize selection proportions across c0 (SelectBoost threshold) into single-number confidence scores per term/parameter.
confidence_functionals(
x,
pi_thr = NULL,
q = c(0.5, 0.8, 0.9),
weight_fun = NULL,
conservative = FALSE,
B = NULL,
method = c("trapezoid", "step")
)A data.frame with per-term summaries, classed as "sb_confidence".
An object from sb_gamlss_c0_grid().
Stability threshold; defaults to x$pi_thr.
Numeric vector of quantiles to compute (in 0..1).
Optional function w(c0) for weighted AUSC; default uniform.
If TRUE, use Wilson lower confidence bounds for proportions.
Number of bootstraps (if not inferable when conservative = TRUE).
Integration method: "trapezoid" (default) or "step".