Inference
This module hosts functionality for inference methods.
Currently implemented classes are:
ActiveLearning
: Construct a Gaussian process emulator for an unnormalized posterior.GridEstimation
: Estimate a posterior distribution by grid estimation.MetropolisHastingsEstimation
: Estimate a posterior by Metropolis Hastings estimation.