run
- MCMC.run(ws, n_steps)[source]
Run a simulation of n_steps on a given workspace ws starting from start values x0s.
- Parameters:
ws – A
Workspace
object setup so thatsimulation (only a call to the yCalc WSM is necessary to perform a)
x0s – A list of start values which is used to initialized the workspace by calling j(x0) for each x0 in x0s and j is the jump function of the corresponding variable.