MHProposal#

class liesel.goose.mh_kernel.MHProposal(position, log_correction)[source]#

Bases: NamedTuple

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

log_correction

Let \(q(x' | x)\) be the prosal density, then \(log(q(x'|x) / q(x | x'))\) is the log_mh_correction.

position

Alias for field number 0