ProposalFunctionMVIfc

For use with MetropolisHastingsMV. Represents the proposal function for the multivariate case.

Inheritors

Properties

Link copied to clipboard
abstract val dimension: Int

the expected size of the array

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun proposalRatio(currentX: DoubleArray, proposedY: DoubleArray): Double

The ratio of g(y,x)/g(x,y).