.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
.github/workflows/coverage.yml
.github/workflows/publish.yml
.github/workflows/test.yml
benchmarks/test_bootstrap.py
benchmarks/test_jackknife.py
doc/Makefile
doc/bootstrap.rst
doc/changelog.rst
doc/conf.py
doc/empirical.rst
doc/index.rst
doc/jackknife.rst
doc/make.bat
doc/make_raw_logo.py
doc/permutation.rst
doc/requirements.txt
doc/_static/logo.svg
notebooks/confidence_intervals.ipynb
notebooks/jackknife_vs_bootstrap.ipynb
notebooks/permutation_tests.ipynb
notebooks/sklearn.ipynb
notebooks/usp_continuous_data.ipynb
notebooks/variance_fit_parameters.ipynb
src/resample/__init__.py
src/resample/_util.py
src/resample/_version.py
src/resample/bootstrap.py
src/resample/empirical.py
src/resample/jackknife.py
src/resample/permutation.py
src/resample.egg-info/PKG-INFO
src/resample.egg-info/SOURCES.txt
src/resample.egg-info/dependency_links.txt
src/resample.egg-info/requires.txt
src/resample.egg-info/top_level.txt
tests/test_bootstrap.py
tests/test_empirical.py
tests/test_jackknife.py
tests/test_permutation.py