LieselMCMC#
- class liesel.goose.LieselMCMC(model, which=None)[source]#
Bases:
object
Manages the setup of MCMC specifications for a Liesel model.
- Parameters:
Methods
get_engine_builder
(seed, num_chains[, ...])Create and configure an EngineBuilder for MCMC sampling.
Collect jitter functions for model variables that define a jitter distribution.
Collect and organize model variables into kernel groups.
Construct the list of MCMC kernels from kernel groups.
get_spec
(var)Retrieve the MCMC specification for a given variable.
Attributes