Repeatedly sample from the dataset with replacement. The Bootstrap method can handle more complex scenarios than the Jackknife method. It also provides more flexibility in constructing confidence intervals.
Steps
- We take a random sample of size from the original data set with replacement ( is usually also the size of the original dataset).
- From this sample, calculate the value of the estimator.
Standard Error of the Estimator
The Standard Error of is the square root of the sum of square differences of from each bootstrap sample and the average of over all bootstrap samples divided by the number of samples less one.
Bias of the Estimator
This Bias of the estimator is the average of the estimator across all bootstrap samples less the estimate from the original data set.