bartz.mcmcloop.PrintCallbackState

class bartz.mcmcloop.PrintCallbackState(dot_every, report_every, accumulator)[source]

State for print_callback.

dot_every: Int32[Array, ''] | None

A dot is printed every dot_every MCMC iterations, None to disable.

report_every: Int32[Array, ''] | None

A one line report is printed every report_every MCMC iterations, None to disable.

accumulator: StatsAccumulator

Running average of the reported statistics, inert unless averaging.