liesel.goose.mh_kernel#

Metroplis Hastings kernel. This kernel allows for a user-defined proposal functions and adds the MH step. Optional, the kernel supports a stepsize adaptation.

Classes

MHKernel(position_keys, proposal_fn[, ...])

A Metropolis-Hastings kernel implementing the Kernel protocol.

MHProposal(position, log_correction)