MCMC
- class pyMaCh3._pyMaCh3.fitter.MCMC
Bases:
FitterBase
Methods Summary
set_chain_length
(self, length)Set how long chain should be.
set_init_step_num
(self, step_num)Set initial step number, used when starting from another chain.
Methods Documentation
- set_chain_length(self: pyMaCh3._pyMaCh3.fitter.MCMC, length: int) None
Set how long chain should be.
- set_init_step_num(self: pyMaCh3._pyMaCh3.fitter.MCMC, step_num: int) None
Set initial step number, used when starting from another chain.