EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION

Size: px
Start display at page:

Download "EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION"

Transcription

1 ARIMA MODELS: IDENTIFICATION A. Autocorrelations and Partial Autocorrelations 1. Summary of What We Know So Far: a) Series y t is to be modeled by Box-Jenkins methods. The first step was to convert y t to stationary series x t and zero-mean series z t. 1) Consecutive and seasonal differencing or other deterministic transformations of y t yielded stationary series x t, where E(x t ) = μ and Var(x t ) = σ 2. 2) For ARMA modeling, we write x t = μ + z t, where z ~ ARMA(p,q). 3) We estimate μ with x, then compute series z t = x t x. 4) z is stationary, with E(z t ) = and Var(z t ) = Var(x t ) = σ 2. b) The next step is to identify the ARMA process that might have generated z t. 1) z ~ ARMA(p,q): z t = φ 1 z t φ p z t-p + ε t + θ 1 ε t θ q ε t-q, ε ~ WN(, σ 2 ε). 2) The principal tool of identification is the pattern in the autocorrelations (ρ h ) and partial autocorrelations (φhh) of z. Different processes have distinct patterns. 3) We use estimates and of z t, then look for a match with patterns of a known ARMA time-series generating process. c) Before proceeding with identification, we must know 2 things: What are autocorrelations and partial autocorrelations of a time series? What patterns in autocorrelation functions and partial autocorrelation functions (ACF and PACF) are associated with different ARMA models? 2. Autocorrelations and the ACF: a) We examined autocorrelations in Topic 5 when we defined stationarity as implying constant mean, variance and autocorrelations. 1) Given two random variables X and Y, covariance σ xy = E[(x-μ x )(y-μ y )] and correlation ρ xy = σ xy /σ x σ y. 2) In any time series y t, autocorrelation ρ t,t-h is the correlation between y t and previous value y t-h : ρ t,t-h = E[(y t -μ t )(y t-h -μ t-h )]/σ t σ t-h. 3) If z is stationary with zero mean, and constant variance σ 2 : ρ t,t-h = E(z t z t-h )/σ 2. 4) Furthermore, stationarity implies that ρ t,t-h = ρ h, constant over time; it depends only on the temporal displacement s and not on t: ρ 1 = Corr(z t,z t-1 ), ρ 2 = Corr(z t,z t-2 ); ρ h = Corr(z t,z t-h ) b) Estimating autocorrelations. 1) Start with y t, t = 1...T. Some observations are lost in differencing to arrive at stationary series x t and z t = x t x, t = τ...t. Let n = number of remaining observations. For successful ARIMA forecasting, we need n 75 or so. 1

2 2) Estimate true autocorrelations ρ h with sample autocorrelations, where s h is the estimated or sample cov(z t,z t-h ) and s 2 is the sample variance of z: T zt zt h T t= h+ 1 s ˆ ρ = = T 2 zt s T h h 2 t= 1 for large T 3) Note that we could get essentially the same estimates by running the following series of OLS regressions: z t = α + βz t-1 + u t : = z t = α + βz t-2 + u t : = z t = α + βz t-h + u t : = 3. Partial Autocorrelations and the PACF: a) Partial autocorrelation in time-series analysis. 1) Ordinary autocorrelations ρ h = E(z t,z t-h )/σ 2 measure the overall linear relationship between z t and z t-h. 2) The s-order partial autocorrelation φ hh measures that part of the correlation ρ h between z t-h and z t not already explained by ρ 1, ρ 2,..., ρ h-1. b) Let s illustrate with z t = φ 1 z t-1 + φ 2 z t-2 + ε t. Recall that ε ~ WN(,σ 2 ε), so ε t is not correlated with past values ε t-h or z t-h. 1) z t is related to z t-2 in two ways. Direct dependence through φ 2 z t-2 Indirect dependence through φ 1 z t-1 because z t-1 = φ 1 z t-2 + φ 2 z t-3 + ε t-1. 2) Now note that: ρ 2 = E(z t z t-2 )/σ 2 = E[(φ 1 z t-1 + φ 2 z t-2 + ε t )z t-2 ]/σ 2 = E(φ 1 z t-1 z t-2 + φ 2 z t ε t z t-2 )/σ 2 = φ 1 ρ 1 + φ 2 3) Thus, part of ρ 2 is determined by ρ 1. φ 22 is that part of ρ 2 not explained by ρ 1. 4) Similarly, φ 33 is that part of ρ 3 which is not already determined by ρ 1 and ρ 2, etc. 5) Incidentally, φ 11 ρ 1. [Why?] c) Estimate partial autocorrelations with series of OLS regressions: z t = α + β 1 z t-1 + u t : z t = α + β 1 z t-1 + β 2 z t-2 + u t : : z t = α + β 1 z t-1 + β 2 z t βhz t-h + u t : 4. Standard Errors of Estimators and and Hypothesis Tests: a) If true = =, then for large T, sampling distributions of and are normal with mean and standard error se( ) = se( ) = 1/ T: and ~ N(,1/T) 2

3 b) Consider hypothesis tests H : (or ) = ; H 1 : (or ). If -2/ T < or < 2/ T, do not reject H at 5% level of significance c) Ljung-Box Test (Portmanteau Test) A test that first h autocorrelations are jointly zero : against : for at least one 1,, Test statistics: 2 ~ Example: Olympic, high jump data Date: 9/3/7 Time: 16:15 Sample: 1 2 Included observations: 2 Autocorrelation Partial Correlation h AC PAC Q-Stat Prob. ******. ****** ***** ****. * ***. * **.. * *.. * * *.. * * ** **..** ***

4 4

5 B. ACF and PACF Patterns in Nonseasonal ARMA Processes 1. Introduction: a) A stationary series x t has been obtained, t = 1...T. b) The correlogram of x is a table and graph representing its estimated autocorrelation function (ACF) and partial autocorrelation function (PACF), showing and along with the ± 2 SE bounds (where SE = 1/ T). Correlogram of X Included observations: T = 59 Autocorrelation Partial Correlation s AC PAC Q-Stat Prob ****. **** ** * * **..* ** * *..* c) Now we try to match patterns in the correlogram with patterns of known ARMA processes to identify the ARMA(p,q) model which might have generated x. The patterns to look for are presented in the next sections below. Recall that: Correlograms of x t and z t = x t x are identical Var(x) = var(z) = σ 2 ε ~ WN(, σ 2 ε) d) Remember that when working with actual data series, correlograms are based on estimates and. Patterns in the estimated ACF and PACF will rarely be crystal clear. 2. First-Order Autoregressive Processes: a) z ~ ARMA(1,) or just AR(1): z t = φz t-1 + ε t or (1-φL)z t = ε t b) Mean and variance. 1) E(z t ) = 2) Var(z t ) = σ 2 = σ 2 ε/(1-φ 2 ). Proof: Var(z t ) = E(z t 2 ) = E[(φz t-1 + ε t ) 2 ] = E[φ 2 z t φε t z t-1 + ε t 2 ] = φ 2 σ σ 2 ε c) Theoretical ACF. 1) ρ 1 = Corr(z t,z t-1 ) = E(z t z t-1 )/σ 2 2) E(z t z t-1 ) = E[(φz t-1 + ε t )z t-1 ] = E(φz t ε t z t-1 ) = φσ 2 + 3) Hence, ρ 1 = φ. 4) It is easy to show that ρ 2 = E(z t z t-2 ) = φ 2, and that, in general, ρ h = σ h. 5

6 5) Since stationarity implies that φ < 1, the ρ h decay to (die out geometrically), possibly with oscillations, from lag h = 1. d) Theoretical PACF. 1) As with all processes, φ 11 ρ 1, which in this case = φ. 2) z t is correlated with z t-2 because z t is a function of z t-1, and z t-1 = φz t-2 + u t-1. But is there any correlation between z t and z t-2 that is not through the influence of z t-1, which is what φ hh would measure? The answer is no, because ρ 2 = φ 2 = φρ 1 and, in general, ρ h = φ h = φρ h-1. There is no part of the dependence of z t on z t-h that is not explained ρ 1, ρ 2,..., ρ h-1. 3) Hence, φ hh =, h > 1. The φ hh cut off after lag h = 1. Theoretical ACF -- AR(1) Theoretical PACF -- AR(1) Autocorrelation Rs Partial Autocorrelation Rss Processes: Lag h s -.4 Lag sh 2. Second and Higher-Order Autoregressive a) z ~ ARMA(p,) or just AR(p): z t = φ 1 z t φ p z t-p + ε t b) Theoretical ACF and PACF patterns for AR(p) processes. 1) ρ h eventually decay to (die out geometrically) possibly with oscillations and perhaps not uniformly. 2) As with all processes, φ hh ρ 1. Also, φ pp = φ p. 3) All φ hh = (cut off) for lags h > p. Theoretical ACF -- AR(2) Theoretical PACF -- AR(2) Autocorrelation Rs Partial Autocorrelation Rss Lag h s Lag sh

7 3. First-Order Moving Average Process: a) z ~ ARMA(,1) or just MA(1): z t = ε t + θε t-1 or z t = (1+θL)ε t b) Mean and variance. 1) E(z t ) = 2) Var(z t ) = σ 2 = (1+θ 2 )σ 2 ε. Proof: Var(z t ) = E(z t 2 ) = E[(ε t + θε t-1 ) 2 ] = E(ε t 2 + 2θε t ε t-1 + θ 2 ε t-1 2 ) = σ 2 ε + + θ 2 σ 2 ε c) Theoretical ACF. 1) ρ 1 = Corr(z t,z t-1 ) = E(z t z t-1 )/σ 2 2) E(z t z t-1 ) = E[(ε t + θε t-1 )( ε t-1 + θε t-2 )] = E(ε t ε t-1 + θε t ε t-2 + θε t θ 2 ε t ε t-2 ) = + + θσ 2 ε + = θσ 2 ε 3) Hence, ρ 1 = θσ 2 ε/σ 2 = θσ 2 ε/[(1+θ 2 )σ 2 ε] = θ/(1+θ 2 ) ½. 4) It is easy to show that ρ 2 = E(z t z t-2 ) = and that, in general, ρ h =, h > 1. The ρ h cut off after lag h = 1. d) Theoretical PACF. 1) As with all processes, φ 11 ρ 1, which in this case = θ/(1+θ 2 ) 1/2. 2) The φ hh die out geometrically, possibly with oscillations, from lag h = 1. [See explanation below.] Theoretical ACF -- MA(1) Theoretical PACF -- MA(1).1.1 Autocorrelation Rs Partial Autocorre lation Rss Lag h s -.6 Lag h s e) To understand why the PACF dies out, we must consider something new, called the invertibility condition for an MA(q) process. 1) An MA(1) process can be inverted to an AR( ) process by back substitution: z t = ε t + θε t-1 => ε t = z t θε t-1 = z t θ(z t-1 θε t-2 ) =... Rearranging, we eventually get z t = ε t + θz t-1 + θ 2 z t-2 + θ 3 z t

8 2) The z ~ AR( ) process is convergent only if θ < 1, the so-called invertibility condition for MA(1) processes. We will avoid further discussion of invertibility as things are already complicated enough. But from the AR( ) process, we see that z is correlated with all its past values z t-h, and that they are dying out because θ h as h. But none of this correlation is determined by direct autocorrela-tions ρ 2, ρ 3,... ρ h-1, which all =. All of it is partial autocorrelation φ hh. 4. Second and Higher-Order Moving Average Processes: a) z ~ ARMA(,q) or just MA(q): z t = ε t + θ 1 ε t θ q ε t-q b) Theoretical ACF and PACF patterns for MA(q) processes. 1) ρ h = (cut off) for lags h > q. 2) As with all processes, φ 11 ρ 1. 3) φ hh eventually decay to (die out geometrically), possibly with oscillation and perhaps not uniformly. 4) For a sample diagram, switch the ACF/PACF patterns of the AR(2) model above. 5. Mixed ARMA(1,1) Process: a) z ~ ARMA(1,1): or (1-φL)z t = (1+θL)ε t b) Mean and Variance. 1) E(z t ) = 2) Var(z t ) = σ 2 = [(1+θ 2 +2φθ)/(1-φ 2 )]σ 2 ε. Proof: [Left as exercise] Var(z t ) = E(z t 2 ) = E[(ε t + θε t-1 ) 2 ] = E(ε t 2 + 2θε t ε t-1 + θ 2 ε t-1 2 ) = σ 2 ε + + θ 2 σ 2 ε c) Theoretical ACF and PACF patterns for ARMA(1,1) processes. (1 + ϕθ)( φ + θ ) 1) ρ 1 = and ρh = ϕρ 1 2 Proof left as excercise 2 h h 1+ θ + 2ϕθ 2) Thus, ρ h decay to (die out geometrically), possibly with oscillation, starting from lag h = 1. 3) As with all processes, φ 11 ρ 1. 4) φ hh decay to (die out geometrically), possibly with oscillation, from lag h = 1. 8

9 Theoretical ACF -- ARMA(1,1) Theoretical PACF -- ARMA(1,1) Autocorrelation Rs Partial Autocorrelation Rss Lag Lag h s -1 Lag s 6. Mixed ARMA(p,q) Processes: a) z ~ ARMA(p,q): z t = φ 1 z t φ p z t-p + ε t + θ 1 ε t θ q ε t-q b) Theoretical ACF and PACF patterns for ARMA(p,q) processes. 1) ρ h eventually decay to (die out geometrically), possibly with oscillation, beginning from lag h = q. 2) As with all processes, φ 11 ρ 1. 3) φ hh eventually decay to (die out geometrically), possibly with oscillation, beginning from lag h = p. Theoretical ACF -- ARMA(2,3) Theoretical PACF -- ARMA(2,3) Autocorrelation Rs Partial Autocorrelation Rss Lag h s -.3 Lag Lag h h s 7. Seasonal ARIMA Processes: a) ARIMA models. 1) Suppose that original series y t is differenced d times to get stationary series x t and x ARMA(p,q). 9

10 2) Then we write y ARIMA(p,d,q). b) Seasonal ARIMA models. 1) If y t is nonstationary in part due to seasonality of length M, both D seasonal and d consecutive differences may be required to reach stationarity. For d = D = 1: x t = (1-L)(1-L s )y t = (y t - y t-1 ) - (y t-m - y t-m-1 ) = Δy t Δy t-s 2) Even after differencing, the generating process of x t may still include seasonal SAR(P) and SMA(Q) terms. If x t is generated by a mixture of ARMA(p,q) and SARMA(P,Q) processes, we write: x ARMA(p,q)(P,Q) and y ~ ARIMA(p,d,q)(P,D,Q) 3) Suppose z = x-μ ARMA(1,1)(1,1) and M = 4. Then the model has ARMA parameters φ and θ and seasonal SARMA parameters Φ and Θ: (1-φL)(1-ΦL 4 )z t = (1-θL)(1-ΘL 4 )ε t or (z t -φz t-1 ) - Φ(z t-4 -φz t-5 ) = (ε t -θε t-1 ) - Θ(ε t-4 -θε t-5 ) 1

11 Here are some more examples of ACF and PACF patterns: EXAMPLE ACF EXAMPLE PACF SUGGESTED MODEL FORM AR(1) (1 - Φ 1 L 1 ) (x t - μ) = ε t AR(2= (1- Φ 1 L 1 - Φ 2 L 2 ) (x t - μ) = ε t AR(4) (1- Φ 1 L 4 ) (x t - μ) = ε t MA(1) (x t - μ) = (1- θ 1 L 1 ) ε t MA(4) (x t - μ) = (1- θ 1 L 4 ) ε t AR1MA(1,4) (1- Φ 1 L 1 ) (x t - μ) = (1- θ 1 L 4 ) ε t As illustrated above, matching up patterns in observed sample ACF's and PACF's with theoretical models can sometimes be a bit of a challenge. An approach is to implement a search and- capture heuristic which evaluates alternatives and then selects the best model using decision rules based upon the AIC criteria and the error sum of squares. This rule-based system then can be used to automatically identify the initial model. 11

12 IDENTIFICATION OF ARMA MODELS: A SUMMARY OF PROPERTIES OF THE AC AND PAC FUNCTIONS (Adapted from Enders, page 85) PROCESS ACF PACF White noise All ρ h = All φ hh = AR(1): φ 1 > Direct exponential decay: φ 11 = φ 1; φ hh = for k 2 h ρ h = φ 1 AR(1): φ 1 < κ Oscillating decay: ρ k = φ 1 φ 11 = φ 1; φ hh = for k 2 AR(p) Decays towards zero. Coefficients may oscillate. Spikes through until lag p, followed by cut off in PAC function beyond lag p. φ hh for k p. φ hh = for k > p. MA(1): θ 1 < Negative spike at lag 1. Exponential decay: φ 11 < ρ h = for h 2 MA(1): θ 1 > Positive spike at lag 1. ρ h = for h 2 Exponential decay: φ 11 > MA(q) ARMA(1,1) : φ 1 > ARMA(1,1) : φ 1 < ARMA(p,q) ρ h for h q ρ h = for h > q i.e. a cut-off in the ACF Exponential decay beginning at lag 1 Oscillating decay beginning at lag 1 Decay (either direct or oscillatory) at lag q φ hh taper off Oscillatory decay beginning at lag 1. φ 11 = φ 1 Exponential decay beginning at lag 1. φ 11 = φ 1 Decay (either direct or oscillatory) beginning at lag p, but no distinct cut-off point. I(1) or I(2) series ρ h tapers off very slowly or not at all 12

13 In summary, the autocorrelation function (ACF) and partial autocorrelation function(pacf) shows the following behavior for causal and invertible ARMA models: AR(p) MA(q) ARMA(p,q) ACF Tails off Cuts off after lag q Tails off PACF Cuts off after lag p Tails off Tails off Therefore, * If the ACF cuts off after lag q, we have an MA(q) model. * If the PACF cuts off after lag p, we have an AR(p) model. * If neither the ACF nor the PACF cut off, then we have an ARMA model. Here the ACF and PACF provide little useful information for determining p and q. 13

Applied time-series analysis

Applied time-series analysis Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 18, 2011 Outline Introduction and overview Econometric Time-Series Analysis In principle,

More information

Econometrics II Heij et al. Chapter 7.1

Econometrics II Heij et al. Chapter 7.1 Chapter 7.1 p. 1/2 Econometrics II Heij et al. Chapter 7.1 Linear Time Series Models for Stationary data Marius Ooms Tinbergen Institute Amsterdam Chapter 7.1 p. 2/2 Program Introduction Modelling philosophy

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models Module 3 Descriptive Time Series Statistics and Introduction to Time Series Models Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W Q Meeker November 11, 2015

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis Chapter 12: An introduction to Time Series Analysis Introduction In this chapter, we will discuss forecasting with single-series (univariate) Box-Jenkins models. The common name of the models is Auto-Regressive

More information

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 )

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 ) Covariance Stationary Time Series Stochastic Process: sequence of rv s ordered by time {Y t } {...,Y 1,Y 0,Y 1,...} Defn: {Y t } is covariance stationary if E[Y t ]μ for all t cov(y t,y t j )E[(Y t μ)(y

More information

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis Introduction to Time Series Analysis 1 Contents: I. Basics of Time Series Analysis... 4 I.1 Stationarity... 5 I.2 Autocorrelation Function... 9 I.3 Partial Autocorrelation Function (PACF)... 14 I.4 Transformation

More information

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn }

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn } Stochastic processes Time series are an example of a stochastic or random process Models for time series A stochastic process is 'a statistical phenomenon that evolves in time according to probabilistic

More information

Time Series Econometrics 4 Vijayamohanan Pillai N

Time Series Econometrics 4 Vijayamohanan Pillai N Time Series Econometrics 4 Vijayamohanan Pillai N Vijayamohan: CDS MPhil: Time Series 5 1 Autoregressive Moving Average Process: ARMA(p, q) Vijayamohan: CDS MPhil: Time Series 5 2 1 Autoregressive Moving

More information

Chapter 4: Models for Stationary Time Series

Chapter 4: Models for Stationary Time Series Chapter 4: Models for Stationary Time Series Now we will introduce some useful parametric models for time series that are stationary processes. We begin by defining the General Linear Process. Let {Y t

More information

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL B. N. MANDAL Abstract: Yearly sugarcane production data for the period of - to - of India were analyzed by time-series methods. Autocorrelation

More information

Class 1: Stationary Time Series Analysis

Class 1: Stationary Time Series Analysis Class 1: Stationary Time Series Analysis Macroeconometrics - Fall 2009 Jacek Suda, BdF and PSE February 28, 2011 Outline Outline: 1 Covariance-Stationary Processes 2 Wold Decomposition Theorem 3 ARMA Models

More information

STAT 443 Final Exam Review. 1 Basic Definitions. 2 Statistical Tests. L A TEXer: W. Kong

STAT 443 Final Exam Review. 1 Basic Definitions. 2 Statistical Tests. L A TEXer: W. Kong STAT 443 Final Exam Review L A TEXer: W Kong 1 Basic Definitions Definition 11 The time series {X t } with E[X 2 t ] < is said to be weakly stationary if: 1 µ X (t) = E[X t ] is independent of t 2 γ X

More information

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27 ARIMA Models Jamie Monogan University of Georgia January 16, 2018 Jamie Monogan (UGA) ARIMA Models January 16, 2018 1 / 27 Objectives By the end of this meeting, participants should be able to: Argue why

More information

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting)

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) (overshort example) White noise H 0 : Let Z t be the stationary

More information

γ 0 = Var(X i ) = Var(φ 1 X i 1 +W i ) = φ 2 1γ 0 +σ 2, which implies that we must have φ 1 < 1, and γ 0 = σ2 . 1 φ 2 1 We may also calculate for j 1

γ 0 = Var(X i ) = Var(φ 1 X i 1 +W i ) = φ 2 1γ 0 +σ 2, which implies that we must have φ 1 < 1, and γ 0 = σ2 . 1 φ 2 1 We may also calculate for j 1 4.2 Autoregressive (AR) Moving average models are causal linear processes by definition. There is another class of models, based on a recursive formulation similar to the exponentially weighted moving

More information

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION APPLIED ECONOMETRIC TIME SERIES 4TH EDITION Chapter 2: STATIONARY TIME-SERIES MODELS WALTER ENDERS, UNIVERSITY OF ALABAMA Copyright 2015 John Wiley & Sons, Inc. Section 1 STOCHASTIC DIFFERENCE EQUATION

More information

STAT Financial Time Series

STAT Financial Time Series STAT 6104 - Financial Time Series Chapter 4 - Estimation in the time Domain Chun Yip Yau (CUHK) STAT 6104:Financial Time Series 1 / 46 Agenda 1 Introduction 2 Moment Estimates 3 Autoregressive Models (AR

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 24 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models

ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Standard Univariate Models ECON/FIN

More information

STAD57 Time Series Analysis. Lecture 8

STAD57 Time Series Analysis. Lecture 8 STAD57 Time Series Analysis Lecture 8 1 ARMA Model Will be using ARMA models to describe times series dynamics: ( B) X ( B) W X X X W W W t 1 t1 p t p t 1 t1 q tq Model must be causal (i.e. stationary)

More information

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1 Forecasting using R Rob J Hyndman 2.4 Non-seasonal ARIMA models Forecasting using R 1 Outline 1 Autoregressive models 2 Moving average models 3 Non-seasonal ARIMA models 4 Partial autocorrelations 5 Estimation

More information

Stochastic Modelling Solutions to Exercises on Time Series

Stochastic Modelling Solutions to Exercises on Time Series Stochastic Modelling Solutions to Exercises on Time Series Dr. Iqbal Owadally March 3, 2003 Solutions to Elementary Problems Q1. (i) (1 0.5B)X t = Z t. The characteristic equation 1 0.5z = 0 does not have

More information

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Facoltà di Economia Università dell Aquila umberto.triacca@gmail.com Introduction In this lesson we present a method to construct an ARMA(p,

More information

Lab: Box-Jenkins Methodology - US Wholesale Price Indicator

Lab: Box-Jenkins Methodology - US Wholesale Price Indicator Lab: Box-Jenkins Methodology - US Wholesale Price Indicator In this lab we explore the Box-Jenkins methodology by applying it to a time-series data set comprising quarterly observations of the US Wholesale

More information

2. An Introduction to Moving Average Models and ARMA Models

2. An Introduction to Moving Average Models and ARMA Models . An Introduction to Moving Average Models and ARMA Models.1 White Noise. The MA(1) model.3 The MA(q) model..4 Estimation and forecasting of MA models..5 ARMA(p,q) models. The Moving Average (MA) models

More information

Lecture 1: Stationary Time Series Analysis

Lecture 1: Stationary Time Series Analysis Syllabus Stationarity ARMA AR MA Model Selection Estimation Lecture 1: Stationary Time Series Analysis 222061-1617: Time Series Econometrics Spring 2018 Jacek Suda Syllabus Stationarity ARMA AR MA Model

More information

Circle a single answer for each multiple choice question. Your choice should be made clearly.

Circle a single answer for each multiple choice question. Your choice should be made clearly. TEST #1 STA 4853 March 4, 215 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. There are 31 questions. Circle

More information

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo Vol.4, No.2, pp.2-27, April 216 MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo ABSTRACT: This study

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation University of Oxford Statistical Methods Autocorrelation Identification and Estimation Dr. Órlaith Burke Michaelmas Term, 2011 Department of Statistics, 1 South Parks Road, Oxford OX1 3TG Contents 1 Model

More information

Autoregressive and Moving-Average Models

Autoregressive and Moving-Average Models Chapter 3 Autoregressive and Moving-Average Models 3.1 Introduction Let y be a random variable. We consider the elements of an observed time series {y 0,y 1,y2,...,y t } as being realizations of this randoms

More information

1 Linear Difference Equations

1 Linear Difference Equations ARMA Handout Jialin Yu 1 Linear Difference Equations First order systems Let {ε t } t=1 denote an input sequence and {y t} t=1 sequence generated by denote an output y t = φy t 1 + ε t t = 1, 2,... with

More information

CHAPTER 8 FORECASTING PRACTICE I

CHAPTER 8 FORECASTING PRACTICE I CHAPTER 8 FORECASTING PRACTICE I Sometimes we find time series with mixed AR and MA properties (ACF and PACF) We then can use mixed models: ARMA(p,q) These slides are based on: González-Rivera: Forecasting

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

Circle the single best answer for each multiple choice question. Your choice should be made clearly.

Circle the single best answer for each multiple choice question. Your choice should be made clearly. TEST #1 STA 4853 March 6, 2017 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. There are 32 multiple choice

More information

Covariances of ARMA Processes

Covariances of ARMA Processes Statistics 910, #10 1 Overview Covariances of ARMA Processes 1. Review ARMA models: causality and invertibility 2. AR covariance functions 3. MA and ARMA covariance functions 4. Partial autocorrelation

More information

Ch. 14 Stationary ARMA Process

Ch. 14 Stationary ARMA Process Ch. 14 Stationary ARMA Process A general linear stochastic model is described that suppose a time series to be generated by a linear aggregation of random shock. For practical representation it is desirable

More information

Ch 6. Model Specification. Time Series Analysis

Ch 6. Model Specification. Time Series Analysis We start to build ARIMA(p,d,q) models. The subjects include: 1 how to determine p, d, q for a given series (Chapter 6); 2 how to estimate the parameters (φ s and θ s) of a specific ARIMA(p,d,q) model (Chapter

More information

Basics: Definitions and Notation. Stationarity. A More Formal Definition

Basics: Definitions and Notation. Stationarity. A More Formal Definition Basics: Definitions and Notation A Univariate is a sequence of measurements of the same variable collected over (usually regular intervals of) time. Usual assumption in many time series techniques is that

More information

Autoregressive Moving Average (ARMA) Models and their Practical Applications

Autoregressive Moving Average (ARMA) Models and their Practical Applications Autoregressive Moving Average (ARMA) Models and their Practical Applications Massimo Guidolin February 2018 1 Essential Concepts in Time Series Analysis 1.1 Time Series and Their Properties Time series:

More information

Lecture 19 Box-Jenkins Seasonal Models

Lecture 19 Box-Jenkins Seasonal Models Lecture 19 Box-Jenkins Seasonal Models If the time series is nonstationary with respect to its variance, then we can stabilize the variance of the time series by using a pre-differencing transformation.

More information

Homework 4. 1 Data analysis problems

Homework 4. 1 Data analysis problems Homework 4 1 Data analysis problems This week we will be analyzing a number of data sets. We are going to build ARIMA models using the steps outlined in class. It is also a good idea to read section 3.8

More information

3 Theory of stationary random processes

3 Theory of stationary random processes 3 Theory of stationary random processes 3.1 Linear filters and the General linear process A filter is a transformation of one random sequence {U t } into another, {Y t }. A linear filter is a transformation

More information

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS Marian Zaharia, Ioana Zaheu, and Elena Roxana Stan Abstract Stock exchange market is one of the most dynamic and unpredictable

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

Econ 623 Econometrics II Topic 2: Stationary Time Series 1 Introduction Econ 623 Econometrics II Topic 2: Stationary Time Series In the regression model we can model the error term as an autoregression AR(1) process. That is, we can use the past value of the

More information

Classic Time Series Analysis

Classic Time Series Analysis Classic Time Series Analysis Concepts and Definitions Let Y be a random number with PDF f Y t ~f,t Define t =E[Y t ] m(t) is known as the trend Define the autocovariance t, s =COV [Y t,y s ] =E[ Y t t

More information

We will only present the general ideas on how to obtain. follow closely the AR(1) and AR(2) cases presented before.

We will only present the general ideas on how to obtain. follow closely the AR(1) and AR(2) cases presented before. ACF and PACF of an AR(p) We will only present the general ideas on how to obtain the ACF and PACF of an AR(p) model since the details follow closely the AR(1) and AR(2) cases presented before. Recall that

More information

Lecture 1: Stationary Time Series Analysis

Lecture 1: Stationary Time Series Analysis Syllabus Stationarity ARMA AR MA Model Selection Estimation Forecasting Lecture 1: Stationary Time Series Analysis 222061-1617: Time Series Econometrics Spring 2018 Jacek Suda Syllabus Stationarity ARMA

More information

5 Autoregressive-Moving-Average Modeling

5 Autoregressive-Moving-Average Modeling 5 Autoregressive-Moving-Average Modeling 5. Purpose. Autoregressive-moving-average (ARMA models are mathematical models of the persistence, or autocorrelation, in a time series. ARMA models are widely

More information

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations Ch 15 Forecasting Having considered in Chapter 14 some of the properties of ARMA models, we now show how they may be used to forecast future values of an observed time series For the present we proceed

More information

A Data-Driven Model for Software Reliability Prediction

A Data-Driven Model for Software Reliability Prediction A Data-Driven Model for Software Reliability Prediction Author: Jung-Hua Lo IEEE International Conference on Granular Computing (2012) Young Taek Kim KAIST SE Lab. 9/4/2013 Contents Introduction Background

More information

Ch 4. Models For Stationary Time Series. Time Series Analysis

Ch 4. Models For Stationary Time Series. Time Series Analysis This chapter discusses the basic concept of a broad class of stationary parametric time series models the autoregressive moving average (ARMA) models. Let {Y t } denote the observed time series, and {e

More information

Basic concepts and terminology: AR, MA and ARMA processes

Basic concepts and terminology: AR, MA and ARMA processes ECON 5101 ADVANCED ECONOMETRICS TIME SERIES Lecture note no. 1 (EB) Erik Biørn, Department of Economics Version of February 1, 2011 Basic concepts and terminology: AR, MA and ARMA processes This lecture

More information

Ch 8. MODEL DIAGNOSTICS. Time Series Analysis

Ch 8. MODEL DIAGNOSTICS. Time Series Analysis Model diagnostics is concerned with testing the goodness of fit of a model and, if the fit is poor, suggesting appropriate modifications. We shall present two complementary approaches: analysis of residuals

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests

ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Unit Root Tests ECON/FIN

More information

Review Session: Econometrics - CLEFIN (20192)

Review Session: Econometrics - CLEFIN (20192) Review Session: Econometrics - CLEFIN (20192) Part II: Univariate time series analysis Daniele Bianchi March 20, 2013 Fundamentals Stationarity A time series is a sequence of random variables x t, t =

More information

Chapter 6: Model Specification for Time Series

Chapter 6: Model Specification for Time Series Chapter 6: Model Specification for Time Series The ARIMA(p, d, q) class of models as a broad class can describe many real time series. Model specification for ARIMA(p, d, q) models involves 1. Choosing

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

Lesson 9: Autoregressive-Moving Average (ARMA) models

Lesson 9: Autoregressive-Moving Average (ARMA) models Lesson 9: Autoregressive-Moving Average (ARMA) models Dipartimento di Ingegneria e Scienze dell Informazione e Matematica Università dell Aquila, umberto.triacca@ec.univaq.it Introduction We have seen

More information

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Delivered by Dr. Nathaniel E. Urama Department of Economics, University of Nigeria,

More information

Chapter 3, Part V: More on Model Identification; Examples

Chapter 3, Part V: More on Model Identification; Examples Chapter 3, Part V: More on Model Identification; Examples Automatic Model Identification Through AIC As mentioned earlier, there is a clear need for automatic, objective methods of identifying the best

More information

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 5. Linear Time Series Analysis and Its Applications (Ref. Joel Hasbrouck - Empirical Market Microstructure ) Steve Yang Stevens Institute of Technology 9/25/2012

More information

Lecture 4a: ARMA Model

Lecture 4a: ARMA Model Lecture 4a: ARMA Model 1 2 Big Picture Most often our goal is to find a statistical model to describe real time series (estimation), and then predict the future (forecasting) One particularly popular model

More information

Introduction to ARMA and GARCH processes

Introduction to ARMA and GARCH processes Introduction to ARMA and GARCH processes Fulvio Corsi SNS Pisa 3 March 2010 Fulvio Corsi Introduction to ARMA () and GARCH processes SNS Pisa 3 March 2010 1 / 24 Stationarity Strict stationarity: (X 1,

More information

Discrete time processes

Discrete time processes Discrete time processes Predictions are difficult. Especially about the future Mark Twain. Florian Herzog 2013 Modeling observed data When we model observed (realized) data, we encounter usually the following

More information

Econometrics I: Univariate Time Series Econometrics (1)

Econometrics I: Univariate Time Series Econometrics (1) Econometrics I: Dipartimento di Economia Politica e Metodi Quantitativi University of Pavia Overview of the Lecture 1 st EViews Session VI: Some Theoretical Premises 2 Overview of the Lecture 1 st EViews

More information

Stationary Stochastic Time Series Models

Stationary Stochastic Time Series Models Stationary Stochastic Time Series Models When modeling time series it is useful to regard an observed time series, (x 1,x,..., x n ), as the realisation of a stochastic process. In general a stochastic

More information

Minitab Project Report - Assignment 6

Minitab Project Report - Assignment 6 .. Sunspot data Minitab Project Report - Assignment Time Series Plot of y Time Series Plot of X y X 7 9 7 9 The data have a wavy pattern. However, they do not show any seasonality. There seem to be an

More information

Ch 5. Models for Nonstationary Time Series. Time Series Analysis

Ch 5. Models for Nonstationary Time Series. Time Series Analysis We have studied some deterministic and some stationary trend models. However, many time series data cannot be modeled in either way. Ex. The data set oil.price displays an increasing variation from the

More information

Forecasting. This optimal forecast is referred to as the Minimum Mean Square Error Forecast. This optimal forecast is unbiased because

Forecasting. This optimal forecast is referred to as the Minimum Mean Square Error Forecast. This optimal forecast is unbiased because Forecasting 1. Optimal Forecast Criterion - Minimum Mean Square Error Forecast We have now considered how to determine which ARIMA model we should fit to our data, we have also examined how to estimate

More information

Time Series I Time Domain Methods

Time Series I Time Domain Methods Astrostatistics Summer School Penn State University University Park, PA 16802 May 21, 2007 Overview Filtering and the Likelihood Function Time series is the study of data consisting of a sequence of DEPENDENT

More information

Decision 411: Class 9. HW#3 issues

Decision 411: Class 9. HW#3 issues Decision 411: Class 9 Presentation/discussion of HW#3 Introduction to ARIMA models Rules for fitting nonseasonal models Differencing and stationarity Reading the tea leaves : : ACF and PACF plots Unit

More information

Midterm Suggested Solutions

Midterm Suggested Solutions CUHK Dept. of Economics Spring 2011 ECON 4120 Sung Y. Park Midterm Suggested Solutions Q1 (a) In time series, autocorrelation measures the correlation between y t and its lag y t τ. It is defined as. ρ(τ)

More information

ARMA models with time-varying coefficients. Periodic case.

ARMA models with time-varying coefficients. Periodic case. ARMA models with time-varying coefficients. Periodic case. Agnieszka Wy lomańska Hugo Steinhaus Center Wroc law University of Technology ARMA models with time-varying coefficients. Periodic case. 1 Some

More information

ESSE Mid-Term Test 2017 Tuesday 17 October :30-09:45

ESSE Mid-Term Test 2017 Tuesday 17 October :30-09:45 ESSE 4020 3.0 - Mid-Term Test 207 Tuesday 7 October 207. 08:30-09:45 Symbols have their usual meanings. All questions are worth 0 marks, although some are more difficult than others. Answer as many questions

More information

3. ARMA Modeling. Now: Important class of stationary processes

3. ARMA Modeling. Now: Important class of stationary processes 3. ARMA Modeling Now: Important class of stationary processes Definition 3.1: (ARMA(p, q) process) Let {ɛ t } t Z WN(0, σ 2 ) be a white noise process. The process {X t } t Z is called AutoRegressive-Moving-Average

More information

Marcel Dettling. Applied Time Series Analysis SS 2013 Week 05. ETH Zürich, March 18, Institute for Data Analysis and Process Design

Marcel Dettling. Applied Time Series Analysis SS 2013 Week 05. ETH Zürich, March 18, Institute for Data Analysis and Process Design Marcel Dettling Institute for Data Analysis and Process Design Zurich University of Applied Sciences marcel.dettling@zhaw.ch http://stat.ethz.ch/~dettling ETH Zürich, March 18, 2013 1 Basics of Modeling

More information

MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS)

MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS) MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS) 15 April 2016 (180 minutes) Professor: R. Kulik Student Number: Name: This is closed book exam. You are allowed to use one double-sided A4 sheet of notes.

More information

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38 ARIMA Models Jamie Monogan University of Georgia January 25, 2012 Jamie Monogan (UGA) ARIMA Models January 25, 2012 1 / 38 Objectives By the end of this meeting, participants should be able to: Describe

More information

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Moving average processes Autoregressive

More information

Econometric Forecasting

Econometric Forecasting Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 1, 2014 Outline Introduction Model-free extrapolation Univariate time-series models Trend

More information

Lecture 1: Fundamental concepts in Time Series Analysis (part 2)

Lecture 1: Fundamental concepts in Time Series Analysis (part 2) Lecture 1: Fundamental concepts in Time Series Analysis (part 2) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC)

More information

ECONOMETRIA II. CURSO 2009/2010 LAB # 3

ECONOMETRIA II. CURSO 2009/2010 LAB # 3 ECONOMETRIA II. CURSO 2009/2010 LAB # 3 BOX-JENKINS METHODOLOGY The Box Jenkins approach combines the moving average and the autorregresive models. Although both models were already known, the contribution

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

More information

Module 4. Stationary Time Series Models Part 1 MA Models and Their Properties

Module 4. Stationary Time Series Models Part 1 MA Models and Their Properties Module 4 Stationary Time Series Models Part 1 MA Models and Their Properties Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W. Q. Meeker. February 14, 2016 20h

More information

Ross Bettinger, Analytical Consultant, Seattle, WA

Ross Bettinger, Analytical Consultant, Seattle, WA ABSTRACT DYNAMIC REGRESSION IN ARIMA MODELING Ross Bettinger, Analytical Consultant, Seattle, WA Box-Jenkins time series models that contain exogenous predictor variables are called dynamic regression

More information

Advanced Econometrics

Advanced Econometrics Advanced Econometrics Marco Sunder Nov 04 2010 Marco Sunder Advanced Econometrics 1/ 25 Contents 1 2 3 Marco Sunder Advanced Econometrics 2/ 25 Music Marco Sunder Advanced Econometrics 3/ 25 Music Marco

More information

White Noise Processes (Section 6.2)

White Noise Processes (Section 6.2) White Noise Processes (Section 6.) Recall that covariance stationary processes are time series, y t, such. E(y t ) = µ for all t. Var(y t ) = σ for all t, σ < 3. Cov(y t,y t-τ ) = γ(τ) for all t and τ

More information

Univariate linear models

Univariate linear models Univariate linear models The specification process of an univariate ARIMA model is based on the theoretical properties of the different processes and it is also important the observation and interpretation

More information

Regression of Time Series

Regression of Time Series Mahlerʼs Guide to Regression of Time Series CAS Exam S prepared by Howard C. Mahler, FCAS Copyright 2016 by Howard C. Mahler. Study Aid 2016F-S-9Supplement Howard Mahler hmahler@mac.com www.howardmahler.com/teaching

More information

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Econometrics for Policy Analysis A Train The Trainer Workshop Delivered by Dr. Nathaniel E. Urama Department of Economics, University of Nigeria, Nsukka Loading Time Series data in E-views: Review For

More information

TMA4285 December 2015 Time series models, solution.

TMA4285 December 2015 Time series models, solution. Norwegian University of Science and Technology Department of Mathematical Sciences Page of 5 TMA4285 December 205 Time series models, solution. Problem a) (i) The slow decay of the ACF of z t suggest that

More information

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Moving average processes Autoregressive

More information

Forecasting with ARMA

Forecasting with ARMA Forecasting with ARMA Eduardo Rossi University of Pavia October 2013 Rossi Forecasting Financial Econometrics - 2013 1 / 32 Mean Squared Error Linear Projection Forecast of Y t+1 based on a set of variables

More information

The Identification of ARIMA Models

The Identification of ARIMA Models APPENDIX 4 The Identification of ARIMA Models As we have established in a previous lecture, there is a one-to-one correspondence between the parameters of an ARMA(p, q) model, including the variance of

More information

E 4101/5101 Lecture 6: Spectral analysis

E 4101/5101 Lecture 6: Spectral analysis E 4101/5101 Lecture 6: Spectral analysis Ragnar Nymoen 3 March 2011 References to this lecture Hamilton Ch 6 Lecture note (on web page) For stationary variables/processes there is a close correspondence

More information