Widen a Confidence Interval by an Obs-Confidence Factor
widen_ci.RdInflates the half-width of an existing CI by 1 / confidence. Useful when
the underlying point estimate is from observations and you want the
displayed band to grow as the data ages, without refitting the model.
This is a heuristic display device, not a proper Bayesian update. It preserves the median estimate and only stretches the band. Stretching is applied symmetrically about the point estimate.
Arguments
- point
Numeric vector of point estimates.
- lower
Numeric vector of original CI lower bounds.
- upper
Numeric vector of original CI upper bounds.
- confidence
Numeric multiplier in
(0, 1](e.g. fromcompute_obs_confidence()). Vectorised — recycled to length ofpoint.
See also
Other obs-confidence:
compute_obs_confidence(),
obs_status_label()