Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu

Bootstrapping

In bootstrapping (Efron & Tibshirani, 1993), the data of the sample are used to create a large set of new "bootstrap" samples, simply by randomly taking data from the original sample. In any given new sample, each of the same size as the original sample, some subjects will appear twice or more, and others will not.

The statistic of interest is computed in each of those bootstrap samples. The collection of these computed values is referred to as the bootstrap distribution of the statistic.

The percentile bootstrap is derived by using the 2.5 and the 97.5 percentiles of the bootstrap distribution as the 95% confidence interval of the statistics of interest. This percentile interval is used for the calculation of the confidence intervals for reference limits when estimated using the robust method.

The bias-corrected and accelerated (BCa) bootstrap (Efron, 1987; Efron & Tibshirani, 1993) adjusts for possible bias and skewness in the bootstrap distribution. The BCa bootstrap is used for example for Kendall's tau and in ROC curve analysis.

Random number generation

MedCalc uses the Mersenne twister as a random number generator (implementation MT19937) (Matsumoto & Nishimura, 1998).

Bootstrapping options

Literature

See also

Recommended book

Book cover

An Introduction to the Bootstrap
Bradley Efron, R.J. Tibshirani

Buy from Amazon

Statistics is a subject of many uses and surprisingly few effective practitioners. The traditional road to statistical knowledge is blocked, for most, by a formidable wall of mathematics. The approach in An Introduction to the Bootstrap avoids that wall. It arms scientists and engineers, as well as statisticians, with the computational techniques they need to analyze and understand complicated data sets.