MMM.plot_channel_parameter#
- MMM.plot_channel_parameter(param_name, **plt_kwargs)[source]#
Plot the posterior distribution of a specific parameter for each channel.
- Parameters:
- param_name
str
The name of the parameter to plot.
- **plt_kwargs
Any
Additional keyword arguments to pass to the
plt.subplots
function.
- param_name
- Returns:
plt.Figure
The matplotlib Figure object containing the plot.
- Raises:
ValueError
If the specified parameter name is invalid or not found in the model saturation or adstock function.