BaseDelayedSaturatedMMM.plot_errors#

BaseDelayedSaturatedMMM.plot_errors(original_scale=False, ax=None, **plt_kwargs)#

Plot model errors by taking the difference between true values and predicted.

errors = true values - predicted

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