View source: R/set_benchmarking.R
set_benchmarking | R Documentation |
Set Benchmarking Specification
set_benchmarking( x, enabled = NA, target = c(NA, "CalendarAdjusted", "Normal"), rho = NA, lambda = NA, forecast = NA, bias = c(NA, "None") )
x |
the specification. |
enabled |
boolean to enable the user to perform benchmarking. |
target |
specifies the target variable for the benchmarking procedure, which can be the raw series ( |
rho |
the value of the AR(1) parameter (set between 0 and 1) in the function used for benchmarking. |
lambda |
a parameter in the function used for benchmarking that relates to the weights in the regression equation; it is typically equal to 0, 1/2 or 1. |
forecast |
boolean indicating if the forecasts of the seasonally adjusted series and of the target variable ( |
bias |
TODO |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.