Processing math: 100%

 

 

 

Resampling methods: Bootstrap steps

The independent bootstrap works like this:

  1. Draw with replacement n numbers for the observed variables x=(x1,x2,,xn).
  2. Define a vector x containing the values which were drawn from x.
  3. Using the vector x compute ˆβ by evaluating ˆβ under the observations x.
  4. Repeat this process k times.

When you are done, you can draw a histogram of the relative frequency of ˆβ. This is your estimate of the probability distribution p(t). Using this probability distribution you can estimate any statistics thereof. In principle you never draw the histogram of the relative frequency of ˆβ. Instead you use the estimators corresponding to the statistic of interest. For example, if you are interested in estimating the variance of ˆβ, apply the etsimator ˆσ2 to the values ˆβ.