Bootstrap objective: measure the precision of the summary of interest.
Step 1. Start with a data set and a summary of interest, , say a trimmed mean (remove largest and smallest observation then find the mean).
Step 2. Generate a set of virtual spreadsheets by randomly sampling row of the original spreadsheet, (B of them) by SRSWR. We'll find B = 4 bootstrap replicates.
Random rows, generated by computer, are (1,5,1,4,1), (1,3,1,2,4), (4,1,5,5,4), (4,2,4,3,1), giving spreadsheets:
This gives 4 bootstrap estimates of , , 3, 4, 3.333 and 5.
Step 3. Find the sample standard deviation, sB, of these bootstrap estimates.
In this particular case sb = 0.88. Use as an approximate 95% confidence interval for the parameter.
How large a B do I need. Rules of thumb: between 200 -2000.