View source: R/calcForecastError.R
Generate a vector of row IDs for use in forecast accuracy tests (rt approach)
1 2 3 | ## S3 method for class 'rtdata'
buildForecastIDs(time_cut, hpi_df, forecast_length = 1,
train = TRUE)
|
time_cut |
Period after which to cut off data |
hpi_df |
Data to be converted to training or scoring |
forecast_length |
default = 1; Length of forecasting to do |
train |
Default=TRUE; Create training data? FALSE = Scoring data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.