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

Add truncated autoregressive Wild bootstrap #1

Open
benbovy opened this issue Oct 21, 2019 · 0 comments
Open

Add truncated autoregressive Wild bootstrap #1

benbovy opened this issue Oct 21, 2019 · 0 comments

Comments

@benbovy
Copy link
Member

benbovy commented Oct 21, 2019

It is like the Autoregressive Wild Bootstrap method but autoregression is truncated (i.e., look back) to a given, fixed number of samples.

Unlike the block approach (bootstrap.BlockARWild), it has no "reset" issue but may still greatly optimize the computation using sparse cholesky decomposition (n diagonals sparse matrix -> n samples truncated autoregression). See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant