.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/examples.rst
docs/index.rst
docs/whatsnew.rst
docs/examples/eg01_1d_kernel_introduction.ipynb
docs/examples/eg02_1d_kernel_estimation_mle.ipynb
docs/examples/eg03_1d_kernel_estimation_mcmc.ipynb
docs/examples/eg04_1d_kernel_multplication_mcmc.ipynb
docs/examples/eg05_2d_kernel_mcmc.ipynb
docs/examples/eg06_draw_samples.ipynb
docs/examples/eg_speed_testing_1D.ipynb
docs/examples/using_vecchia_operator.py
src/gpvecchia/__init__.py
src/gpvecchia/cov.py
src/gpvecchia/gpbase.py
src/gpvecchia/vecchia.py
src/gpvecchia/vecchia_operator.py
src/gpvecchia/vecchia_utils.py
src/gpvecchia.egg-info/PKG-INFO
src/gpvecchia.egg-info/SOURCES.txt
src/gpvecchia.egg-info/dependency_links.txt
src/gpvecchia.egg-info/requires.txt
src/gpvecchia.egg-info/scm_file_list.json
src/gpvecchia.egg-info/scm_version.json
src/gpvecchia.egg-info/top_level.txt
tests/test_play.ipynb
tests/test_vecchia_op.py