data_tools.load_raw_data: Loads all data needed for forecasting.

data_tools.load_raw_dataR Documentation

Loads all data needed for forecasting.

Description

Loads all data needed for forecasting.

Usage

data_tools.load_raw_data(
  indice_code,
  day_date,
  geometric_point_t1 = F,
  geometric_point_t2 = F,
  delta_point = T,
  dynamic_flag = T
)

Arguments

indice_code

a character vector indicating the indice code on which forecast will be done.

day_date

a character vector indicating the date of the day on which forecast will be done.

geometric_point_t1

a boolean indicating if geometric point of type 1 should be computed

geometric_point_t2

a boolean indicating if geometric point of type 2 should be computed

delta_point

a boolean indicating if delta point should be computed

dynamic_flag

a boolean indicating if dynamic flag should be computed

Value

a list of data.table containing all useful data for the forecasting process.


scalastic/fin.backend documentation built on Nov. 18, 2022, 7:10 a.m.