Explain the difference between a simple bootstrap and a stratified bootstrap.

Question

Grade: Education Subject: Support
Explain the difference between a simple bootstrap and a stratified bootstrap.
Asked by:
77 Viewed 77 Answers

Answer (77)

Best Answer
(366)
A simple bootstrap draws samples with replacement from the entire dataset. A stratified bootstrap divides the dataset into strata (e.g., demographic groups) and then draws bootstrap samples from each stratum, ensuring representation of each group. Stratified bootstrap is useful when you want to preserve the original proportions of strata in your bootstrap samples.