14.03.2014 Views

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Chapter 14 Performing Time Series Analysis 365<br />

ARIMA Model<br />

Iteration History<br />

The model parameter estimation is an iterative procedure by which the log-likelihood is maximized by<br />

adjusting the estimates of the parameters. The iteration history for each model you request shows the value<br />

of the objective function for each iteration. This can be useful for diagnosing problems with the fitting<br />

procedure. Attempting to fit a model which is poorly suited to the data can result in a large number of<br />

iterations that fail to converge on an optimum value for the likelihood. The Iteration History table shows<br />

the following quantities:<br />

Iter<br />

lists the iteration number.<br />

Iteration History<br />

lists the objective function value for each step.<br />

Step<br />

lists the type of iteration step.<br />

Obj-Criterion<br />

lists the norm of the gradient of the objective function.<br />

Model Report Options<br />

The title bar for each model you request has a popup menu, with the following options for that model:<br />

Show Points<br />

hides or shows the data points in the forecast graph.<br />

Show Confidence Interval<br />

hides or shows the confidence intervals in the forecast graph.<br />

Save Columns<br />

creates a new data table with columns representing the results of the model.<br />

Save Prediction Formula<br />

saves the data <strong>and</strong> prediction formula to a new data table.<br />

Create <strong>SAS</strong> Job<br />

creates <strong>SAS</strong> code that duplicates the model analysis in <strong>SAS</strong>.<br />

Submit to <strong>SAS</strong> submits code to <strong>SAS</strong> that duplicates the model analysis. If you are not connected to a <strong>SAS</strong><br />

server, prompts guide you through the connection process.<br />

Residual Statistics controls which displays of residual statistics are shown for the model. These displays<br />

are described in the section “Time Series Comm<strong>and</strong>s” on page 355; however, they are applied to the<br />

residual series.<br />

ARIMA Model<br />

An AutoRegressive Integrated Moving Average (ARIMA) model predicts future values of a time series by a<br />

linear combination of its past values <strong>and</strong> a series of errors (also known as r<strong>and</strong>om shocks or innovations). The<br />

ARIMA comm<strong>and</strong> performs a maximum likelihood fit of the specified ARIMA model to the time series.<br />

For a response series { y i<br />

}, the general form for the ARIMA model is:<br />

φ( B) ( w t<br />

– μ) = θ( B)a t<br />

where<br />

t is the time index

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

Saved successfully!

Ooh no, something went wrong!