Chapter 5 Nonstationary Time series Models

Slides:



Advertisements
Similar presentations
FINANCIAL TIME-SERIES ECONOMETRICS SUN LIJIAN Feb 23,2001.
Advertisements

Autocorrelation Functions and ARIMA Modelling
Dates for term tests Friday, February 07 Friday, March 07
The Spectral Representation of Stationary Time Series.
Chapter 8 Vocabulary. Section 8.1 Vocabulary Sequences An infinite sequence is a function whose domain is the set of positive integers. The function.
Nonstationary Time Series Data and Cointegration
DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Exam 1 review: Quizzes 1-6.
Unit Roots & Forecasting
Slide 1 DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Lecture 7: Box-Jenkins Models – Part II (Ch. 9) Material.
Regression with Time-Series Data: Nonstationary Variables
Non-Seasonal Box-Jenkins Models
Time series analysis - lecture 2 A general forecasting principle Set up probability models for which we can derive analytical expressions for and estimate.
ARIMA Using Stata. Time Series Analysis Stochastic Data Generating Process –Stable and Stationary Process Autoregressive Process: AR(p) Moving Average.
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
Financial Econometrics
Modern methods The classical approach: MethodProsCons Time series regression Easy to implement Fairly easy to interpret Covariates may be added (normalization)
BOX JENKINS METHODOLOGY
Box Jenkins or Arima Forecasting. H:\My Documents\classes\eco346\Lectures\chap ter 7\Autoregressive Models.docH:\My Documents\classes\eco346\Lectures\chap.
CHAPTER Continuity Derivatives Definition The derivative of a function f at a number a denoted by f’(a), is f’(a) = lim h  0 ( f(a + h) – f(a))
Random Process The concept of random variable was defined previously as mapping from the Sample Space S to the real line as shown below.
Time Series Analysis.
STAT 497 LECTURE NOTES 2.
Models for Non-Stationary Time Series The ARIMA(p,d,q) time series.
6/3/2016 Perkins AP Calculus AB Day 10 Section 4.4.
Data analyses 2008 Lecture Last Lecture Basic statistics Testing Linear regression parameters Skill.
Autocorrelation, Box Jenkins or ARIMA Forecasting.
K. Ensor, STAT Spring 2004 Memory characterization of a process How would the ACF behave for a process with no memory? What is a short memory series?
Auto Regressive, Integrated, Moving Average Box-Jenkins models A stationary times series can be modelled on basis of the serial correlations in it. A non-stationary.
Review and Summary Box-Jenkins models Stationary Time series AR(p), MA(q), ARMA(p,q)
MODELS FOR NONSTATIONARY TIME SERIES By Eni Sumarminingsih, SSi, MM.
Geology 5600/6600 Signal Analysis 11 Sep 2015 © A.R. Lowry 2015 Last time: The Central Limit theorem : The sum of a sequence of random variables tends.
Introduction to stochastic processes
STAT 497 LECTURE NOTES 3 STATIONARY TIME SERIES PROCESSES
Chapter 6 Random Processes
Mathematics Medicine Sequences and series.
Stochastic Process - Introduction
Models for Non-Stationary Time Series
Time Series Analysis.
Financial Econometrics Lecture Notes 2
Lecture 8 ARIMA Forecasting II
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
Computational Data Analysis
Statistics 153 Review - Sept 30, 2008
Model Building For ARIMA time series
Random Process The concept of random variable was defined previously as mapping from the Sample Space S to the real line as shown below.
Stochastic models - time series.
Forecasting with non-stationary data series
Chapter 6: Forecasting/Prediction
Box-Jenkins models Stationary Time series AR(p), MA(q), ARMA(p,q)
Infinite Sequences and Series 11.
Machine Learning Week 4.
Stochastic models - time series.
Chapter 4 Other Stationary Time Series Models
Chapter 3 ARMA Time Series Models
Chapter 9 Model Building
Unit Root & Augmented Dickey-Fuller (ADF) Test
Chapter 8. Model Identification
Definite Integrals and Antiderivatives
Linear Filters.
The Spectral Representation of Stationary Time Series
Time Series Analysis and Forecasting
Chapter 9 Section 1.
Antiderivatives and Indefinite Integration
Chapter 6 Random Processes
Lecturer Dr. Veronika Alhanaqtah
Chapter 2 – Linear Filters
Time Series introduction in R - Iñaki Puigdollers
CH2 Time series.
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

Chapter 5 Nonstationary Time series Models NOTE: Some slides have blank sections. They are based on a teaching style in which the corresponding blank (derivations, theorem proofs, examples, …) are worked out in class on the board or overhead projector. 1

Deterministic Signal-plus-Noise Models Example Signals: C constant

Sometimes it’s not easy to tell whether a deterministic signal is present in the data Is there a deterministic signal?

Realizations - is there a deterministic signal? No Yes Sometimes it’s not easy to tell whether a deterministic signal is present in the data.

4 Realizations from the AR(4) Model stationary

Definition 5.1 (a) Nonstationary ARIMA(p,d,q) Model The autoregressive integrated moving average process of orders p, d, and q (denoted ARIMA(p,d,q)) is a process, Xt , whose differences (1- B)d Xt satisfy a (stationary) ARMA(p,q) model, where d is a non-negative integer We use the notation You can generate realizations from the ARIMA(p,d,q) model using gen.arima.wge

(b) Nonstationary ARUMA(p,d,q) Model The autoregressive unit root moving average process of orders p, d, and q (denoted ARUMA(p,d,q)) is a process, Xt , for which the process l(B) Xt satisfies a (stationary) ARMA(p,q) model, where l(B) = 1 - l1B -  - ld Bd is an operator whose characteristic equation has all its roots on the unit circle. We use the notation: Note: An ARIMA(p,d,q) process is an ARUMA(p,d,q) process with l(B) = (1- B)d You can generate realizations from the ARUMA(p,d,q) model using gen.aruma.wge

tswge demo gen.aruma.wge(n,phi,theta,d,s,lambda,sn) gen.aruma.wge(n=200,phi=.7,d=1,s=0,lambda=0) gen.aruma.wge(n=120,phi=-.4,d=0,s=12,lambda=0) gen.aruma.wge(n=200,phi=.7,d=1,s=12,lambda=c(1.6,-1),theta=-.8)

Note: 1-a1 B factor dominates behavior (of rk) becomes “first order”

Note: 1-a1B- a2 B2 factor dominates behavior (of rk) becomes “second order”

General Property As some roots of the AR characteristic equation approach the unit circle, r k seems to “nearly satisfy” a lower order difference equation

Question: What is r k for an ARUMA(p, d, q) process?

Clearly we need a new definition of autocorrelation for the case (1-B) Xt = at a similar situation arises for all ARUMA(p,d,q) models extended autocorrelation function

Extended Autocorrelation Function Autocorrelation functions are defined as a limit when some roots are on the unit circle: - or the “extended autocorrelation function”

Findley-Quinn Theorem (Theorem 5.1) Note:

Examples: (1) l(B) = 1 - B (2) l(B) = 1 - B 2

Types of ARUMA Models Non-cyclic ARUMA Models - these are the ARIMA models given by Box and Jenkins - all unit circle roots are +1

Cyclic ARUMA Models - at least one of the unit roots is not +1

Seasonal Models - a special case of cyclic models containing factors such as (1 - B s) - Monthly Data (1 - B 12), Quarterly Data (1 - B 4), … Example:

Factor Tables Factor Abs Recip f Root(s) 1-B 1 1+B2 .25  i 1+B .5 -1 1+B2 .25  i 1+B .5 -1 Factor Abs Recip f Root(s) 1 – B 1 .083 .866 + .5i 1 - B + B2 .167 .5 + .866i 1+B2 .25 + i 1 + B + B2 .333 -.5 + .866i .417 -.866 + .5i 1 + B .5 -1

tswge demo To obtain factor tables on the previous slide us factor.wge(phi=c(0,0,0,1)) factor.wge(phi=c(0,0,0,0,0,0,0,0,0,0,0,1))

More General Seasonal Models

Airline Data (log) Why?

More General Seasonal Models

Other Nonstationary Models Random Walk where is a white noise sequence

Random Walk with Drift where is a white noise sequence

Random Walk Random Walk with Drift Same noise sequence

TVF Signals - these are signals with time varying frequencies (TVF) Nonstationary Chapters 12 and 13