View source: R/flatline_forecaster.R
flatline_args_list | R Documentation |
Constructs a list of arguments for flatline_forecaster()
.
flatline_args_list(
ahead = 7L,
n_training = Inf,
forecast_date = NULL,
target_date = NULL,
quantile_levels = c(0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95),
symmetrize = TRUE,
nonneg = TRUE,
quantile_by_key = character(0L),
...
)
ahead |
Integer. Unlike |
n_training |
Integer. An upper limit for the number of rows per
key that are used for training
(in the time unit of the |
forecast_date |
Date. The date from which the forecast is occurring.
The default
|
target_date |
Date. The date that is being forecast. The default |
quantile_levels |
Vector or |
symmetrize |
Logical. The default |
nonneg |
Logical. The default |
quantile_by_key |
Character vector. Groups residuals by listed keys
before calculating residual quantiles. See the |
... |
Space to handle future expansions (unused). |
A list containing updated parameter choices with class flatline_alist
.
flatline_args_list()
flatline_args_list(symmetrize = FALSE)
flatline_args_list(quantile_levels = c(.1, .3, .7, .9), n_training = 120)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.