5 – Autoregressive Integrated Moving Average (ARIMA) Models

Slides:



Advertisements
Similar presentations
EcoTherm Plus WGB-K 20 E 4,5 – 20 kW.
Advertisements

1 A B C
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Introduction to Graphing The Rectangular Coordinate System Scatterplots.
AGVISE Laboratories %Zone or Grid Samples – Northwood laboratory
Trend for Precision Soil Testing % Zone or Grid Samples Tested compared to Total Samples.
5.1 Rules for Exponents Review of Bases and Exponents Zero Exponents
PDAs Accept Context-Free Languages
Lecture 8: Hypothesis Testing
1
RWTÜV Fahrzeug Gmbh, Institute for Vehicle TechnologyTÜV Mitte Group 1 GRB Working Group Acceleration Pattern Results of pass-by noise measurements carried.
Slide 1Fig 25-CO, p.762. Slide 2Fig 25-1, p.765 Slide 3Fig 25-2, p.765.
Sequential Logic Design
STATISTICS Linear Statistical Models
STATISTICS HYPOTHESES TEST (I)
STATISTICS INTERVAL ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
STATISTICS POINT ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
David Burdett May 11, 2004 Package Binding for WS CDL.
Create an Application Title 1Y - Youth Chapter 5.
Add Governors Discretionary (1G) Grants Chapter 6.
CALENDAR.
CHAPTER 18 The Ankle and Lower Leg
Autocorrelation Functions and ARIMA Modelling
The 5S numbers game..
4 – Exponential Smoothing Methods
Simple Linear Regression 1. review of least squares procedure 2
A Fractional Order (Proportional and Derivative) Motion Controller Design for A Class of Second-order Systems Center for Self-Organizing Intelligent.
Autoregressive Integrated Moving Average (ARIMA) models
Stationary Time Series
Time Series Analysis -- An Introduction -- AMS 586 Week 2: 2/4,6/2014.
Break Time Remaining 10:00.
The basics for simulations
Factoring Quadratics — ax² + bx + c Topic
EE, NCKU Tien-Hao Chang (Darby Chang)
Turing Machines.
PP Test Review Sections 6-1 to 6-6
Briana B. Morrison Adapted from William Collins
Chi-Square and Analysis of Variance (ANOVA)
Regression with Panel Data
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
Biology 2 Plant Kingdom Identification Test Review.
Chapter 1: Expressions, Equations, & Inequalities
MaK_Full ahead loaded 1 Alarm Page Directory (F11)
When you see… Find the zeros You think….
Before Between After.
Slide R - 1 Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Prentice Hall Active Learning Lecture Slides For use with Classroom Response.
12 October, 2014 St Joseph's College ADVANCED HIGHER REVISION 1 ADVANCED HIGHER MATHS REVISION AND FORMULAE UNIT 2.
: 3 00.
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
1 hi at no doifpi me be go we of at be do go hi if me no of pi we Inorder Traversal Inorder traversal. n Visit the left subtree. n Visit the node. n Visit.
Static Equilibrium; Elasticity and Fracture
12 System of Linear Equations Case Study
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Clock will move after 1 minute
Copyright © 2013 Pearson Education, Inc. All rights reserved Chapter 11 Simple Linear Regression.
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Multiple Regression and Model Building
Select a time to count down from the clock above
16. Mean Square Estimation
Copyright Tim Morris/St Stephen's School
9. Two Functions of Two Random Variables
1 Dr. Scott Schaefer Least Squares Curves, Rational Representations, Splines and Continuity.
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
Schutzvermerk nach DIN 34 beachten 05/04/15 Seite 1 Training EPAM and CANopen Basic Solution: Password * * Level 1 Level 2 * Level 3 Password2 IP-Adr.
Part II – TIME SERIES ANALYSIS C5 ARIMA (Box-Jenkins) Models
Time Series Building 1. Model Identification
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

5 – Autoregressive Integrated Moving Average (ARIMA) Models Box & Jenkins Methodology

Box-Jenkins Methodology ARIMA Box-Jenkins Methodology

Example 1/4 The series show an upward trend. The first several autocorrelations are persistently large and trailed off to zero rather slowly  a trend exists and this time series is nonstationary (it does not vary about a fixed level) Idea: to difference the data to see if we could eliminate the trend and create a stationary series.

Example 2/4 First order differences. A plot of the differenced data appears to vary about a fixed level. Comparing the autocorrelations with their error limits, the only significant autocorrelation is at lag 1. Similarly, only the lag 1 partial autocorrelation is significant. The PACF appears to cut off after lag 1, indicating AR(1) behavior. The ACF appears to cut off after lag 1, indicating MA(1) behavior  we will try: ARIMA(1,1,0) and ARIMA(0,1,1) A constant term in each model will be included to allow for the fact that the series of differences appears to vary about a level greater than zero.

Example 3/4 ARIMA(1,1,0) ARIMA(0,1,1) The LBQ statistics are not significant as indicated by the large p-values for either model.

Example 4/4 Finally, there is no significant residual autocorrelation for the ARIMA(1,1,0) model. The results for the ARIMA(0,1,1) are similar. Therefore, either model is adequate and provide nearly the same one-step-ahead forecasts.

Examples Makridakis Minitab Montgomery ARIMA 7.1 ARIMA PIGS ARIMA DJ ARIMA Electricity ARIMA Computers ARIMA Sales Industry ARIMA Pollution Minitab Employ (Food) Montgomery EXEMPLO PAG 267 EXEMPLO PAG 271 EXEMPLO PAG 278 EXEMPLO PAG 283

ARIMA Basic Model

Basic Models ARIMA (0, 0, 0) ― WHITE NOISE ARIMA (0, 1, 0) ― RANDOM WALK ARIMA (1, 0, 0) ― AUTOREGRESSIVE MODEL (order 1) ARIMA (0, 0, 1) ― MOVING AVERAGE MODEL (order 1) ARIMA (1, 0, 1) ― SIMPLE MIXED MODEL

AR MA Example Models

Autocorrelation - ACF Lag ACF T LBQ 1 0,0441176 0,15 0,03 1 0,0441176 0,15 0,03 2 -0,0916955 -0,32 0,17 Diferenças são devido a pequenas modificações nas fórmulas de Regressão e Time Series

Partial Correlation Suppose X, Y and Z are random variables. We define the notion of partial correlation between X and Y adjusting for Z. First consider simple linear regression of X on Z Also the linear regression of Y on Z

Partial Correlation Now consider the errors Then the partial correlation between X and Y, adjusting for Z, is

Partial Autocorrelation - PACF (1) (2) (3) (4) (5) (6) (7) (8) Corr(X*, Y*) Correlations: X*; Y* Pearson correlation of X* and Y* =0,770 P-Value = 0,000 Partial Autocorrelation Function: X Lag PACF T 1 0,900575 6,98 2 -0,151346 -1,17 3 0,082229 0,64 Diferenças são devido a pequenas modificações nas fórmulas de Regressão e Time Series

Theorectical Behavior for AR(1) ACF  0 PACF = 0 for lag > 1

Theorectical Behavior for AR(2) ACF  0 PACF = 0 for lag > 2

Theorectical Behavior for MA (1) PACF  0 ACF = 0 for lag > 1

Theorectical Behavior for MA(2) PACF  0 PACF = 0 for lag > 2

Theorectical Behavior Note that: ARMA(p,0) = AR(p) ARMA(0,q) = MA(q) ACF PACF AR(p) Die out Cut off after the order p of the process MA(q) Cut off after the order q of the process ARMA(p,q) In this context… “Die out” means “tend to zero gradually” “Cut off” means “disappear” or “is zero” In practice, the values of p and q each rarely exceed 2.

Review of Main Characteristics of ACF and PACF

Example 5.1 Weekly total number of loan applications The weekly data tend to have short runs and that the data seem to be indeed autocorrelated. Next, we visually inspect the stationarity. Although there might be a slight drop in the mean for the second year (weeks 53-104 ), in general it seems to be safe to assume stationarity. EXEMPLO PAG 267.MPJ

Example 5.1 1. It cuts off after lag 2 (or maybe even 3), suggesting a MA(2) (or MA(3)) model. 2. It has an (or a mixture ot) exponential decay(s) pattern suggesting an AR(p) model.

Example 5.1 It cuts off after lag 2. Hence we use the second interpretation of the sample ACF plot and assume that the appropriate model to fit is the AR(2) model.

Example 5.1 The modified Box-Pierce test suggests that there is no autocorrelation left in the residuals.

Example 5.1

Example 5.1

Example 5.1

The process shows signs of nonstationarity with changing mean Example 5.2 Dow Jones Index Exemplo: Página 271 The process shows signs of nonstationarity with changing mean and possibly variance.

Example 5.2 The slowly decreasing sample ACF and sample PACF with significant value at lag 1, which is close to 1 confirm that indeed the process can be deemed nonstationary.

Example 5.2 One might argue that the significant sample PACF value at lag I suggests that the AR( I) model might also fit the data well. We will consider this interpretation first and fit an AR( I) model to the Dow Jones Index data.

Example 5.2 The modified Box-Pierce test suggests that there is no autocorrelation left in the residuals. This is also confirmed by the sample ACF and PACF plots of the residuals

Example 5.2

Example 5.2 The only concern in the residual plots in is in the changing variance observed in the time series plot of the residuals.

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.3 Prediction with AR(2) Exemplo pag 278

Example 5.3

Example 5.3

Example 5.5 U.S. Clothing Sales Data Exemplo: Página 283 The data obviously exhibit some seasonality and upward linear trend. c

Example 5.5 The sample ACF and PACF indicate a monthly seasonality, s = 12, as ACF values at lags 12, 24, 36 are significant and slowly decreasing

Example 5.5 The sample ACF and PACF indicate a monthly seasonality, s = 12, as ACF values at lags 12, 24, 36 are significant and slowly decreasing

Example 5.5 There is a significant PACF value at lag 12 that is close to 1. Moreover, the slowly decreasing ACF in general also indicates a nonstationarity that can be remedied by taking the first difference. Hence we would now consider

Example 5.5

Example 5.5 There is a significant PACF value at lag 12 that is close to 1. Moreover, the slowly decreasing ACF in general also indicates a nonstationarity that can be remedied by taking the first difference. Hence we would now consider

Example 5.5 Figure shows that first difference together with seasonal differencing helps in terms of stationarity and eliminating the seasonality

Example 5.5

Example 5.5 The sample ACF with a significant value at lag 1 and the sample PACF with exponentially decaying values at the first 8 lags suggest that a nonseasonal MA( I) model should be used.

Example 5.5 The interpretation of the remaining seasonality is a bit more difficult. For that we should focus on the sample ACF and PACF values at lags 12. 24, 36, and so on. The sample ACF at lag 12 seems to be significant and the sample PACF at lags 12, 24, 36 (albeit not significant) seems to be alternating in sign. That suggests that a seasonal MA(1) model can be used as well. Hence an ARIMA (0, 1, 1) x (0, 1, 1) 12 model is used to model the data, yt

Example 5.5 Both MA( 1) and seasonal MA( 1) coefficient estimates are significant. As we can see from the sample ACF and PACF plots, while there are still some small significant values, as indicated by the modified Box-Pierce statistic, most of the autocorrelation is now modeled out.

Example 5.5 As we can see from the sample ACF and PACF plots, while there are still some small significant values, as indicated by the modified Box-Pierce statistic, most of the autocorrelation is now modeled out.

Example 5.5

Example 5.5

Introduction Exponential smoothing. The general assumption for these models was that any time series data can be represented as the sum of two distinct components: deterministic and stochastic (random). The former (deterministic) is modeled as a function of time whereas for the latter (stochastic) we assumed that some random noise that is added on the deterministic signal generates the stochastic behavior of the time series. One very important assumption is that the random noise is generated through independent shocks to the process. In practice, however, this assumption is often violated. That is, usually successive observations show serial dependence. Under these circumstances, forecasting methods based on exponential smoothing may be inefficient and sometimes inappropriate because they do not take advantage of the serial dependence in the observations in the most effective way. To formally incorporate this dependent structure, we will explore a general class of models called autoregressive integrated moving average models or ARIMA models (also known as Box-Jenkins models).

Linear Models for Stationary Time Series A linear filter is defined as Um conceito de Processamento de Sinais is said to be

Stationarity

Some Examples

Stationary Time Series Many time series do not exhibit a stationary behavior The stationarity is in fact a rarity in real life However it provides a foundation to build upon since (as we will see later on) if the time series in not stationary, its first difference (yt-yt-1) will often be

Linear Filter

If Input is White Noise

Using the Backshift Operator

Wold’s Decomposition Theorem Any nondeterministic weakly stationary time series can be written as an infinite sum of weighted random shocks (disturbances) where

How can we come up with “infinitely” many terms? How useful is this? Well, not so much!!! How can we come up with “infinitely” many terms?

Maybe we should consider some special cases:

Finite Order Moving Average Processes (Ma(q))

Some Properties Expected Value Variance

Some Properties Autocovariance Function Autocorrelation Function (ACF)

Autocorrelation Function of MA(q) ACF of Ma(q) ”cuts off” after lag q This is very useful in the identification of an MA(q) process

Example Employ.mtw

Diferences

Autocorrelation The graphs for the autocorrelation function (ACF) of the ARIMA residuals include lines representing two standard errors to either side of zero. Values that extend beyond two standard errors are statistically significant at approximately a = 0.05, and show evidence that the model does not explain thel autocorrelation in the data. Because you did not specify the lag length, autocorrelation uses the default length of n / 4 for a series with less than or equal to 240 observations. Minitab generates an autocorrelation function (ACF) with approximate a = 0.05 critical bands for the hypothesis that the correlations are equal to zero.

Autocorrelation The ACF for these data shows large positive, significant spikes at lags 1 and 2 with subsequent positive autocorrelations that do not die off quickly. This pattern is typical of an autoregressive process.

Ljung-Box q statistic Use to test whether a series of observations over time are random and independent. If observations are not independent, one observation may be correlated with another observation k time units later, a relationship called autocorrelation. Autocorrelation can impair the accuracy of a time-based predictive model, such as time series plot, and lead to misinterpretation of the data. For example, an electronics company tracks monthly sales of batteries for five years. They want to use the data to develop a  time series model to help forecast future sales. However, monthly sales may be affected by seasonal trends. For example, every year a rise in sales occurs when people buy batteries for Christmas toys. Thus a monthly sales observation in one year could be correlated with a monthly sales observations 12 months later (a lag of 12). Before choosing their time series model, they can evaluate autocorrelation for the monthly differences in sales. The Ljung-Box Q (LBQ) statistic tests the null hypothesis that autocorrelations up to lag k equal zero (i.e., the data values are random and independent up to a certain number of lags--in this case 12). If the LBQ is greater than a specified critical value, autocorrelations for one or more lags may be  significantly different from zero, suggesting the values are not random and independent over time. LBQ is also used to evaluate assumptions after fitting a time series model, such as ARIMA, to ensure that the residuals are independent. The Ljung-Box is a Portmanteau test and is a modified version of the Box-Pierce chi-square statistic.

Ho: Autocorrelation (lag<6) = 0 You can use the Ljung-Box Q (LBQ) statistic to test the null hypothesis that the autocorrelations for all lags up to lag k equal zero. Let's test that all autocorrelations up to a lag of 6 are zero. The LBQ statistic is 56.03. Ho: Autocorrelation (lag<6) = 0 Variable CumProb is created

In this example, the p-value is 0 In this example, the p-value is 0.000000, which means the p-value is less than 0.0000005. The very small p-value implies that one or more of the autocorrelations up to lag 6 can be judged as significantly different from zero at any reasonable a level.

Partial autocorrelation computes and plots the partial autocorrelations of a time series. Partial autocorrelations, like autocorrelations, are correlations between sets of ordered data pairs of a time series. As with partial correlations in the regression case, partial autocorrelations measure the strength of relationship with other terms being accounted for. The partial autocorrelation at a lag of k is the correlation between residuals at time t from an autoregressive model and observations at lag k with terms for all intervening lags present in the autoregressive model. The plot of partial autocorrelations is called the partial autocorrelation function or PACF. View the PACF to guide your choice of terms to include in an ARIMA model.

You obtain a partial autocorrelation function (PACF) of the food industry employment data, after taking a difference of lag 12, in order to help determine a likely ARIMA model.

Minitab generates a partial autocorrelation function with critical bands at approximately a = 0.05 for the hypothesis that the correlations are equal to zero. In the food data example, there is a single large spike of 0.7 at lag 1, which is typical of an autoregressive process of order one. There is also a significant spike at lag 9, but you have no evidence of a nonrandom process occurring there.

Sample ACF Will not be equal to zero after lag q for an MA(q) But it will be small For the same size of N, this can be tested using the limits:

First-Order Moving Average Process MA(1) for which autocovariance and autocorrelation functions are given as

Some Examples Note, the behavior of sample ACF

Second-Order Moving Average Process MA(2) for which autocovariance and autocorrelation functions are given as

An Example

Finite Order Autoregressive Processes (AR(p)) MA(q) processes take into account disturbances up to q lags in the past What if all past disturbances have some lingering effects? Back to square one? We may be able to come up with some special cases though

A very special case What if we let

Decomposition and

Combining the two equations This is an AR(1) model

First-Order Autoregressive Process (AR(1))

Properties Expected Value Autocovariance Function Autocorrelation Function

Some Examples

Second-Order Autoregressive Process (AR(2))

Conditions for Stationarity

AR(2) is stationary if …

AR(2) is stationary if …

AR(2) Hence {yj} satisfy the 2nd order linear difference equation. So the yi can be expressed as the solution to this equation in terms of the 2 roots m1 and m2 of the associated polynomial If the roots m1 and m2 satisfy

AR(2) is stationary if the roots m1 and m2 of are both less than one in absolute value

ACF of a stationary AR(2)

ACF of a stationary AR(2) Yule-Walker Equations

ACF of a stationary AR(2) Hence ACF satisfies the 2nd order linear difference equation. So the r(k) can be expressed as the solution to this equation in terms of the 2 roots m1 and m2 of the associated polynomial

ACF of a stationary AR(2)

Some Examples

AR(p)

are less than one in absolute value. AR(p) is Stationary If the roots of are less than one in absolute value.

Infinite MA representation

Expected Value of an AR(p)

Autocovariance Function of an AR(p)

Autocorrelation Function of an AR(p)

ACF of AR(p) In general ACF of AR(p) can be a mixture of exponential decay and damped sinusoidal behavior depending on the solution to the corresponding Yule-Walker equations.

ACF of AR(p)

ACF of MA(q) “cuts off” after q ACF for AR(p) and MA(q) ACF of MA(q) “cuts off” after q ACF of AR(p) can be a mixture of exponential decay and damped sinusoidal

So how are we going to determine p in the AR(p) model?

Partial Correlation Suppose X, Y and Z are random variables. We define the notion of partial correlation between X and Y adjusting for Z. First consider simple linear regression of X on Z Also the linear regression of Y on Z

Partial Correlation Now consider the errors Then the partial correlation between X and Y, adjusting for Z, is

Partial Autocorrelation Function (PACF)

Partial Autocorrelation Function (PACF)

Partial Autocorrelation Function (PACF)

Partial Autocorrelation Function (PACF)

Sample Partial Autocorrelation Function

Some Examples

For an AR(p) process, PACF cuts off after lag p. For an MA(q) process, PACF has an exponential decay and/or a damped sinusoid form

Invertibility of a MA Process

Invertibility of a MA Process

Invertibility of a MA Process We have

The ACF and PACF do have very distinct and indicative properties for MA and AR models. Therefore in model identification it is strongly recommended to use both the sample ACF and PACF simultaneously

Mixed Autoregressive-Moving Average (ARMA(p,q)) Process

Stationarity of ARMA(p,q)

Invertibility of ARMA(p,q)

ACF and PACF of an ARMA(p,q) Both ACF and PACF of an ARMA(p,q) can be a mixture of exponential decay and damped sinusoids depending on the roots of the AR operator.

ARMA Models For ARMA models, except for possible special cases, neither ACF nor PACF has distinctive features that would allow “easy identification” For this reason, there have been many additional sample functions considered to help with identification problem: Extended sample ACF (ESACF) Generalized sample PACF (GPACF) Inverse ACF Use of “canonical correlations”

Some Examples

Review of Main Characteristics of ACF and PACF

Review of Main Characteristics of Sample ACF and PACF

Some Examples

Some Examples

Some Examples

Some Examples

Some Examples

ARIMA Models Process {yt} is ARIMA(p,d,q), if the dth order differences, wt=(1-B)dyt, form a stationary ARMA(p,q) process: Thus {yt} satisfies

Some Examples

Some Examples

Model Building Given T observations from a process, want to obtain a model that adequately represents the main features of the time series data. Model can be used for purposes of forecasting, control, …

STAGE 1: Model Specification or Identification 3-Stage Procedure STAGE 1: Model Specification or Identification Consider issue of nonstationarity vs. stationarity of series. Use procedures such as differencing to obtain a stationary series; say wt=(1-B)dyt Examine sample ACF and PACF of wt and use features of these functions to identify an appropriate ARMA model. The specification is “tentative”

Review of Main Characteristics of ACF and PACF

Review of Main Characteristics of Sample ACF and PACF

ARMA Models For ARMA models, except for possible special cases, neither ACF nor PACF has distinctive features that would allow “easy identification” For this reason, there have been many additional sample functions considered to help with identification problem: Extended sample ACF (ESACF) Generalized sample PACF (GPACF) Inverse ACF Use of “canonical correlations”

STAGE 2: Estimation of Parameters in Tentatively Specified Model 3-Stage Procedure STAGE 2: Estimation of Parameters in Tentatively Specified Model Method of moments Least Squares Maximum Likelihood

STAGE 3: Model Checking 3-Stage Procedure Based on examining features of residuals

3-Stage Procedure STAGE 3: If the specified model is appropriate order p, q; then we expect the residuals behave similar to the “true” white noise et.

Example 5.1 Weekly total number of loan applications

Example 5.1

Example 5.1

Example 5.1

Example 5.1

Example 5.1

Example 5.1

Example 5.2 Dow Jones Index

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Example 5.2

Forecasting ARIMA Processes

Forecasting ARIMA Processes

The “best” forecast

Forecast Error

Prediction Intervals

Two Issues

Illustration Using ARIMA(1,1,1) ARIMA(1,1,1) process is given as Two commonly used approaches

Approach 1

Approach 2

Example 5.3

Seasonal Processes

Seasonal Processes

Seasonal Processes

Seasonal Processes

Example 5.4

Example 5.5 U.S. Clothing Sales Data

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Example 5.5

Use ARIMA to model time series behavior and to generate forecasts Use ARIMA to model time series behavior and to generate forecasts. ARIMA fits a Box-Jenkins ARIMA model to a time series. ARIMA stands for Autoregressive Integrated Moving Average with each term representing steps taken in the model construction until only random noise remains. ARIMA modeling differs from the other time series methods in the fact that ARIMA modeling uses correlational techniques. ARIMA can be used to model patterns that may not be visible in plotted data.

The ACF and PACF of the food employment data suggest an autoregressive model of order 1, or AR(1), after taking a difference of order 12. You fit that model here, examine diagnostic plots, and examine the goodness of fit. To take a seasonal difference of order 12, you specify the seasonal period to be 12, and the order of the difference to be 1.

1    Model is specified by the usual notation (pdq) x (PDQ) S: (pdq) is for a nonseasonal model; (PDQ) for a seasonal, and S is the seasonality. 2    At least one of the p, P, q, or Q parameters must be non-zero, and none may exceed five. 3    The maximum number of parameters you can estimate is ten. 4    At least three data points must remain after differencing. That is, S * D + d + 2 must be less than the number of points, where S is the length of a season. 5    The maximum "back order" for the model is 100. In practice, this condition is always satisfied if S * D + d + p + P + q + Q is at most 100. 6    The ARIMA model normally includes a constant term only if there is no differencing (that is, d = D = 0). 7    Missing observations are only allowed at the beginning or the end of a series, not in the middle. 8    The seasonal component of this model is multiplicative, and thus is appropriate when the amount of cyclical variation is proportional to the mean.

The ARIMA model converged after nine iterations The ARIMA model converged after nine iterations. The AR(1) parameter had a t-value of 7.42. As a rule of thumb, you can consider values over two as indicating that the associated parameter can be judged as significantly different from zero. The MSE (1.1095) can be used to compare fits of different ARIMA models. The Ljung-Box statistics give nonsignificant p-values , indicating that the residuals appeared to uncorrelated. The ACF and PACF of the residuals corroborate this. You assume that the spikes in the ACF and PACF at lag 9 are the result of random events The coefficients are estimated using an iterative algorithm that calculates least squares estimates. At each iteration, the back forecasts are computed and SSE is calculated. Back forecasts are calculated using the specified model and the current iteration's parameter estimates

Box and Jenkins [2] present an interactive approach for fitting ARIMA models to time series. This iterative approach involves identifying the model, estimating the parameters, checking model adequacy, and forecasting, if desired. The model identification step generally requires judgment from the analyst. 1    First, decide if the data are stationary. That is, do the data possess constant mean and variance . ·    Examine a time series plot to see if a transformation is required to give constant variance. ·    Examine the ACF to see if large autocorrelations do not die out, indicating that differencing may be required to give a constant mean. A seasonal pattern that repeats every kth time interval suggests taking the kth difference to remove a portion of the pattern. Most series should not require more than two difference operations or orders. Be careful not to overdifference. If spikes in the ACF die out rapidly, there is no need for further differencing. A sign of an overdifferenced series is the first autocorrelation close to -0.5 and small values elsewhere.

2    Next, examine the ACF and PACF of your stationary data in order to identify what autoregressive or moving average models terms are suggested. ·    An ACF with large spikes at initial lags that decay to zero or a PACF with a large spike at the first and possibly at the second lag indicates an autoregressive process. ·    An ACF with a large spike at the first and possibly at the second lag and a PACF with large spikes at initial lags that decay to zero indicates a moving average process. ·    The ACF and the PACF both exhibiting large spikes that gradually die out indicates that both autoregressive and moving averages processes are present. For most data, no more than two autoregressive parameters or two moving average parameters are required in ARIMA models.

3    Once you have identified one or more likely models, you are ready to use the ARIMA procedure. ·    Fit the likely models and examine the significance of parameters and select one model that gives the best fit. ·    Check that the ACF and PACF of residuals indicate a random process, signified when there are no large spikes. You can easily obtain an ACF and a PACF of residual using ARIMA's Graphs subdialog box. If large spikes remain, consider changing the model. ·    You may perform several iterations in finding the best model. When you are satisfied with the fit, go ahead and make forecasts. The ARIMA algorithm will perform up to 25 iterations to fit a given model. If the solution does not converge, store the estimated parameters and use them as starting values for a second fit. You can store the estimated parameters and use them as starting values for a subsequent fit as often as necessary.

The graphs for the ACF and PACF of the ARIMA residuals include lines representing two standard errors to either side of zero. Values that extend beyond two standard errors are statistically significant at approximately a = 0.05, and show evidence that the model has not explained all autocorrelation in the data.

The AR(1) model appears to fit well so you use it to forecast employment.

The ARIMA algorithm is based on the fitting routine in the TSERIES package written by Professor William Q. Meeker, Jr., of Iowa State University. W.Q. Meeker, Jr. (1977). "TSERIES-A User-oriented Computer Program for Identifying, Fitting and Forecasting ARIMA Time Series Models," ASA 1977 Proceedings of the Statistical Computing Section. W.Q. Meeker, Jr. (1977). TSERIES User's Manual, Statistical Laboratory, Iowa State University.