.coveragerc
.gitignore
.travis.yml
LICENCE.txt
MANIFEST.in
Makefile
README.md
README_process.py
README_without_examples.md
pyproject.toml
readme_example10_sparse.png
readme_example10_sparse.py
readme_example11_nonparametric_basis.png
readme_example11_nonparametric_basis.py
readme_example12_optimisation_varz.png
readme_example12_optimisation_varz.py
readme_example13_optimisation_torch.png
readme_example13_optimisation_torch.py
readme_example1_simple_regression.png
readme_example1_simple_regression.py
readme_example2_decomposition.png
readme_example2_decomposition.py
readme_example3_parametric.png
readme_example3_parametric.py
readme_example4_multi-output.png
readme_example4_multi-output.py
readme_example5_integration.png
readme_example5_integration.py
readme_example6_blr.png
readme_example6_blr.py
readme_example7_gpar.png
readme_example7_gpar.py
readme_example8_gp-rnn.png
readme_example8_gp-rnn.py
readme_example9_product.png
readme_example9_product.py
requirements.txt
setup.cfg
setup.py
todo.tasks
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
stheno/__init__.py
stheno/_version.py
stheno/autograd.py
stheno/jax.py
stheno/lazy.py
stheno/random.py
stheno/tensorflow.py
stheno/torch.py
stheno.egg-info/PKG-INFO
stheno.egg-info/SOURCES.txt
stheno.egg-info/dependency_links.txt
stheno.egg-info/requires.txt
stheno.egg-info/top_level.txt
stheno/mo/__init__.py
stheno/mo/adk.py
stheno/mo/infer.py
stheno/mo/input.py
stheno/mo/kernel.py
stheno/mo/mean.py
stheno/model/__init__.py
stheno/model/fdd.py
stheno/model/gp.py
stheno/model/measure.py
stheno/model/observations.py
tests/__init__.py
tests/test_lazy.py
tests/test_random.py
tests/util.py
tests/mo/__init__.py
tests/mo/test_adk.py
tests/mo/test_infer.py
tests/mo/test_kernel.py
tests/mo/test_mean.py
tests/model/__init__.py
tests/model/test_cases.py
tests/model/test_fdd.py
tests/model/test_gp.py
tests/model/test_model.py
tests/model/test_observations.py
tests/model/util.py