BaseMMM.plot_channel_contribution_share_hdi#

BaseMMM.plot_channel_contribution_share_hdi(hdi_prob=0.94, prior=False, **plot_kwargs)#

Plot the share of channel contributions in a forest plot.

Parameters:
hdi_probfloat, optional

HDI value to be displayed, by default 0.94

priorbool, optional

Whether to use the prior or posterior, by default False (posterior)

**plot_kwargs

Additional keyword arguments to pass to az.plot_forest.

Returns:
plt.Figure