- data
response variable as xts, last element can be NA. If the response
is later revised, it should be an xts that resembles upper triangular square
matrix, with each column being the data available as of date of column name
- exogen
exogenous predictors, default is NULL
- N_lag
vector of the AR model lags used,
if NULL then no AR lags will be used
- N_training
number of training points, if use_all_previous
is true,
this is the least number of training points required
- alpha
penalty between lasso and ridge, alpha=1 represents lasso,
alpha=0 represents ridge, alpha=NA represents no penalty
- use_all_previous
boolean variable indicating whether to use "all available data"
(when TRUE
) or "a sliding window" (when FALSE
) for training
- mc.cores
number of cores to compute argo in parallel
- schedule
list to specify prediction schedule. Default to have y_gap
as 1, and forecast
as 0,
i.e., nowcasting with past week ILI available from CDC.