.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
test_requirements.txt
.github/workflows/draft-pdf.yml
.github/workflows/pypi_publish.yaml
.github/workflows/test.yaml
docs/Makefile
docs/environment.yml
docs/make.bat
docs/plots/1D_animation.py
docs/plots/1D_cdf.py
docs/plots/1D_pdf.py
docs/plots/2D_animation.py
docs/plots/2D_conditional.py
docs/plots/2D_marginal.py
docs/plots/2D_pdf.py
docs/plots/2D_sampling.py
docs/plots/error_scaling_1D.py
docs/plots/error_scaling_2D.py
docs/plots/error_scaling_2D_data.npz
docs/plots/error_scaling_2D_qmc.py
docs/plots/error_scaling_2D_qmc_data.npz
docs/plots/figstyle.mplstyle
docs/plots/lint1Dunit_animation.py
docs/plots/lint1Dunit_pdf.py
docs/plots/lint_transformation.py
docs/plots/lintkDunit_interpolant.py
docs/plots/worked_example_cellprobs.py
docs/plots/worked_example_cellzoom.py
docs/plots/worked_example_grid.py
docs/plots/worked_example_pdf.py
docs/source/attribution.md
docs/source/conf.py
docs/source/densitygrid.md
docs/source/densitystructure.md
docs/source/densitytree.md
docs/source/index.md
docs/source/installation.md
docs/source/license.md
docs/source/lintsampler.md
docs/source/usage.md
docs/source/whentouse.md
docs/source/_static/lintsampler.gif
docs/source/_static/lintsamplerdark.gif
docs/source/assets/1D_animation.gif
docs/source/assets/1D_cdf.png
docs/source/assets/1D_pdf.png
docs/source/assets/2D_animation.gif
docs/source/assets/2D_conditional.png
docs/source/assets/2D_marginal.png
docs/source/assets/2D_pdf.png
docs/source/assets/2D_sampling.png
docs/source/assets/error_scaling_1D.png
docs/source/assets/error_scaling_2D.png
docs/source/assets/error_scaling_2D_qmc.png
docs/source/assets/example1.png
docs/source/assets/lint1Dunit_animation.gif
docs/source/assets/lint1Dunit_pdf.png
docs/source/assets/lint_transformation.png
docs/source/assets/lintkDunit_interpolant.png
docs/source/assets/lintsamplerlogo.png
docs/source/assets/lintsamplerlogodark.png
docs/source/assets/lintsamplertext.png
docs/source/assets/worked_example_cellprobs.png
docs/source/assets/worked_example_cellzoom.png
docs/source/assets/worked_example_grid.png
docs/source/assets/worked_example_pdf.png
docs/source/example_notebooks/1_gmm.ipynb
docs/source/example_notebooks/2_doughnuts.ipynb
docs/source/example_notebooks/3_dark_matter.ipynb
docs/source/example_notebooks/4_qmc.ipynb
docs/source/example_notebooks/bonus_logo.ipynb
docs/source/example_notebooks/figstyle.mplstyle
docs/source/theory/error_scaling.md
docs/source/theory/inverse_sampling.md
docs/source/theory/linear_interpolant.md
docs/source/theory/preamble.md
docs/source/theory/worked_example.md
paper/paper.bib
paper/paper.md
paper/paper.pdf
src/lintsampler/__init__.py
src/lintsampler/lintsampler.py
src/lintsampler/sampling.py
src/lintsampler/utils.py
src/lintsampler.egg-info/PKG-INFO
src/lintsampler.egg-info/SOURCES.txt
src/lintsampler.egg-info/dependency_links.txt
src/lintsampler.egg-info/requires.txt
src/lintsampler.egg-info/top_level.txt
src/lintsampler/density_structures/__init__.py
src/lintsampler/density_structures/base.py
src/lintsampler/density_structures/grid.py
src/lintsampler/density_structures/tree.py
tests/test_densitystructure.py
tests/test_densitytree.py
tests/test_lintsampler.py