Bootstrap Confidence Calculator

Estimate confidence intervals using bootstrap resampling

About Bootstrap Confidence Intervals

Bootstrap is a resampling technique that estimates the sampling distribution by repeatedly sampling with replacement from the observed data.

Methods:

  • Percentile: Uses quantiles of bootstrap distribution directly
  • Basic: Reflects distribution around the original estimate
  • Normal: Uses bootstrap SE with normal approximation
  • Bias-Corrected: Adjusts for estimation bias