ci_hybrid_unbiased: Equal-Tailed Hybrid Confidence Interval

Description Usage Arguments

View source: R/conf_int_hybrid_et.R

Description

Equal-Tailed Hybrid Confidence Interval

Usage

1
2
ci_hybrid_unbiased(estimates, st_errs, conf_level = 0.95, beta = (1 -
  conf_level)/10)

Arguments

estimates

numeric vector
A vector of estimates. Will return a confidence interval for the maximum estimate.

st_errs

numeric vector
A vector of estimated standard errors for each estimate.

conf_level

double in (0,1)
The desired confidence level of the resulting interval. Note that conditional and hybrid confidence intervals don't have nominal coverage in the conventional sense.

beta

double in [0, 1 - conf_level]
For hybrid intervals, degree of mixing between conditional and unconditional intervals. At 0, hybrid intervals are identical to conditional intervals.


adviksh/winfer documentation built on Dec. 24, 2019, 7:05 p.m.