◆ THE BLUEPRINT
The Bootstrap Principle
The sample is to the population as the bootstrap sample is to the sample. By resampling with replacement from our observed data, we approximate the sampling distribution of any statistic.
The Procedure
- Draw a sample of size n from the population.
- Resample n observations with replacement from the sample.
- Compute the statistic on the resample.
- Repeat B times. The distribution of those B statistics is the bootstrap distribution.
Bootstrap Standard Error
The standard deviation of the bootstrap distribution estimates the standard error of the statistic.
How to Interact
Draw a sample, then run the bootstrap. Compare the bootstrap SE to the true SE. Try different populations and statistics. The bootstrap works well even when the population is skewed or when the statistic has no simple formula for its SE.