bootstrap-interval

A small package for bootstrap confidence intervals


License
MIT
Install
pip install bootstrap-interval==0.0.5

Documentation

Bootstrap

This module implements the non-parametric bootstrap confidence intervals described in 'Bootstrap Confidence Intervals' by T. DiCiccio and B. Efron.

Files description

bootstrap.py describes the Bootstrap class and methods code.py provides a demonstration: test confidence intervals constructed using bootstrapping methods from samples of length 100 from uniform distribution