astrogilda / tsbootstrap

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

make `n_bootstraps` the first parameter of all classes, for consistency #139

Closed astrogilda closed 2 months ago

astrogilda commented 2 months ago

Is your feature request related to a problem? Please describe. best practice to have n_bootstraps, which is a parameter of all bootstrap types, as the first parameter. consistent usage like this will ease usage.

Describe the solution you'd like in all BlockXYZBootstrap classes in bootstrap.py, move n_bootstraps to the first position.