HierarchicalInterruptedTimeSeries.print_coefficients#

HierarchicalInterruptedTimeSeries.print_coefficients(round_to=None)[source]#

Print population-level coefficient summaries for the hierarchical model.

mu_beta/sigma_beta are fit on the internally standardized (z-scored) covariate design, so an additional “original scale” block is printed by dividing back through the per-column standard deviation recorded during _prepare_data().

Parameters:

round_to (int | None) – Unused; accepted for interface parity with other experiments.

Return type:

None