pymecht.MCMC module
- class pymecht.MCMC.MCMC(prob_func, params)[source]
Bases:
objectA class for performing MCMC sampling of a given probability function based on SampleExperiment class object
- Parameters:
prob_func (function) – A function that takes in a dictionary of parameters and returns a tuple of (probability, value)
params (ParamDict) – A dictionary of parameters to be varied