update_workspace: Workspace update

View source: R/Cruncher.R

update_workspaceR Documentation

Workspace update

Description

Function to update a workspace without exporting the results

Usage

update_workspace(
  workspace = workspace,
  policy = "parameters",
  cruncher_bin_directory = getOption("cruncher_bin_directory")
)

Arguments

workspace

path to the workspace.

policy

refresh policy. By default, policy = "parameters". The other methods available are:

"current" or "n" (fixed model + all new data are classified as additive outliers)

"fixed" or "f" (fixed model: the model is unchanged)

"fixedparameters" or "fp" (re-estimation of the regression coefficients)

"parameters" or "p" (above + re-estimation of the arima coefficients)

"lastoutliers" or "l" (above + re-identification of the outliers over the last year)

"outliers" or "o" (above + re-identification of the outliers over the whole series span)

"stochastic" or "s" (above + re-estimation of the arima model (orders))

"complete" or "c" (the model is completely re-estimated).

cruncher_bin_directory

path to the cuncher "bin" folder.

Value

The workspace address.

See Also

Traduction française

Other Cruncher functions: create_param_file(), cruncher_and_param(), cruncher()


AQLT/JDCruncheR documentation built on March 20, 2024, 2:32 p.m.