.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
COLLABORATORS.rst
CONTRIBUTING.rst
LICENSE
README.rst
SUPPORT.rst
pyproject.toml
requirements.txt
setup.py
surmisebandsdk.md
.github/config/.spellcheck.yml
.github/config/.wordlist.txt
.github/workflows/publish.yml
.github/workflows/python-package.yml
.github/workflows/spelling_action.yml
.github/workflows/test-publish.yml
docs/FAQ.rst
docs/Makefile
docs/calibration.rst
docs/conf.py
docs/contributing.rst
docs/emulation.rst
docs/examples.rst
docs/howtocalibration.rst
docs/howtoemulation.rst
docs/howtoutilities.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/overview.rst
docs/programming_surmise.rst
docs/requirements.txt
docs/surmise.bib
docs/tutorials.rst
docs/understanding.rst
docs/use_cases.rst
docs/utilities.rst
docs/images/logo.png
examples/FAQ.md
examples/README.md
examples/Example1/Example1_nb.ipynb
examples/Example1/Example1_nb.py
examples/Example2/Example2_nb.ipynb
examples/Example2/Example2_nb.py
examples/Example2/balldroptestfuncs.py
examples/Example3/Example3_nb.ipynb
examples/Example3/Example3_nb.py
examples/Example3/ball.csv
examples/Example4/Example4_nb.ipynb
examples/Example4/Example4_nb.py
examples/Example4/func_eval.csv
examples/Example4/func_eval_test.csv
examples/Example4/observation_description.csv
examples/Example4/param_values.csv
examples/Example4/param_values_test.csv
examples/Example4/real_observations.csv
surmise/__init__.py
surmise/_version.py
surmise/calibration.py
surmise/emulation.py
surmise/utilities.py
surmise.egg-info/PKG-INFO
surmise.egg-info/SOURCES.txt
surmise.egg-info/dependency_links.txt
surmise.egg-info/requires.txt
surmise.egg-info/top_level.txt
surmise/calibrationmethods/__init__.py
surmise/calibrationmethods/directbayes.py
surmise/calibrationmethods/directbayeswoodbury.py
surmise/calibrationmethods/mlbayeswoodbury.py
surmise/calibrationmethods/simulationpost.py
surmise/emulationmethods/PCGP.py
surmise/emulationmethods/PCGPR.py
surmise/emulationmethods/PCGPwImpute.py
surmise/emulationmethods/PCGPwM.py
surmise/emulationmethods/PCSK.py
surmise/emulationmethods/__init__.py
surmise/emulationmethods/indGP.py
surmise/emulationmethods/nuclear-ROSE.py
surmise/emulationsupport/__init__.py
surmise/emulationsupport/matern_covmat.pyx
surmise/utilitiesmethods/LMC.py
surmise/utilitiesmethods/PTLMC.py
surmise/utilitiesmethods/PTMC.py
surmise/utilitiesmethods/__init__.py
surmise/utilitiesmethods/metropolis_hastings.py
tests/README.rst
tests/run-tests.sh
tests/test_emu_cal/test_cal_directbayes.py
tests/test_emu_cal/test_cal_directbayeswoodbury.py
tests/test_emu_cal/test_cal_mh.py
tests/test_emu_cal/test_emu_init.py
tests/test_emu_cal/test_emu_passfunc.py
tests/test_emu_cal/test_emu_predict.py
tests/test_emu_cal/test_emu_remove.py
tests/test_emu_cal/test_emu_supplement.py
tests/test_emu_cal/test_emu_update.py
tests/test_emu_cal/test_emu_x1d.py
tests/test_new_calibrator/conftest.py
tests/test_new_calibrator/test_new_cal.py
tests/test_new_emulator/conftest.py
tests/test_new_emulator/test_new_emu.py
tests/test_new_emulator/test_new_emu_prediction.py