surmise

User Guide:

  • Quickstart
  • Understanding surmise
  • Programming with surmise
    • emulation module
    • calibration module
    • utilities module

Examples & Tutorials:

  • Examples
  • Tutorials

Developer Guide:

  • Contributing to surmise
  • tox Developer Environments
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.predict()
      • emulator.remove()
      • emulator.supplement()
      • emulator.update()
    • prediction
      • prediction.covx()
      • prediction.covxhalf()
      • prediction.covxhalf_gradtheta()
      • prediction.lpdf()
      • prediction.lpdf_gradtheta()
      • prediction.mean()
      • prediction.mean_gradtheta()
      • prediction.rnd()
      • prediction.var()
  • calibration module
    • calibrator
      • calibrator.fit()
      • calibrator.predict()
    • prediction
      • prediction.lpdf()
      • prediction.mean()
      • prediction.rnd()
      • 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.