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.subplotsfunction.
- param_name
 - Returns:
 plt.FigureThe matplotlib Figure object containing the plot.
- Raises:
 ValueErrorIf the specified parameter name is invalid or not found in the model saturation or adstock function.