PriorSensitivity.plot#

static PriorSensitivity.plot(result, *, baseline_stats=None, baseline_label='baseline', figsize=None)[source]#

Forest plot of effect estimates under alternative priors.

Parameters:
  • result (CheckResult) – The CheckResult returned by run().

  • baseline_stats (Any | None) – The original experiment’s effect_summary(). When provided a baseline row is prepended.

  • baseline_label (str) – Label for the baseline row.

  • figsize (tuple[float, float] | None) – Passed to matplotlib.

Return type:

tuple[plt.Figure, plt.Axes]