liesel.liesel.distreg.dist_reg_mcmc
liesel.liesel.distreg.dist_reg_mcmc#
- liesel.liesel.distreg.dist_reg_mcmc(model, seed, num_chains)[source]#
Configures an
EngineBuilderfor a distributional regression model.The EngineBuilder uses a Metropolis-in-Gibbs MCMC algorithm with an
IWLSKernelfor the regression coefficients and aGibbsKernelfor the smoothing parameters for a distributional regression model.- Parameters
model (
Model) – A model built with aDistRegBuilder.seed (
int) – The PRNG seed for the engine builder.num_chains (
int) – The number of chains to be sampled.
- Return type