Description Usage Arguments Value
View source: R/data_preparation.R
A function to subset data recursively or with a rolling window to create a valid information set. Is used as a data preparation helper function and is called internally by forecast_univariate, forecast_multivariate, and forecast_combine.
1 | forecast_date(forecast.date, horizon, freq)
|
forecast.date |
date: date forecast was made |
horizon |
int: periods ahead of forecast |
freq |
string: time series frequency; day, week, month, quarter, year; only needed for rolling window factors |
date vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.