Analytic-style confidence bands for a VCMoE fit
vcmoe_confband.RdAnalytic-style confidence bands for a VCMoE fit
Arguments
- fit
A
vcmoefit withk = 2:10.- data
Optional original data frame. The current implementation uses the data stored in
fit$fitted; refit withkeep_data = TRUEif needed.- level
Confidence level.
- type
Interval columns to expose as
lowerandupper.- coefficient_set
Coefficient blocks to return.
- strict
Whether weak local fits should return blocked intervals.
- control
Optional development inference controls. HC0 is the only active covariance adjustment.
Details
For engine = "joint_path_em", the covariance follows the JASA
observed local-likelihood asymptotic sandwich plug-in. It does not include
shared-path, label-selection, or finite-grid cross-grid responsibility
uncertainty. Joint-path convergence and the returned score-imbalance
diagnostics should therefore be inspected. The returned metadata identifies
the covariance target, estimator/covariance match, omitted uncertainty, and
coverage-theory scope; no bias or boundary correction is applied.