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_namestr

The name of the parameter to plot.

**plt_kwargsAny

Additional keyword arguments to pass to the plt.subplots function.

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.