Skip to content

fcgrolleau/Speedboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedboot

PyPI Latest Release License Python

This library lets you boostrap vector-valued statistics fast as it uses parallel processing. Ploting as well as computation of bias-corrected and accelerated confidence intervals are available.

Installation

pip install speedboot

Implementation

from speedboot import speedboot

sb_object = speedboot(data=n_sample, stats_fun=estimators)
sb_object.fit(R=999, par=True, seed=1)
sb_object.plot()
sb_object.emp_ci()

See a quick demo in demo.ipynb. See toy simulations in simulations.ipynb.

History

Release history is available on PyPI.

About

Python library for fast bootstrapping of vector-valued statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors