astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

MovingBlockBootstrap ignores n_bootstraps parameter #154

Closed benHeid closed 1 month ago

benHeid commented 1 month ago

To reproduce:

len(list(MovingBlockBootstrap(n_bootstraps=50).bootstrap(y)))
# output is 10 instead of 50

Same Observation for: