User Guide:
Usage Examples & Tutorials:
Developer Guide:
tox
Collaborators & Contributors:
We now give greater detail in programming with surmise.
emulator
emulator.fit()
emulator.load_from()
emulator.load_prediction()
emulator.predict()
emulator.remove()
emulator.save_to()
emulator.supplement()
emulator.update()
prediction
prediction.covx()
prediction.covxhalf()
prediction.covxhalf_gradtheta()
prediction.lpdf()
prediction.lpdf_gradtheta()
prediction.mean()
prediction.mean_gradtheta()
prediction.save_to()
prediction.var()
calibrator
calibrator.fit()
calibrator.load_from()
calibrator.load_prediction()
calibrator.predict()
calibrator.save_to()
prediction.empirical_coverage()
prediction.rnd()
thetadist
thetadist.lpdf()
thetadist.mean()
thetadist.rnd()
thetadist.var()
sampler
sampler.draw_samples()