DelayedSaturatedMMM.plot_posterior_predictive#

DelayedSaturatedMMM.plot_posterior_predictive(original_scale=False, ax=None, **plt_kwargs)#

Plot posterior distribution from the model fit.

Parameters:
  • original_scale (bool, optional) – Whether to plot in the original scale.

  • ax (plt.Axes, optional) – Matplotlib axis object.

  • **plt_kwargs (Any) – Keyword arguments passed to plt.subplots.

Return type:

plt.Figure