bartz.mcmcloop.RunMCMCResult

class bartz.mcmcloop.RunMCMCResult(final_state: State, burnin_trace: BurninTrace, main_trace: MainTrace)[source]

Return value of run_mcmc.

final_state: State

The final MCMC state.

burnin_trace: BurninTrace

The trace of the burn-in phase.

main_trace: MainTrace

The trace of the main phase.