I want to estimate the population mean using 100 samples. The reasonable estimate of the population mean is the sample mean. I am wondering, why bootstrap can give more accurate result than the sample mean? I mean, when I am doing resampling, will I get more information about the sample in order to infer the population parameter?
Asked
Active
Viewed 132 times
1
-
2This question might be of interest: http://stats.stackexchange.com/questions/26088/explaining-to-laypeople-why-bootstrapping-works/26093#26093 – jld Apr 09 '15 at 13:54
-
3The bootstrap mean equals the sample mean, so it will *never* give a more accurate result for this particular estimator. The bootstrap might give you useful information about the sampling distribution of the mean. – whuber Apr 09 '15 at 14:08