gemlib.mcmc.rwmh#
- gemlib.mcmc.rwmh(scale=1.0)#
Random walk Metropolis Hastings MCMC kernel
- Parameters:
scale (int) – the random walk scaling parameter. Should broadcast with the state.
- Returns:
an instance of
SamplingAlgorithm
Random walk Metropolis Hastings MCMC kernel
scale (int) – the random walk scaling parameter. Should broadcast with the state.
an instance of SamplingAlgorithm