Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wild Bootstrap #261

Open
emitra17 opened this issue Feb 6, 2019 · 1 comment
Open

Wild Bootstrap #261

emitra17 opened this issue Feb 6, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@emitra17
Copy link
Collaborator

emitra17 commented Feb 6, 2019

Our current bootstrapping implementation is non-parametric bootstrapping (the normal kind), which works under the assumption that (x,y) pairs are independently drawn from a distribution.

A colleague suggested adding an option for the "wild bootstrap", which assumes the independent variable is at fixed values, and only the dependent variable is drawn from a distribution.

@emitra17 emitra17 added the enhancement New feature or request label Feb 6, 2019
@emitra17 emitra17 added good first issue Good for newcomers and removed good for student labels Jun 27, 2019
@emitra17
Copy link
Collaborator Author

The best reference I've found for this is Givens and Hoeting Chapter 9 of Computational Statistics (2013). They call it "Bootstrapping Regression" (Section 9.2.3).

Briefly how it works: You do the fitting once. Each point has a best-fit estimate y_i_hat and an associated error epsilon_i_hat. Then your resampled data point y_i_resampled = y_i_hat + epsilon_j_hat, where epsilon_j_hat is the error associated with some other random point. You are "resampling the errors".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant