README.rst
setup.py
surmise/__init__.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/emulationmethods/GPy.py
surmise/emulationmethods/PCGP.py
surmise/emulationmethods/__init__.py
surmise/utilitiesmethods/LMC.py
surmise/utilitiesmethods/__init__.py
surmise/utilitiesmethods/metropolis_hastings.py
tests/__init__.py
tests/test_emu_cal/__init__.py
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/__init__.py
tests/test_new_calibrator/conftest.py
tests/test_new_calibrator/test_new_cal.py
tests/test_new_emulator/__init__.py
tests/test_new_emulator/conftest.py
tests/test_new_emulator/test_new_emu.py
tests/test_new_emulator/test_new_emu_prediction.py