Confidence Interval Estimation Task

From GM-RKB
Jump to navigation Jump to search

A Confidence Interval Estimation Task is an interval estimation task that requires a confidence interval estimate.

using a confidence interval estimation system based on python the code
sigma = 10.17/sqrt(50)
# df = degrees of freedom, loc= sample mean, scale = sample standard error
stats.t.interval(0.95, df = 49, loc = 39.26 , scale= sigma)
Task Output: [36.369, 42.150].


References

2006

1997

  • (Briggs et al., 1997) ⇒ Andrew H. Briggs, David E. Wonderling, and Christopher Z. Mooney. (1997). “Pulling cost‐effectiveness analysis up by its bootstraps: A non‐parametric approach to confidence interval estimation." Health economics, 6(4).
    • ABSTRACT: The statistic of interest in the economic evaluation of health care interventions is the incremental cost effectiveness ratio (ICER), which is defined as the difference in cost between two treatment interventions over the difference in their effect. Where patient-specific data on costs and health outcomes are available, it is natural to attempt to quantify uncertainty in the estimated ICER using confidence intervals. Recent articles have focused on parametric methods for constructing confidence intervals. In this paper, we describe the construction of non-parametric bootstrap confidence intervals. The advantage of such intervals is that they do not depend on parametric assumptions of the sampling distribution of the ICER. We present a detailed description of the non-parametric bootstrap applied to data from a clinical trial, in order to demonstrate the strengths and weaknesses of the approach. By examining the bootstrap confidence limits successively as the number of bootstrap replications increases, we conclude that percentile bootstrap confidence interval methods provide a promising approach to estimating the uncertainty of ICER point estimates. However, successive bootstrap estimates of bias and standard error suggests that these may be unstable; accordingly, we strongly recommend a cautious interpretation of such estimates.