Metadata-Version: 2.1
Name: fastbootstrap
Version: 1.0.4
Summary: Fast Python implementation of statistical bootstrap
Home-page: https://github.com/timofeytkachenko/fastbootstrap
Author: Timofey Tkachenko
Author-email: timofey_tkachenko@pm.me
Keywords: bootstrap resampling fast_bootstrap,fast_resampling
Requires-Python: >=3.10.12
Description-Content-Type: text/markdown
Requires-Dist: jupyter (==1.0.0)
Requires-Dist: ipython (==8.21.0)
Requires-Dist: matplotlib (==3.8.3)
Requires-Dist: plotly (==5.19.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: scipy (==1.12.0)
Requires-Dist: pandas (==2.2.0)
Requires-Dist: tqdm (==4.66.2)
Requires-Dist: multiprocess (==0.70.16)

# fastbootstrap
Fast Python implementation of statistical bootstrap
___
## Installation
```bash
pip install fastbootstrap
```
___
Check interactive notebook [here](https://nbviewer.org/github/timofeytkachenko/bootstrap/blob/main/bootstrap_experiment.ipynb)
