x12 |
mode=arg (default=“m”) | Seasonal adjustment method: “m” (multiplicative adjustment; Series must take only non-negative values), “a” (additive adjustment), “p” (pseudo-additive adjustment), “l” (log-additive seasonal adjustment; Series must take only positive values). |
filter=arg (default=“msr”) | Seasonal filter: “msr” (automatic, moving seasonality ratio), “x11” (X11 default), “stable” (stable), “s3x1” (3x1 moving average), “s3x3” (3x3 moving average), “s3x5” (3x5 moving average), “s3x9” (3x9 moving average), “s3x15” (3x15 moving average seasonal filter; Series must have at least 20 years of data). |
save= “arg” | Optionally saved series keyword enclosed in quotes. List the extension (given in Table 6-8, p.71 of the X12-ARIMA Reference Manual) for the series you want to save. The created series will use names of the form basename, followed by a series keyword specific suffix. Commonly used options and suffixes are: “"d10"” (final seasonal factors, saved with suffix “_sf”), “"d11"” (final seasonally adjusted series using “_sa”), “"d12"” (final trend-cycle component using “_tc”), “"d13"” (final irregular component using “_ir”). All other options are named using the option symbol. For example “save="d16"” will store a series named basename_d16. To save more than two series, separate the list with a space. For example, “save="d10 d12"” saves the seasonal factors and the trend-cycle series. |
tf=arg | Transformation for regARIMA: “logit” (Logit transformation), “auto” (automatically choose between no transformation and log transformation), number (Box-Cox power transformation using specified parameter; use “tf=0” for log transformation). |
sspan | Sliding spans stability analysis. Cannot be used along with the “h” option. |
history | Historical record of seasonal adjustment revisions. Cannot be used along with the “sspan” option. |
check | Check residuals of regARIMA. |
outlier | Outlier analysis of regARIMA. |
x11reg=arg | Regressors to model the irregular component in seasonal adjustment. Regressors must be chosen from the predefined list in Table 6-14, p. 88 of the X12-ARIMA Reference Manual. To specify more than one regressor, separate by a space within the double quotes. |
reg=arg_list | Regressors for the regARIMA model. Regressors must be chosen from the predefined list in Table 6-17, pp. 100-101 of the X12-ARIMA Reference Manual. To specify more than one regressor, separate by a space within the double quotes. |
arima=arg | ARIMA spec of the regARIMA model. Must follow the X12 ARIMA specification syntax. Cannot be used together with the “amdl=” option. |
amdl=f | Automatically choose the ARIMA spec. Use forecasts from the chosen model in seasonal adjustment. Cannot be used together with the “arima=” option and must be used together with the “mfile=” option. |
amdl=b | Automatically choose the ARIMA spec. Use forecasts and backcasts from the chosen model in seasonal adjustment. Cannot be used together with the “arima=” option and must be used together with the “mfile=” option. |
best | Sets the method option of the auto model spec to best (default is first). Also sets the identify option of the auto model spec to all (default is first). Must be used together with the “amdl=” option. |
modelsmpl=arg | Sets the subsample for fitting the ARIMA model. Either specify a sample object name or a sample range. The model sample must be a subsample of the current workfile sample and should not contain any breaks. |
mfile=arg | Specifies the file name (include the extension, if any) that contains a list of ARIMA specifications to choose from. Must be used together with the “amdl=” option. The default is the X12A.MDL file provided by the Census. |
outsmpl | Use out-of-sample forecasts for automatic model selection. Default is in-sample forecasts. Must be used together with the “amdl=” option. |
plotspectra | Save graph of spectra for differenced seasonally adjusted series and outlier modified irregular series. The saved graph will be named GR_seriesname_SP. |
prompt | Force the dialog to appear from within a program. |
p | Print X12 procedure results. |
hma=integer | Specifies the Henderson moving average to estimate the final trend-cycle. The X12 default is automatically selected based on the data. To override this default, specify an odd integer between 1 and 101. |
sigl=arg | Specifies the lower sigma limit used to downweight extreme irregulars in the seasonal adjustment. The default is 1.5 and you can specify any positive real number. |
sigh=arg | Specifies the upper sigma limit used to downweight extreme irregulars in the seasonal adjustment. The default is 2.5 and you can specify any positive real number less than the lower sigma limit. |
ea | Nonparametric Easter holiday adjustment (x11easter). Cannot be used together with the “easter[w]” regressor in the “reg=” or “x11reg=” options. |
f | Appends forecasts up to one year to some optionally saved series. Forecasts are appended only to the following series specified in the “save=” option: “"b1"” (original series, adjusted for prior effects), “"d10"” (final seasonal factors), “"d16"” (combined seasonal and trading day factors). |
flead=integer | Specifies the number of periods to forecast (to be used in the seasonal adjustment procedure). The default is one year and you can specify an integer up to 60. |
fback=integer | Specifies the number of periods to backcast (to be used in the seasonal adjustment procedure). The default is 0 and you can specify an integer up to 60. No backcasts are produced for series more than 15 years long. |
aicx11 | Test (based on AIC) whether to retain the regressors specified in “x11reg=”. Must be used together with the “x11reg=” option. |
aicreg | Test (based on AIC) whether to retain the regressors specified in “reg=”. Must be used together with the “reg=” option. |
sfile=arg | Path/name (including extension, if any) of user provided specification file. The file must follow a specific format; see the discussion below. |