SyntheticControl.set_maketables_options#

SyntheticControl.set_maketables_options(*, hdi_prob=None)#

Set optional maketables rendering options for this experiment.

Parameters:

hdi_prob (float | None) – Bayesian HDI probability used for PyMC coefficient interval columns in __maketables_coef_table__ and therefore in ETable(result). Must satisfy 0 < hdi_prob < 1.

Return type:

None

Examples

>>> result.set_maketables_options(hdi_prob=0.95)
>>> # Subsequent ETable(result) calls use 95% HDI bounds