combine_fc_results: Combine forecasting info

Description Usage Arguments Value

Description

This function combines every info which will be stored in a data table.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
combine_fc_results(
  ts_name,
  model_name,
  fc_formated,
  actual_formated,
  split_keys,
  model_descr = NULL,
  model_par = NULL,
  model_args = NULL,
  period_iter = NULL,
  time_id = NULL,
  ...
)

Arguments

ts_name

A string

model_name

A string representing the model name to be used

fc_formated

A data.frame

actual_formated

A data.frame

split_keys

A data.frame, with the sample split keys (e.g. train, valid, test)

model_descr

A string

model_par

A string representing the model estimates which were previously collapsed into a single string

model_args

A list, optional arguments to pass to the models

period_iter

A string, period id (format: 'period' + '_' + iter). This id defines the iteration number of forecasting exercise.

time_id

A POSIXct, timestamp created with Sys.time which is then appended to the results

...

Additional arguments to be passed to the function

Value

A data.frame object


xavierkamp/tsForecastR documentation built on Feb. 1, 2020, 10:16 a.m.