create
fun create(initialX: DoubleArray, warmUpPeriod: Int, targetFun: FunctionMVIfc, proposalFun: ProposalFunctionMVIfc): MetropolisHastingsMV
Parameters
initial X
the initial value to start the burn in period
warm Up Period
the number of samples in the burn in period
target Fun
the target function
proposal Fun
the proposal function