Project III


Bootstrap

Tahani Coolen-Maturi and Peter Craig

Description

The bootstrap is a computer-intensive method introduced by Efron in 1979. It is a resampling technique for obtaining estimates of properties of statistical estimators without making assumptions about the underlying distribution of the data, e.g. to find standard errors of estimates, confidence intervals for unknown parameters, and other measures of accuracy. Bootstrap has received much attention over the past decades due to its simplicity and ability to adapt to general data structures.

“The bootstrap has shown us how to use the power of the computer and iterated calculations to go where theoretical calculations cannot, which introduces a different way of thinking about all of statistics.” (G. Casella, 2003)

There are many interesting topics you can choose from, to name a few;

  • Bootstrap for Dependent data and time series, Block bootstrap.
  • Bootstrap for Censored data
  • Bootstrap for Heavy-tailed data and extremes
  • Bootstrap for Spatial data
  • Bootstrap Bioequivalence
  • Bootstrap in Machine learning (bagging and boosting).

Prerequisites

  • Statistical Concepts II
  • Monte Carlo II (recommended but not required)
  • Familiarity with the statistical software R

Corequisites

Statistical Methods III (recommended)

References

  • Efron, B. Bootstrap Methods: Another Look at the Jackknife. Ann. Statist. 7, 1-26, 1979.
  • Efron, B. and Tibshirani, R. Bootstrap Methods for Standard Errors, Confidence Intervals, and Other Measures of Statistical Accuracy. Statist. Sci. 1, 54-75, 1986.
  • Efron, B. Censored Data and the Bootstrap. Journal of the American Statistical Association, 76, 312- 319, 1981.
  • Lahiri, S.N. Resampling Methods for Dependent Data. Springer Verlag Inc, 2003.
  • Davison, A.C. and Hinkley, D.V. Bootstrap Methods and Their Application. Cambridge University Press, 1997.
  • Efron, B. and Tibshirani, R. An Introduction to the Bootstrap. Chapman & Hall, 1993.
  • Breiman, L. Bagging predictors. Machine Learning. 24, 123–140, 1996. 

email: Peter Craig / Tahani Coolen-Maturi


Back