.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
.github/workflows/coverage.yml
.github/workflows/publish.yml
.github/workflows/test.yml
benchmarks/test_bootstrap.py
benchmarks/test_jackknife.py
benchmarks/test_rcont.py
benchmarks/test_usp.py
doc/Makefile
doc/bench_rcont.json
doc/changelog.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/make_raw_logo.py
doc/plot_bench.py
doc/reference.rst
doc/tutorials.rst
doc/update_changelog.py
doc/_static/logo.svg
doc/example/tag_and_probe.ipynb
doc/tutorial/confidence_intervals.ipynb
doc/tutorial/jackknife_vs_bootstrap.ipynb
doc/tutorial/permutation_tests.ipynb
doc/tutorial/sklearn.ipynb
doc/tutorial/usp_continuous_data.ipynb
doc/tutorial/variance_fit_parameters.ipynb
src/resample/__init__.py
src/resample/_util.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
tests/test_util.py