Internal function. Please refer to run_synthetic_forecast documentation.
compute_result_tables(
df,
synthetic_control_output,
col_unit_name,
unit_of_interest,
serie_of_interest,
max_time_unit_of_interest,
periods_to_forecast,
col_time
)Main DataFrame.
Output from compute_synthetic_control().
String with column name of the column with the units names.
Value of the col_unit_name that is of interest.
Column name os the serie to be projected.
Outout from intern_get_max_time_unit_of_interest().
(Integer) Number of periods to forecast.
String with the column name of the time column.
List with result tables.