ProposalFunction1DIfc

For use with MetropolisHastings1D. Represents the proposal function

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun proposalRatio(current: Double, proposed: Double): Double

The ratio of g(y,x)/g(x,y). The ratio of the proposal function evaluated at x = current and y = proposed, where g() is some proposal function of x and y. The implementor should ensure that the returned ratio is a valid double