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, optionalHDI value to be displayed, by default 0.94 priorbool, optionalWhether to use the prior or posterior, by default False (posterior) **plot_kwargsAdditional keyword arguments to pass to az.plot_forest. Returns: plt.Figure