constants#
Shared constants for the CausalPy package.
Module Attributes
Default probability mass for highest-density-interval (HDI) bands and summary intervals across CausalPy plots and reports. |
|
Default font size used in matplotlib legends across CausalPy plots. |
- causalpy.constants.HDI_PROB: float = 0.94#
Default probability mass for highest-density-interval (HDI) bands and summary intervals across CausalPy plots and reports. Matches the
arviz.hdi()default of 0.94. Override on a per-call basis by passinghdi_probto the relevant method (e.g.causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.analyze_persistence()), or globally formaketablesrendering viacausalpy.experiments.base.BaseExperiment.set_maketables_options().