surmise

User Guide:

  • Quickstart
  • Understanding surmise

Usage Examples & Tutorials:

  • Usage Examples
  • Tutorials for Programming in surmise
  • Programming with surmise
    • emulation module
    • calibration module
    • utilities module

Developer Guide:

  • Contributing to surmise
  • tox Developer Environments

Collaborators & Contributors:

  • Collaborators
  • Contributors
surmise
  • Programming with surmise
  • View page source

Programming with surmise

We now give greater detail in programming with surmise.

  • emulation module
    • 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()
  • calibration module
    • calibrator
      • calibrator.fit()
      • calibrator.load_from()
      • calibrator.load_prediction()
      • calibrator.predict()
      • calibrator.save_to()
    • prediction
      • prediction.empirical_coverage()
      • prediction.lpdf()
      • prediction.mean()
      • prediction.rnd()
      • prediction.save_to()
      • prediction.var()
    • thetadist
      • thetadist.lpdf()
      • thetadist.mean()
      • thetadist.rnd()
      • thetadist.var()
  • utilities module
    • sampler
      • sampler.draw_samples()
Previous Next

© Copyright 2023, Matthew Plumlee, Özge Sürer, Stefan M. Wild, Moses Y-H. Chan.

Built with Sphinx using a theme provided by Read the Docs.