augment_forecasts: Attach real y and model information to all_forecasts data...

Description Usage Arguments Details Value

View source: R/rmse_evaluation.R

Description

Add new columns to all_forecasts with short model description and actual y.

Usage

1
augment_forecasts(all_forecasts, fits_long, y)

Arguments

all_forecasts

tibble that contains row_number, model_id, variable and value columns.

fits_long

tibble that contains T_end, model_type and model_filename columns

y

actual time series

Details

Original all_forecasts contains row_number, model_id, variable and value columns. Using info from fits_long this function attach actual y.

Value

all_forecasts with new columns: y_actual, var_set, pars_id...


bdemeshev/torro documentation built on May 21, 2019, 8:36 a.m.