.coveragerc
.gitignore
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
LICENSE
Makefile
README.md
codecov.yml
paper.bib
paper.md
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/01_BUG_REPORT.md
.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/workflow-master.yml
GPJax.egg-info/PKG-INFO
GPJax.egg-info/SOURCES.txt
GPJax.egg-info/dependency_links.txt
GPJax.egg-info/requires.txt
GPJax.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/conf.py
docs/design.rst
docs/index.rst
docs/installation.rst
docs/latex_symbols.tex
docs/make.bat
docs/refs.bib
docs/requirements.txt
docs/nbs/barycentres.pct.py
docs/nbs/classification.pct.py
docs/nbs/graph_kernels.pct.py
docs/nbs/haiku.pct.py
docs/nbs/kernels.pct.py
docs/nbs/regression.pct.py
docs/nbs/sparse_regression.pct.py
docs/nbs/tfp_integration.pct.py
docs/nbs/uncertain_inputs.pct.py
docs/nbs/datasets/aq/aq.cpg
docs/nbs/datasets/aq/aq.dbf
docs/nbs/datasets/aq/aq.shp
docs/nbs/datasets/aq/aq.shx
docs/nbs/datasets/spatial/London_Ward.BOROUGH.atx
docs/nbs/datasets/spatial/London_Ward.GSS_CODE.atx
docs/nbs/datasets/spatial/London_Ward.LB_GSS_CD.atx
docs/nbs/datasets/spatial/London_Ward.cpg
docs/nbs/datasets/spatial/London_Ward.dbf
docs/nbs/datasets/spatial/London_Ward.prj
docs/nbs/datasets/spatial/London_Ward.sbn
docs/nbs/datasets/spatial/London_Ward.sbx
docs/nbs/datasets/spatial/London_Ward.shp
docs/nbs/datasets/spatial/London_Ward.shp.xml
docs/nbs/datasets/spatial/London_Ward.shx
docs/nbs/figs/barycentre_gp.gif
docs/nbs/util_modules/helper_fns.py
docs/nbs/util_modules/spatial_preprocessing.py
gpjax/__init__.py
gpjax/abstractions.py
gpjax/config.py
gpjax/gps.py
gpjax/kernels.py
gpjax/likelihoods.py
gpjax/mean_functions.py
gpjax/parameters.py
gpjax/quadrature.py
gpjax/sparse_gps.py
gpjax/types.py
gpjax/utils.py
gpjax/variational.py
tests/__init__.py
tests/test_abstractions.py
tests/test_config.py
tests/test_gp.py
tests/test_kernels.py
tests/test_likelihoods.py
tests/test_mean_functions.py
tests/test_parameters.py
tests/test_quadrature.py
tests/test_sparse_gps.py
tests/test_types.py
tests/test_utilities.py
tests/test_variational.py