BaseExperiment.set_maketables_options#
- BaseExperiment.set_maketables_options(*, hdi_prob=None)[source]#
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 inETable(result). Must satisfy0 < hdi_prob < 1.- Return type:
None
Examples
>>> result.set_maketables_options(hdi_prob=0.95) >>> # Subsequent ETable(result) calls use 95% HDI bounds