
Explanation:
Bootstrapping is ineffective when using non-independent data. The bootstrapping method relies on the assumption that observations in the data are independent and identically distributed (i.i.d.). This means:
Why non-independent data breaks bootstrapping:
Why other options are incorrect:
Bootstrapping is particularly vulnerable to violations of the independence assumption because it treats each observation as interchangeable, which isn't valid when observations are correlated.
In which of the following situations would bootstrapping be ineffective?
A
Use of non-independent data.
B
Sampling with replacement.
C
If there are no outliers in the data.
D
Re-sampling from regression residuals.
No comments yet.