InterruptedTimeSeries.algorithm#

InterruptedTimeSeries.algorithm()[source]#

Execute the core interrupted time series algorithm.

This method implements the standard interrupted time series analysis workflow: 1. Fit model on pre-intervention data 2. Score model goodness of fit 3. Generate predictions for pre and post periods 4. Calculate causal impact and cumulative impact

Return type:

None