MMMModelBuilder.plot_channel_contribution_share_hdi#
- MMMModelBuilder.plot_channel_contribution_share_hdi(hdi_prob=0.94, **plot_kwargs)[source]#
Plot the share of channel contributions in a forest plot.
- Parameters:
- hdi_prob
float
, optional HDI value to be displayed, by default 0.94
- **plot_kwargs
Additional keyword arguments to pass to
az.plot_forest
.
- hdi_prob
- Returns:
plt.Figure