27.03.2013 Views

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

158 <strong>Syntax</strong> <strong>Reference</strong><br />

• The last command specifies the same model as the previous command. Even though the<br />

MODEL command specifies no nonseasonal or seasonal moving-average parameters,<br />

these parameters are estimated at lags 2 and 4 because of the Q and SQ specifications.<br />

Initial Value Subcommands<br />

AR, MA, SAR, SMA, REG, and CON specify initial values for parameters. These subcommands<br />

refer to the following parameters:<br />

AR Autoregressive parameter values.<br />

MA Moving-average parameter values.<br />

SAR Seasonal autoregressive parameter values.<br />

SMA Seasonal moving-average parameter values.<br />

REG Fixed regressor parameter values.<br />

CON Constant value.<br />

• Each subcommand specifies a value or value list indicating the initial values to be used<br />

in estimating the parameters.<br />

• CON can be specified only as a single value, not a value list.<br />

• Values are matched to parameters in sequential order. That is, the first value is used as the<br />

initial value for the first parameter of that type, the second value is used as the initial value<br />

for the second parameter of that type, and so on.<br />

• Specify only the subcommands for which you can supply a complete list of initial values<br />

(one for every lag to be fit for that parameter type).<br />

• If you specify an inappropriate initial value for AR, MA, SAR, or SMA, ARIMA will reset<br />

the value and issue a message.<br />

• If MXITER=0, these subcommands specify final parameter values to use for forecasting.<br />

Example<br />

ARIMA VARY<br />

/MODEL (1,0,2)<br />

/AR=0.5<br />

/MA=0.8, -0.3.<br />

ARIMA VARY<br />

/MODEL (1,0,2)<br />

/AR=0.5.<br />

• The first command specifies initial estimation values for the autoregressive term and for<br />

the two moving-average terms.<br />

• The second command specifies the initial estimation value for the autoregressive term<br />

only. The moving-average initial values are estimated by ARIMA.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!