14.03.2014 Views

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

366 Performing Time Series Analysis Chapter 14<br />

ARIMA Model<br />

B is the backshift operator defined as<br />

By t<br />

= y t – 1<br />

w t<br />

= ( 1 – B) d y t<br />

is the response series after differencing<br />

μ is the intercept or mean term.<br />

φ( B) <strong>and</strong> θ( B)<br />

, respectively, the autoregressive operator <strong>and</strong> the moving average operator <strong>and</strong> are<br />

written<br />

φ( B) = 1 – φ 1 B – φ 2 B 2 – … – φ p B p <strong>and</strong>θ( B) = 1 – θ 1 B – θ 2 B 2 – … – θ q B q<br />

a t<br />

are the sequence of r<strong>and</strong>om shocks.<br />

The a t<br />

are assumed to be independent <strong>and</strong> normally distributed with mean zero <strong>and</strong> constant variance.<br />

The model can be rewritten as<br />

φ( B)w t<br />

= δ + θ( B)a t where the constant estimate δ is given by the relation<br />

δ = φ( B)μ = μ – φ 1<br />

μ – φ 2<br />

μ – … – φ p<br />

μ .<br />

The ARIMA comm<strong>and</strong> displays the Specify ARIMA Model dialog, which allows you to specify the ARIMA<br />

model you want to fit. The results appear when you click Estimate.<br />

Use the Specify ARIMA Model dialog for the following three orders that can be specified for an ARIMA<br />

model:<br />

1. The Autoregressive Order is the order (p) of the polynomial ϕ( B)<br />

operator.<br />

2. The Differencing Order is the order (d) of the differencing operator.<br />

3. The Moving Average Order is the order (q) of the differencing operator θ( B)<br />

.<br />

4. An ARIMA model is commonly denoted ARIMA(p,d,q). If any of p,d, or q are zero, the corresponding<br />

letters are often dropped. For example, if p <strong>and</strong> d are zero, then model would be denoted MA(q).

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

Saved successfully!

Ooh no, something went wrong!