create
fun create(initialX: Double, warmUpAmount: Int, targetFun: FunctionIfc, proposalFun: ProposalFunction1DIfc): MetropolisHastings1D
Return
the created instance
Parameters
initial X
the initial value to start the burn in period
warm Up Amount
the number of samples in the burn in period
target Fun
the target function
proposal Fun
the proposal function