GradedInterventionTimeSeries.plot#

GradedInterventionTimeSeries.plot(round_to=2, **kwargs)[source]#

Plot the model fit and results.

Creates a 2-panel figure showing: 1. Observed vs fitted values 2. Residuals over time

Parameters:

round_to (int, optional) – Number of decimal places for rounding displayed values.

Returns:

  • fig (matplotlib.figure.Figure)

  • ax (array of matplotlib.axes.Axes)

Return type:

Tuple[Figure, Axes]