diff --git a/docs/articles/index.html b/docs/articles/index.html index e3bde00..bdb5660 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -83,7 +83,7 @@
@@ -116,7 +116,7 @@vignettes/Lancement_cruncher.Rmd
- Lancement_cruncher.Rmd
vignettes/run_jwsacruncher.Rmd
+ run_jwsacruncher.Rmd
policy
the refresh policy (see table below).
-Option on JDemetra+ - | --Option for the JWSACruncher - | --Description - | +|||
---|---|---|---|---|---|
Option on JDemetra+ | +Option for the JWSACruncher | +Description | |||
-Partial concurrent adjustment -> Fixed model - | --current - | --The ARIMA model, outliers and other regression parameters are not re-identified and the values of all parameters are fixed. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Fixed model | +current | +The ARIMA model, outliers and other regression parameters are not re-identified and the values of all parameters are fixed. The transformation type remains unchanged. | |||
-Partial concurrent adjustment -> Estimate regression coefficients - | --fixedparameters (or fixed) - | --The ARIMA model, outliers and other regression parameters are not re-identified. The coefficients of the ARIMA model are fixed, other coefficients are re-estimated. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Estimate regression coefficients | +fixedparameters (or fixed) | +The ARIMA model, outliers and other regression parameters are not re-identified. The coefficients of the ARIMA model are fixed, other coefficients are re-estimated. The transformation type remains unchanged. | |||
-Partial concurrent adjustment -> Estimate regression coefficients + Arima parameters - | --parameters (by default) - | --The ARIMA model, outliers and other regression parameters are not re-identified. All parameters of the RegARIMA model are re-estimated. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Estimate regression coefficients + Arima parameters | +parameters (by default) | +The ARIMA model, outliers and other regression parameters are not re-identified. All parameters of the RegARIMA model are re-estimated. The transformation type remains unchanged. | |||
-Partial concurrent adjustment -> Estimate regression coefficients + Last outliers - | --lastoutliers - | --The ARIMA model, outliers (except from the outliers in the last year of the sample) and other regression parameters are not re-identified. All parameters of the RegARIMA model are re-estimated. The outliers in the last year of the sample are re-identified. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Estimate regression coefficients + Last outliers | +lastoutliers | +The ARIMA model, outliers (except from the outliers in the last year of the sample) and other regression parameters are not re-identified. All parameters of the RegARIMA model are re-estimated. The outliers in the last year of the sample are re-identified. The transformation type remains unchanged. | |||
-Partial concurrent adjustment -> Estimate regression coefficients + all outliers - | --outliers - | --The ARIMA model and regression parameters, except from outliers) are not re-identified. All parameters of the RegARIMA model are re-estimated. All outliers are re-identified. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Estimate regression coefficients + all outliers | +outliers | +The ARIMA model and regression parameters, except from outliers) are not re-identified. All parameters of the RegARIMA model are re-estimated. All outliers are re-identified. The transformation type remains unchanged. | |||
-Partial concurrent adjustment -> Estimate regression coefficients + Arima model - | --stochastic - | --Re-identification of the ARIMA model, outliers and regression variables, except from the calendar variables. The transformation type remains unchanged. - | +|||
Partial concurrent adjustment -> Estimate regression coefficients + Arima model | +stochastic | +Re-identification of the ARIMA model, outliers and regression variables, except from the calendar variables. The transformation type remains unchanged. | |||
-Concurrent - | --complete (or concurrent) - | --Re-identification of the whole RegARIMA model. - | +|||
Concurrent | +complete (or concurrent) | +Re-identification of the whole RegARIMA model. |
For more informations, see the help of the function: ?create_param_file
. Below some examples to create the parameter file:
# To create the file parameters.params in the directory "D:/" with
-# the refresh policy "lastoutliers" and the others default parameters:
-create_param_file(dir_file_param = "D:/",
- policy = "lastoutliers")
-
-# If the options "default_matrix_item" and "default_tsmatrix_series" were
-# changed to only export the information criteria, the seasonally adjusted series and its forecasts, the previous code is equivalent to:
-create_param_file(dir_file_param = "D:/",
- policy = "lastoutliers",
- matrix_item = c("likelihood.aic", "likelihood.aicc",
- "likelihood.bic", "likelihood.bicc"),
- tsmatrix_series = c("sa", "sa_f"))
export_dir <- tempdir()
+# To create the file parameters.params in the directory export_dir with
+# the refresh policy "lastoutliers" and the others default parameters:
+create_param_file(dir_file_param = "D:/",
+ policy = "lastoutliers")
+
+# If the options "default_matrix_item" and "default_tsmatrix_series" were
+# changed to only export the information criteria, the seasonally adjusted series and its forecasts, the previous code is equivalent to:
+create_param_file(dir_file_param = export_dir,
+ policy = "lastoutliers",
+ matrix_item = c("likelihood.aic", "likelihood.aicc",
+ "likelihood.bic", "likelihood.bicc"),
+ tsmatrix_series = c("sa", "sa_f"))
create_param_file(dir_file_param = getwd(), bundle = 10000, - csv_layout = "list", csv_separator = ";", ndecs = 6, - policy = "parameters", output = NULL, - matrix_item = getOption("default_matrix_item"), +diff --git a/docs/reference/cruncher_and_param.html b/docs/reference/cruncher_and_param.html index e66d2a1..0bcb1fc 100644 --- a/docs/reference/cruncher_and_param.html +++ b/docs/reference/cruncher_and_param.html @@ -86,7 +86,7 @@ diff --git a/docs/reference/download_cruncher.html b/docs/reference/download_cruncher.html index dacb717..3d5ce55 100644 --- a/docs/reference/download_cruncher.html +++ b/docs/reference/download_cruncher.html @@ -86,7 +86,7 @@ diff --git a/docs/reference/index.html b/docs/reference/index.html index d0f7c46..6e791b3 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -83,7 +83,7 @@ diff --git a/docs/reference/multiprocessing_names.html b/docs/reference/multiprocessing_names.html index 35a5fca..cf08c06 100644 --- a/docs/reference/multiprocessing_names.html +++ b/docs/reference/multiprocessing_names.html @@ -86,7 +86,7 @@ diff --git a/docs/reference/update_workspace.html b/docs/reference/update_workspace.html index 59fa0db..4f9cbfc 100644 --- a/docs/reference/update_workspace.html +++ b/docs/reference/update_workspace.html @@ -86,7 +86,7 @@create_param_file(dir_file_param, bundle = 10000, csv_layout = "list", + csv_separator = ";", ndecs = 6, policy = "parameters", + output = NULL, matrix_item = getOption("default_matrix_item"), tsmatrix_series = getOption("default_tsmatrix_series"), paths_path = NULL)diff --git a/docs/reference/cruncher.html b/docs/reference/cruncher.html index 742c637..e2dc75a 100644 --- a/docs/reference/cruncher.html +++ b/docs/reference/cruncher.html @@ -86,7 +86,7 @@