Monte Carlo: If we have a generative probability model (including input distributions), simulate new samples from the model and estimate the sampling distribution.
Bootstrap: assumes the existing data is representative of the “true” population, and can simulate based on properties of the data itself.
Why Does The Bootstrap Work?
Efron’s key insight: due to the Central Limit Theorem, the differences between estimates drawn from the sampling distribution and the true value converge to a normal distribution.
Use the bootstrap to approximate the sampling distribution through re-sampling and re-estimation.
Can draw asymptotic quantities (bias estimates, confidence intervals, etc) from the differences between the sample estimate and the bootstrap estimates.
What Can We Do With The Bootstrap?
Let \(t_0\) the “true” value of a statistic, \(\hat{t}\) the estimate of the statistic from the sample, and \((\tilde{t}_i)\) the bootstrap estimates.