Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 260 Bytes

run.md

File metadata and controls

10 lines (10 loc) · 260 Bytes

Running the MCMC sampler

Running the MCMC sampler is very simple, it is enough to call

mcmc

passing the initialised MCMCSetup, MCMCSchedule and DiffusionSetup objects, as follows:

out = mcmc(mcmc_setup, schedule, model_setup)