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 @@

All vignettes

diff --git a/docs/articles/Lancement_cruncher.html b/docs/articles/run_jwsacruncher.html similarity index 82% rename from docs/articles/Lancement_cruncher.html rename to docs/articles/run_jwsacruncher.html index 2c5a0a8..b754d21 100644 --- a/docs/articles/Lancement_cruncher.html +++ b/docs/articles/run_jwsacruncher.html @@ -53,7 +53,7 @@ @@ -79,10 +79,10 @@ @@ -127,97 +127,47 @@

policy the refresh policy (see table below). - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
-Refresh policies -
-Option on JDemetra+ - -Option for the JWSACruncher - -Description -
Refresh policies
Option on JDemetra+Option for the JWSACruncherDescription
-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 modelcurrentThe 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 coefficientsfixedparameters (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 parametersparameters (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 outlierslastoutliersThe 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 outliersoutliersThe 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 modelstochasticRe-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. -
Concurrentcomplete (or concurrent)Re-identification of the whole RegARIMA model.
@@ -243,18 +193,19 @@

# the seasonally adjusted series and its forecasts: options(default_tsmatrix_series = c("sa", "sa_f"))

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"))

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 1ef54ab..64e1ec3 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,6 +1,6 @@ -pandoc: '2.4' +pandoc: '2.6' pkgdown: 1.3.0 pkgdown_sha: ~ articles: - Lancement_cruncher: Lancement_cruncher.html + run_jwsacruncher: run_jwsacruncher.html diff --git a/docs/reference/configure_jwsacruncher.html b/docs/reference/configure_jwsacruncher.html index b7dc17a..a0326b9 100644 --- a/docs/reference/configure_jwsacruncher.html +++ b/docs/reference/configure_jwsacruncher.html @@ -86,7 +86,7 @@ diff --git a/docs/reference/create_param_file.html b/docs/reference/create_param_file.html index ae97f4a..397470c 100644 --- a/docs/reference/create_param_file.html +++ b/docs/reference/create_param_file.html @@ -86,7 +86,7 @@ @@ -122,10 +122,9 @@

Create paramater file for the 'JWSACruncher'

-
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"),
+    
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 @@ 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 @@