create

fun create(initialX: DoubleArray, warmUpPeriod: Int, targetFun: FunctionMVIfc, proposalFun: ProposalFunctionMVIfc): MetropolisHastingsMV

Parameters

initialX

the initial value to start the burn in period

warmUpPeriod

the number of samples in the burn in period

targetFun

the target function

proposalFun

the proposal function