STAD57 Time Series Analysis. Lecture 17

Size: px
Start display at page:

Download "STAD57 Time Series Analysis. Lecture 17"

Transcription

1 STAD57 Time Series Analysis Lecure 17 1

2 Exponenially Weighed Moving Average Model Consider ARIMA(0,1,1), or IMA(1,1), model 1 s order differences follow MA(1) X X W W Y X X W W Very common model for economic / financial daa I is also known as Exponenially Weighed Moving Average (EWMA) model EWMA has simple forecass as weighed averages of series using exponenial weighs 2

3 Exponenially Weighed Moving Average Model EWMA model can be re-wrien as: (1 ) j1 j1 j X X W Proof: 3

4 Exponenially Weighed Moving Average Model Using runcaed predicion, he 1-sep-ahead forecass from he EWMA become: X (1 ) X X, n 1, wih X X n n1 0 n 1 n n 1 1 Proof: 4

5 Example Fi EWMA in R using HolWiners() funcion: To check parameer: daa fixed opions fi.ewma = HolWiners( x, bea=false, gamma=false ) fi.ewma$alpha (his is equal o 1 λ) Using IMA(1,1) sarima(x,0,1,1) Coefficiens: ma1 consan s.e

6 Example (con d) Series 1-sep-ahead EWMA forecass

7 Uni Roo Tesing I is ofen difficul o disinguish Random Walk from AR(1) wih φ 1 (especially for small n) Using confidence inerval for φ from AR(1) model X X W 1 has poor performance Uni roo ess are designed o es H 0 : φ=1 vs H 0 : φ <1, for X X W model 1 Mos common es is he augmened Dickey-Fuller (ADF) es 7

8 Example ACF plo (n=200) for Random Walk AR(1) X.9X W

9 Example ADF es in R using ADF.es() funcion load series package daa library(series); adf.es( x ) Resuls: for Random Walk (n=200) Augmened Dickey-Fuller Tes Dickey-Fuller = , Lag order = 5, p-value = alernaive hypohesis: saionary Augmened Dickey-Fuller Tes Dickey-Fuller = , Lag order = 5, p-value = alernaive hypohesis: saionary for AR(1) w/ φ=.9 (n=200) 9

10 Seasonaliy Seasonaliy is periodic paern in TS E.g. Increase in summer sales of sunan loions Period of seasonal paern denoed by s E.g. monhly daa w/ annual paern s=12, daily daa w/ weekly paern s=7, ec 2 ways o model seasonaliy, depending on is ype: Deerminisic Seasonaliy Sochasic Seasonaliy 10

11 Deerminisic Seasonaliy Consider series Z is saionary series, where: S() is deerminisic seasonal componen S( ) S( s), i.e. periodic funcion w/ period s: To esimae deerminisic S(), fi #s separae means (one for each ime wihin he period) E.g. X S() Z ˆ 1, for 1,1 s,1 2 s, ˆ 2, for 2,2 s,2 2 s, S ˆ( ) ˆ s, for s,2 s,3 s, Can use ANOVA for his 11

12 Example Consider series wih s=7 Series ACF For seasonal series, ACF will ypically exhibi paern wih same period (s) 12

13 Example Series wih esimaed ˆ( ) : S ˆ 1 ˆ 2 ˆ 3 ˆ S ( ) : ˆ 4 ˆ 5 ˆ 6 ˆ Furher analysis (e.g. fi ARMA model) uses de-seasonalized series: Zˆ X Sˆ ()

14 Sochasic Seasonaliy More common and flexible siuaion is when seasonaliy is sochasic: X S Z, where: S is RV, ypically dependen on pas of X E.g. monhly sales w/ annual paern, where his year s Jan sales depend on las year s Jan sales Simple way o model his behavior is o look a auo-regression a muliple lags of period s E.g. For monhly daa w/ annual paern (s=12), can use: X X W 12 14

15 Pure Seasonal ARMA Model More generally, a pure seasonal ARMA model of order (P,Q) and period s, denoed by SARMA(P,Q) s, is given by: X X X X 1 s 2 2s P Ps W W W W 1 s 2 2s Q Qs s s ( B ) X ( B ) W, where: seasonal seasonal AR( P) polynomial: ( B ) 1 B B B s s 2s Ps 1 2 P MA( Q) polynomial: ( B ) 1 B B B s s 2s Qs 1 2 Q 15

16 Pure Seasonal ARMA Model The pure seasonal SARMA(P,Q) s model is causal / inverible if and only if he roos of Φ(z s ) / Θ(z s ) lie ouside he uni circle: ( s s z ) 0 / ( z ) 0, z 1 ACF / PACF of pure seasonal SARMA(P,Q) s behaves similarly o ACF / PACF of usual ARMA(p,q) a muliple lags of s, and is 0 elsewhere 16

17 Example Find ACF of X X W (SAR(1) s ) s 17

18 Pure Seasonal ARMA Model Similarly, for SMA(1) s he ACF is: 1, h 0 2 ( h) / (1 ), h s 0, oherwise Following able describes behavior of pure SARMA(P,Q) s models ACF PACF SAR(P) s SMA(Q) s SARMA(P,Q) s Tails off a lags k s, k 1 Cus off a lag P s Cus off a lag Q s Tails off a lags k s, k 1 Tails off a lags k s, k 1 Tails off a lags k s, k 1 18

19 Example SAR(2) 4 model: ACF PACF

20 Example SMA(2) 4 model: ACF PACF

21 Example SARMA(2,2) 4 model: ACF PACF

22 Muliplicaive Seasonal ARMA Model Can also combine seasonal SARMA(P,Q) s wih simple ARMA(p,q) model, by muliplying heir corresponding polynomials: s s ( B ) ( B) X ( B ) ( ) W Called muliplicaive SARMA(p,q) (P,Q) s model E.g. monhly sales depend on las year s sales and las monh s sales use muliplicaive SARMA(1,0) (1,0) 12 model: ( B ) ( B) X W (1 B )(1 B) X W X X X X W

23 Example Wrie general form of SARMA(1,1) (1,0) s model 23

24 Example Consider SARMA(1,1) (1,1) 4 model: 4 4 (1.6 B )(1.3 B) X (1.6 B )(1.6 B) W ACF PACF Even for muliplicaive SARMA models, ACF will ypically have paern wih period (s) 24

STAD57 Time Series Analysis. Lecture 17

STAD57 Time Series Analysis. Lecture 17 STAD57 Time Series Analysis Lecure 17 1 Exponenially Weighed Moving Average Model Consider ARIMA(0,1,1), or IMA(1,1), model 1 s order differences follow MA(1) X X W W Y X X W W 1 1 1 1 Very common model

More information

STAD57 Time Series Analysis. Lecture 5

STAD57 Time Series Analysis. Lecture 5 STAD57 Time Series Analysis Lecure 5 1 Exploraory Daa Analysis Check if given TS is saionary: µ is consan σ 2 is consan γ(s,) is funcion of h= s If no, ry o make i saionary using some of he mehods below:

More information

Stationary Time Series

Stationary Time Series 3-Jul-3 Time Series Analysis Assoc. Prof. Dr. Sevap Kesel July 03 Saionary Time Series Sricly saionary process: If he oin dis. of is he same as he oin dis. of ( X,... X n) ( X h,... X nh) Weakly Saionary

More information

- The whole joint distribution is independent of the date at which it is measured and depends only on the lag.

- The whole joint distribution is independent of the date at which it is measured and depends only on the lag. Saionary Processes Sricly saionary - The whole join disribuion is indeenden of he dae a which i is measured and deends only on he lag. - E y ) is a finie consan. ( - V y ) is a finie consan. ( ( y, y s

More information

Quarterly ice cream sales are high each summer, and the series tends to repeat itself each year, so that the seasonal period is 4.

Quarterly ice cream sales are high each summer, and the series tends to repeat itself each year, so that the seasonal period is 4. Seasonal models Many business and economic ime series conain a seasonal componen ha repeas iself afer a regular period of ime. The smalles ime period for his repeiion is called he seasonal period, and

More information

Financial Econometrics Jeffrey R. Russell Midterm Winter 2009 SOLUTIONS

Financial Econometrics Jeffrey R. Russell Midterm Winter 2009 SOLUTIONS Name SOLUTIONS Financial Economerics Jeffrey R. Russell Miderm Winer 009 SOLUTIONS You have 80 minues o complee he exam. Use can use a calculaor and noes. Try o fi all your work in he space provided. If

More information

Licenciatura de ADE y Licenciatura conjunta Derecho y ADE. Hoja de ejercicios 2 PARTE A

Licenciatura de ADE y Licenciatura conjunta Derecho y ADE. Hoja de ejercicios 2 PARTE A Licenciaura de ADE y Licenciaura conjuna Derecho y ADE Hoja de ejercicios PARTE A 1. Consider he following models Δy = 0.8 + ε (1 + 0.8L) Δ 1 y = ε where ε and ε are independen whie noise processes. In

More information

Box-Jenkins Modelling of Nigerian Stock Prices Data

Box-Jenkins Modelling of Nigerian Stock Prices Data Greener Journal of Science Engineering and Technological Research ISSN: 76-7835 Vol. (), pp. 03-038, Sepember 0. Research Aricle Box-Jenkins Modelling of Nigerian Sock Prices Daa Ee Harrison Euk*, Barholomew

More information

Chapter 15. Time Series: Descriptive Analyses, Models, and Forecasting

Chapter 15. Time Series: Descriptive Analyses, Models, and Forecasting Chaper 15 Time Series: Descripive Analyses, Models, and Forecasing Descripive Analysis: Index Numbers Index Number a number ha measures he change in a variable over ime relaive o he value of he variable

More information

Section 4 NABE ASTEF 232

Section 4 NABE ASTEF 232 Secion 4 NABE ASTEF 3 APPLIED ECONOMETRICS: TIME-SERIES ANALYSIS 33 Inroducion and Review The Naure of Economic Modeling Judgemen calls unavoidable Economerics an ar Componens of Applied Economerics Specificaion

More information

Exponential Smoothing

Exponential Smoothing Exponenial moohing Inroducion A simple mehod for forecasing. Does no require long series. Enables o decompose he series ino a rend and seasonal effecs. Paricularly useful mehod when here is a need o forecas

More information

Wisconsin Unemployment Rate Forecast Revisited

Wisconsin Unemployment Rate Forecast Revisited Wisconsin Unemploymen Rae Forecas Revisied Forecas in Lecure Wisconsin unemploymen November 06 was 4.% Forecass Poin Forecas 50% Inerval 80% Inerval Forecas Forecas December 06 4.0% (4.0%, 4.0%) (3.95%,

More information

Time series Decomposition method

Time series Decomposition method Time series Decomposiion mehod A ime series is described using a mulifacor model such as = f (rend, cyclical, seasonal, error) = f (T, C, S, e) Long- Iner-mediaed Seasonal Irregular erm erm effec, effec,

More information

TÁMOP /2/A/KMR

TÁMOP /2/A/KMR ECONOMIC STATISTICS ECONOMIC STATISTICS Sonsored by a Gran TÁMOP-4..2-08/2/A/KMR-2009-004 Course Maerial Develoed by Dearmen of Economics, Faculy of Social Sciences, Eövös Loránd Universiy Budaes (ELTE)

More information

Lecture 5. Time series: ECM. Bernardina Algieri Department Economics, Statistics and Finance

Lecture 5. Time series: ECM. Bernardina Algieri Department Economics, Statistics and Finance Lecure 5 Time series: ECM Bernardina Algieri Deparmen Economics, Saisics and Finance Conens Time Series Modelling Coinegraion Error Correcion Model Two Seps, Engle-Granger procedure Error Correcion Model

More information

14 Autoregressive Moving Average Models

14 Autoregressive Moving Average Models 14 Auoregressive Moving Average Models In his chaper an imporan parameric family of saionary ime series is inroduced, he family of he auoregressive moving average, or ARMA, processes. For a large class

More information

Nonstationarity-Integrated Models. Time Series Analysis Dr. Sevtap Kestel 1

Nonstationarity-Integrated Models. Time Series Analysis Dr. Sevtap Kestel 1 Nonsaionariy-Inegraed Models Time Series Analysis Dr. Sevap Kesel 1 Diagnosic Checking Residual Analysis: Whie noise. P-P or Q-Q plos of he residuals follow a normal disribuion, he series is called a Gaussian

More information

Let. x y. denote a bivariate time series with zero mean.

Let. x y. denote a bivariate time series with zero mean. Linear Filer Le x y : T denoe a bivariae ime erie wih zero mean. Suppoe ha he ime erie {y : T} i conruced a follow: y a x The ime erie {y : T} i aid o be conruced from {x : T} by mean of a Linear Filer.

More information

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T Smoohing Consan process Separae signal & noise Smooh he daa: Backward smooher: A an give, replace he observaion b a combinaion of observaions a & before Simple smooher : replace he curren observaion wih

More information

Arima Fit to Nigerian Unemployment Data

Arima Fit to Nigerian Unemployment Data 2012, TexRoad Publicaion ISSN 2090-4304 Journal of Basic and Applied Scienific Research www.exroad.com Arima Fi o Nigerian Unemploymen Daa Ee Harrison ETUK 1, Barholomew UCHENDU 2, Uyodhu VICTOR-EDEMA

More information

Types of Exponential Smoothing Methods. Simple Exponential Smoothing. Simple Exponential Smoothing

Types of Exponential Smoothing Methods. Simple Exponential Smoothing. Simple Exponential Smoothing M Business Forecasing Mehods Exponenial moohing Mehods ecurer : Dr Iris Yeung Room No : P79 Tel No : 788 8 Types of Exponenial moohing Mehods imple Exponenial moohing Double Exponenial moohing Brown s

More information

Chapter 5. Heterocedastic Models. Introduction to time series (2008) 1

Chapter 5. Heterocedastic Models. Introduction to time series (2008) 1 Chaper 5 Heerocedasic Models Inroducion o ime series (2008) 1 Chaper 5. Conens. 5.1. The ARCH model. 5.2. The GARCH model. 5.3. The exponenial GARCH model. 5.4. The CHARMA model. 5.5. Random coefficien

More information

OBJECTIVES OF TIME SERIES ANALYSIS

OBJECTIVES OF TIME SERIES ANALYSIS OBJECTIVES OF TIME SERIES ANALYSIS Undersanding he dynamic or imedependen srucure of he observaions of a single series (univariae analysis) Forecasing of fuure observaions Asceraining he leading, lagging

More information

Lecture 3: Exponential Smoothing

Lecture 3: Exponential Smoothing NATCOR: Forecasing & Predicive Analyics Lecure 3: Exponenial Smoohing John Boylan Lancaser Cenre for Forecasing Deparmen of Managemen Science Mehods and Models Forecasing Mehod A (numerical) procedure

More information

Vectorautoregressive Model and Cointegration Analysis. Time Series Analysis Dr. Sevtap Kestel 1

Vectorautoregressive Model and Cointegration Analysis. Time Series Analysis Dr. Sevtap Kestel 1 Vecorauoregressive Model and Coinegraion Analysis Par V Time Series Analysis Dr. Sevap Kesel 1 Vecorauoregression Vecor auoregression (VAR) is an economeric model used o capure he evoluion and he inerdependencies

More information

Y 0.4Y 0.45Y Y to a proper ARMA specification.

Y 0.4Y 0.45Y Y to a proper ARMA specification. HG Jan 04 ECON 50 Exercises II - 0 Feb 04 (wih answers Exercise. Read secion 8 in lecure noes 3 (LN3 on he common facor problem in ARMA-processes. Consider he following process Y 0.4Y 0.45Y 0.5 ( where

More information

DYNAMIC ECONOMETRIC MODELS vol NICHOLAS COPERNICUS UNIVERSITY - TORUŃ Józef Stawicki and Joanna Górka Nicholas Copernicus University

DYNAMIC ECONOMETRIC MODELS vol NICHOLAS COPERNICUS UNIVERSITY - TORUŃ Józef Stawicki and Joanna Górka Nicholas Copernicus University DYNAMIC ECONOMETRIC MODELS vol.. - NICHOLAS COPERNICUS UNIVERSITY - TORUŃ 996 Józef Sawicki and Joanna Górka Nicholas Copernicus Universiy ARMA represenaion for a sum of auoregressive processes In he ime

More information

Nonlinearity Test on Time Series Data

Nonlinearity Test on Time Series Data PROCEEDING OF 3 RD INTERNATIONAL CONFERENCE ON RESEARCH, IMPLEMENTATION AND EDUCATION OF MATHEMATICS AND SCIENCE YOGYAKARTA, 16 17 MAY 016 Nonlineariy Tes on Time Series Daa Case Sudy: The Number of Foreign

More information

Linear Gaussian State Space Models

Linear Gaussian State Space Models Linear Gaussian Sae Space Models Srucural Time Series Models Level and Trend Models Basic Srucural Model (BSM Dynamic Linear Models Sae Space Model Represenaion Level, Trend, and Seasonal Models Time Varying

More information

Cointegration and Implications for Forecasting

Cointegration and Implications for Forecasting Coinegraion and Implicaions for Forecasing Two examples (A) Y Y 1 1 1 2 (B) Y 0.3 0.9 1 1 2 Example B: Coinegraion Y and coinegraed wih coinegraing vecor [1, 0.9] because Y 0.9 0.3 is a saionary process

More information

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Kriging Models Predicing Arazine Concenraions in Surface Waer Draining Agriculural Waersheds Paul L. Mosquin, Jeremy Aldworh, Wenlin Chen Supplemenal Maerial Number

More information

Estimation Uncertainty

Estimation Uncertainty Esimaion Uncerainy The sample mean is an esimae of β = E(y +h ) The esimaion error is = + = T h y T b ( ) = = + = + = = = T T h T h e T y T y T b β β β Esimaion Variance Under classical condiions, where

More information

STAD57 Time Series Analysis. Lecture 14

STAD57 Time Series Analysis. Lecture 14 STAD57 Time Series Analysis Lecure 14 1 Maximum Likelihood AR(p) Esimaion Insead of Yule-Walker (MM) for AR(p) model, can use Maximum Likelihood (ML) esimaion Likelihood is join densiy of daa {x 1,,x n

More information

Properties of Autocorrelated Processes Economics 30331

Properties of Autocorrelated Processes Economics 30331 Properies of Auocorrelaed Processes Economics 3033 Bill Evans Fall 05 Suppose we have ime series daa series labeled as where =,,3, T (he final period) Some examples are he dail closing price of he S&500,

More information

Ensamble methods: Bagging and Boosting

Ensamble methods: Bagging and Boosting Lecure 21 Ensamble mehods: Bagging and Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Ensemble mehods Mixure of expers Muliple base models (classifiers, regressors), each covers a differen par

More information

Methodology. -ratios are biased and that the appropriate critical values have to be increased by an amount. that depends on the sample size.

Methodology. -ratios are biased and that the appropriate critical values have to be increased by an amount. that depends on the sample size. Mehodology. Uni Roo Tess A ime series is inegraed when i has a mean revering propery and a finie variance. I is only emporarily ou of equilibrium and is called saionary in I(0). However a ime series ha

More information

THE UNIVERSITY OF TEXAS AT AUSTIN McCombs School of Business

THE UNIVERSITY OF TEXAS AT AUSTIN McCombs School of Business THE UNIVERITY OF TEXA AT AUTIN McCombs chool of Business TA 7.5 Tom hively CLAICAL EAONAL DECOMPOITION - MULTIPLICATIVE MODEL Examples of easonaliy 8000 Quarerly sales for Wal-Mar for quarers a l e s 6000

More information

ST4064. Time Series Analysis. Lecture notes

ST4064. Time Series Analysis. Lecture notes ST4064 Time Series Analysis ST4064 Time Series Analysis Lecure noes ST4064 Time Series Analysis Ouline I II Inroducion o ime series analysis Saionariy and ARMA modelling. Saionariy a. Definiions b. Sric

More information

(10) (a) Derive and plot the spectrum of y. Discuss how the seasonality in the process is evident in spectrum.

(10) (a) Derive and plot the spectrum of y. Discuss how the seasonality in the process is evident in spectrum. January 01 Final Exam Quesions: Mark W. Wason (Poins/Minues are given in Parenheses) (15) 1. Suppose ha y follows he saionary AR(1) process y = y 1 +, where = 0.5 and ~ iid(0,1). Le x = (y + y 1 )/. (11)

More information

Why is Chinese Provincial Output Diverging? Joakim Westerlund, University of Gothenburg David Edgerton, Lund University Sonja Opper, Lund University

Why is Chinese Provincial Output Diverging? Joakim Westerlund, University of Gothenburg David Edgerton, Lund University Sonja Opper, Lund University Why is Chinese Provincial Oupu Diverging? Joakim Weserlund, Universiy of Gohenburg David Edgeron, Lund Universiy Sonja Opper, Lund Universiy Purpose of his paper. We re-examine he resul of Pedroni and

More information

Distribution of Least Squares

Distribution of Least Squares Disribuion of Leas Squares In classic regression, if he errors are iid normal, and independen of he regressors, hen he leas squares esimaes have an exac normal disribuion, no jus asympoic his is no rue

More information

Forecasting optimally

Forecasting optimally I) ile: Forecas Evaluaion II) Conens: Evaluaing forecass, properies of opimal forecass, esing properies of opimal forecass, saisical comparison of forecas accuracy III) Documenaion: - Diebold, Francis

More information

LONG MEMORY AT THE LONG-RUN AND THE SEASONAL MONTHLY FREQUENCIES IN THE US MONEY STOCK. Guglielmo Maria Caporale. Brunel University, London

LONG MEMORY AT THE LONG-RUN AND THE SEASONAL MONTHLY FREQUENCIES IN THE US MONEY STOCK. Guglielmo Maria Caporale. Brunel University, London LONG MEMORY AT THE LONG-RUN AND THE SEASONAL MONTHLY FREQUENCIES IN THE US MONEY STOCK Guglielmo Maria Caporale Brunel Universiy, London Luis A. Gil-Alana Universiy of Navarra Absrac In his paper we show

More information

Chapter 16. Regression with Time Series Data

Chapter 16. Regression with Time Series Data Chaper 16 Regression wih Time Series Daa The analysis of ime series daa is of vial ineres o many groups, such as macroeconomiss sudying he behavior of naional and inernaional economies, finance economiss

More information

Ensamble methods: Boosting

Ensamble methods: Boosting Lecure 21 Ensamble mehods: Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Schedule Final exam: April 18: 1:00-2:15pm, in-class Term projecs April 23 & April 25: a 1:00-2:30pm in CS seminar room

More information

Modeling Economic Time Series with Stochastic Linear Difference Equations

Modeling Economic Time Series with Stochastic Linear Difference Equations A. Thiemer, SLDG.mcd, 6..6 FH-Kiel Universiy of Applied Sciences Prof. Dr. Andreas Thiemer e-mail: andreas.hiemer@fh-kiel.de Modeling Economic Time Series wih Sochasic Linear Difference Equaions Summary:

More information

Forecasting. Summary. Sample StatFolio: tsforecast.sgp. STATGRAPHICS Centurion Rev. 9/16/2013

Forecasting. Summary. Sample StatFolio: tsforecast.sgp. STATGRAPHICS Centurion Rev. 9/16/2013 STATGRAPHICS Cenurion Rev. 9/16/2013 Forecasing Summary... 1 Daa Inpu... 3 Analysis Opions... 5 Forecasing Models... 9 Analysis Summary... 21 Time Sequence Plo... 23 Forecas Table... 24 Forecas Plo...

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time. Supplemenary Figure 1 Spike-coun auocorrelaions in ime. Normalized auocorrelaion marices are shown for each area in a daase. The marix shows he mean correlaion of he spike coun in each ime bin wih he spike

More information

A unit root test based on smooth transitions and nonlinear adjustment

A unit root test based on smooth transitions and nonlinear adjustment MPRA Munich Personal RePEc Archive A uni roo es based on smooh ransiions and nonlinear adjusmen Aycan Hepsag Isanbul Universiy 5 Ocober 2017 Online a hps://mpra.ub.uni-muenchen.de/81788/ MPRA Paper No.

More information

CH4. Auto Regression Type Model

CH4. Auto Regression Type Model CH4. Auo Regression Type Model Saionary Processes ofen a ime series has same ype of random behavior from one ime period o he nex ouside emperaure: each summer is similar o he pas summers ineres raes and

More information

Section 7.4 Modeling Changing Amplitude and Midline

Section 7.4 Modeling Changing Amplitude and Midline 488 Chaper 7 Secion 7.4 Modeling Changing Ampliude and Midline While sinusoidal funcions can model a variey of behaviors, i is ofen necessary o combine sinusoidal funcions wih linear and exponenial curves

More information

R t. C t P t. + u t. C t = αp t + βr t + v t. + β + w t

R t. C t P t. + u t. C t = αp t + βr t + v t. + β + w t Exercise 7 C P = α + β R P + u C = αp + βr + v (a) (b) C R = α P R + β + w (c) Assumpions abou he disurbances u, v, w : Classical assumions on he disurbance of one of he equaions, eg. on (b): E(v v s P,

More information

Unit Root Time Series. Univariate random walk

Unit Root Time Series. Univariate random walk Uni Roo ime Series Univariae random walk Consider he regression y y where ~ iid N 0, he leas squares esimae of is: ˆ yy y y yy Now wha if = If y y hen le y 0 =0 so ha y j j If ~ iid N 0, hen y ~ N 0, he

More information

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis Summer Term 2009 Alber-Ludwigs-Universiä Freiburg Empirische Forschung und Okonomerie Time Series Analysis Classical Time Series Models Time Series Analysis Dr. Sevap Kesel 2 Componens Hourly earnings:

More information

Econ107 Applied Econometrics Topic 7: Multicollinearity (Studenmund, Chapter 8)

Econ107 Applied Econometrics Topic 7: Multicollinearity (Studenmund, Chapter 8) I. Definiions and Problems A. Perfec Mulicollineariy Econ7 Applied Economerics Topic 7: Mulicollineariy (Sudenmund, Chaper 8) Definiion: Perfec mulicollineariy exiss in a following K-variable regression

More information

How to Deal with Structural Breaks in Practical Cointegration Analysis

How to Deal with Structural Breaks in Practical Cointegration Analysis How o Deal wih Srucural Breaks in Pracical Coinegraion Analysis Roselyne Joyeux * School of Economic and Financial Sudies Macquarie Universiy December 00 ABSTRACT In his noe we consider he reamen of srucural

More information

Identification of Trends and Cycles in Economic Time Series. by Bora Isik

Identification of Trends and Cycles in Economic Time Series. by Bora Isik Idenificaion of Trends and Cycles in Economic Time Series by Bora Isik An Honours essay submied o Carleon Universiy in fulfillmen of he requiremens for he course ECON 498, as credi oward he degree of Bachelor

More information

Components Model. Remember that we said that it was useful to think about the components representation

Components Model. Remember that we said that it was useful to think about the components representation Componens Model Remember ha we said ha i was useful o hink abou he componens represenaion = T S C Suppose ha C is an AR(p) process Wha model does his impl for? TrendCcle Model For simplici, we sar wih

More information

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

ECON 482 / WH Hong Time Series Data Analysis 1. The Nature of Time Series Data. Example of time series data (inflation and unemployment rates)

ECON 482 / WH Hong Time Series Data Analysis 1. The Nature of Time Series Data. Example of time series data (inflation and unemployment rates) ECON 48 / WH Hong Time Series Daa Analysis. The Naure of Time Series Daa Example of ime series daa (inflaion and unemploymen raes) ECON 48 / WH Hong Time Series Daa Analysis The naure of ime series daa

More information

Time Series Test of Nonlinear Convergence and Transitional Dynamics. Terence Tai-Leung Chong

Time Series Test of Nonlinear Convergence and Transitional Dynamics. Terence Tai-Leung Chong Time Series Tes of Nonlinear Convergence and Transiional Dynamics Terence Tai-Leung Chong Deparmen of Economics, The Chinese Universiy of Hong Kong Melvin J. Hinich Signal and Informaion Sciences Laboraory

More information

Modeling Rainfall in Dhaka Division of Bangladesh Using Time Series Analysis.

Modeling Rainfall in Dhaka Division of Bangladesh Using Time Series Analysis. Journal of Mahemaical Modelling and Applicaion 01, Vol. 1, No.5, 67-73 ISSN: 178-43 67 Modeling Rainfall in Dhaka Division of Bangladesh Using Time Series Analysis. Md. Mahsin Insiue of Saisical Research

More information

Linear Combinations of Volatility Forecasts for the WIG20 and Polish Exchange Rates

Linear Combinations of Volatility Forecasts for the WIG20 and Polish Exchange Rates Eliza Buszkowska Universiy of Poznań, Poland Linear Combinaions of Volailiy Forecass for he WIG0 and Polish Exchange Raes Absrak. As is known forecas combinaions may be beer forecass hen forecass obained

More information

Distribution of Estimates

Distribution of Estimates Disribuion of Esimaes From Economerics (40) Linear Regression Model Assume (y,x ) is iid and E(x e )0 Esimaion Consisency y α + βx + he esimaes approach he rue values as he sample size increases Esimaion

More information

Chickens vs. Eggs: Replicating Thurman and Fisher (1988) by Arianto A. Patunru Department of Economics, University of Indonesia 2004

Chickens vs. Eggs: Replicating Thurman and Fisher (1988) by Arianto A. Patunru Department of Economics, University of Indonesia 2004 Chicens vs. Eggs: Relicaing Thurman and Fisher (988) by Ariano A. Paunru Dearmen of Economics, Universiy of Indonesia 2004. Inroducion This exercise lays ou he rocedure for esing Granger Causaliy as discussed

More information

Fourier Transformation on Model Fitting for Pakistan Inflation Rate

Fourier Transformation on Model Fitting for Pakistan Inflation Rate Fourier Transformaion on Model Fiing for Pakisan Inflaion Rae Anam Iqbal (Corresponding auhor) Dep. of Saisics, Gov. Pos Graduae College (w), Sargodha, Pakisan Tel: 92-321-603-4232 E-mail: anammughal343@gmail.com

More information

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits DOI: 0.545/mjis.07.5009 Exponenial Weighed Moving Average (EWMA) Char Under The Assumpion of Moderaeness And Is 3 Conrol Limis KALPESH S TAILOR Assisan Professor, Deparmen of Saisics, M. K. Bhavnagar Universiy,

More information

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate.

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate. Inroducion Gordon Model (1962): D P = r g r = consan discoun rae, g = consan dividend growh rae. If raional expecaions of fuure discoun raes and dividend growh vary over ime, so should he D/P raio. Since

More information

Applied Time Series Notes White noise: e t mean 0, variance 5 2 uncorrelated Moving Average

Applied Time Series Notes White noise: e t mean 0, variance 5 2 uncorrelated Moving Average Applied Time Series Noes Whie noise: e mean 0, variance 5 uncorrelaed Moving Average Order 1: (Y. ) œ e ) 1e -1 all Order q: (Y. ) œ e ) e â ) e all 1-1 q -q ( 14 ) Infinie order: (Y. ) œ e ) 1e -1 ) e

More information

Γ(h)=0 h 0. Γ(h)=cov(X 0,X 0-h ). A stationary process is called white noise if its autocovariance

Γ(h)=0 h 0. Γ(h)=cov(X 0,X 0-h ). A stationary process is called white noise if its autocovariance A family, Z,of random vecors : Ω R k defined on a probabiliy space Ω, A,P) is called a saionary process if he mean vecors E E =E M = M k E and he auocovariance marices are independen of. k cov, -h )=E

More information

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

EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION 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

More information

STAT 436 / Lecture 16: Key

STAT 436 / Lecture 16: Key STAT 436 / 536 - Lecture 16: Key Modeling Non-Stationary Time Series Many time series models are non-stationary. Recall a time series is stationary if the mean and variance are constant in time and the

More information

Frequency independent automatic input variable selection for neural networks for forecasting

Frequency independent automatic input variable selection for neural networks for forecasting Universiä Hamburg Insiu für Wirschafsinformaik Prof. Dr. D.B. Preßmar Frequency independen auomaic inpu variable selecion for neural neworks for forecasing Nikolaos Kourenzes Sven F. Crone LUMS Deparmen

More information

ECE 510 Lecture 4 Reliability Plotting T&T Scott Johnson Glenn Shirley

ECE 510 Lecture 4 Reliability Plotting T&T Scott Johnson Glenn Shirley ECE 5 Lecure 4 Reliabiliy Ploing T&T 6.-6 Sco Johnson Glenn Shirley Funcional Forms 6 Jan 3 ECE 5 S.C.Johnson, C.G.Shirley Reliabiliy Funcional Forms Daa Model (funcional form) Choose funcional form for

More information

Hypothesis Testing in the Classical Normal Linear Regression Model. 1. Components of Hypothesis Tests

Hypothesis Testing in the Classical Normal Linear Regression Model. 1. Components of Hypothesis Tests ECONOMICS 35* -- NOTE 8 M.G. Abbo ECON 35* -- NOTE 8 Hypohesis Tesing in he Classical Normal Linear Regression Model. Componens of Hypohesis Tess. A esable hypohesis, which consiss of wo pars: Par : a

More information

Outline. lse-logo. Outline. Outline. 1 Wald Test. 2 The Likelihood Ratio Test. 3 Lagrange Multiplier Tests

Outline. lse-logo. Outline. Outline. 1 Wald Test. 2 The Likelihood Ratio Test. 3 Lagrange Multiplier Tests Ouline Ouline Hypohesis Tes wihin he Maximum Likelihood Framework There are hree main frequenis approaches o inference wihin he Maximum Likelihood framework: he Wald es, he Likelihood Raio es and he Lagrange

More information

The Simple Linear Regression Model: Reporting the Results and Choosing the Functional Form

The Simple Linear Regression Model: Reporting the Results and Choosing the Functional Form Chaper 6 The Simple Linear Regression Model: Reporing he Resuls and Choosing he Funcional Form To complee he analysis of he simple linear regression model, in his chaper we will consider how o measure

More information

Department of Economics East Carolina University Greenville, NC Phone: Fax:

Department of Economics East Carolina University Greenville, NC Phone: Fax: March 3, 999 Time Series Evidence on Wheher Adjusmen o Long-Run Equilibrium is Asymmeric Philip Rohman Eas Carolina Universiy Absrac The Enders and Granger (998) uni-roo es agains saionary alernaives wih

More information

Volatility. Many economic series, and most financial series, display conditional volatility

Volatility. Many economic series, and most financial series, display conditional volatility Volailiy Many economic series, and mos financial series, display condiional volailiy The condiional variance changes over ime There are periods of high volailiy When large changes frequenly occur And periods

More information

Tourism forecasting using conditional volatility models

Tourism forecasting using conditional volatility models Tourism forecasing using condiional volailiy models ABSTRACT Condiional volailiy models are used in ourism demand sudies o model he effecs of shocks on demand volailiy, which arise from changes in poliical,

More information

GDP Advance Estimate, 2016Q4

GDP Advance Estimate, 2016Q4 GDP Advance Esimae, 26Q4 Friday, Jan 27 Real gross domesic produc (GDP) increased a an annual rae of.9 percen in he fourh quarer of 26. The deceleraion in real GDP in he fourh quarer refleced a downurn

More information

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter Sae-Space Models Iniializaion, Esimaion and Smoohing of he Kalman Filer Iniializaion of he Kalman Filer The Kalman filer shows how o updae pas predicors and he corresponding predicion error variances when

More information

Stability. Coefficients may change over time. Evolution of the economy Policy changes

Stability. Coefficients may change over time. Evolution of the economy Policy changes Sabiliy Coefficiens may change over ime Evoluion of he economy Policy changes Time Varying Parameers y = α + x β + Coefficiens depend on he ime period If he coefficiens vary randomly and are unpredicable,

More information

Instructor: Dr. Heba A. Shaban Lecture # 4

Instructor: Dr. Heba A. Shaban Lecture # 4 EC 4 STATISTICAL COMMUNICATION THEORY Insrucor: Dr. Heba A. Shaban Lecure # 4 RANDOM SIGNALS AND NOISE A random process is a process i.e. variaion in ime or one dimensional space whose behavior is no compleel

More information

Nonstationary Time Series Data and Cointegration

Nonstationary Time Series Data and Cointegration ECON 4551 Economerics II Memorial Universiy of Newfoundland Nonsaionary Time Series Daa and Coinegraion Adaped from Vera Tabakova s noes 12.1 Saionary and Nonsaionary Variables 12.2 Spurious Regressions

More information

Y, where. 1 Estimate St.error

Y, where. 1 Estimate St.error 1 HG Feb 2014 ECON 5101 Exercises III - 24 Feb 2014 Exercise 1 In lecure noes 3 (LN3 page 11) we esimaed an ARMA(1,2) for daa) for he period, 1978q2-2013q2 Le Y ln BNP ln BNP (Norwegian Model: Y Y, where

More information

Mean Reversion of Balance of Payments GEvidence from Sequential Trend Break Unit Root Tests. Abstract

Mean Reversion of Balance of Payments GEvidence from Sequential Trend Break Unit Root Tests. Abstract Mean Reversion of Balance of Paymens GEvidence from Sequenial Trend Brea Uni Roo Tess Mei-Yin Lin Deparmen of Economics, Shih Hsin Universiy Jue-Shyan Wang Deparmen of Public Finance, Naional Chengchi

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

Dynamic Models, Autocorrelation and Forecasting

Dynamic Models, Autocorrelation and Forecasting ECON 4551 Economerics II Memorial Universiy of Newfoundland Dynamic Models, Auocorrelaion and Forecasing Adaped from Vera Tabakova s noes 9.1 Inroducion 9.2 Lags in he Error Term: Auocorrelaion 9.3 Esimaing

More information

Exercises - Time series analysis

Exercises - Time series analysis Descriptive analysis of a time series (1) Estimate the trend of the series of gasoline consumption in Spain using a straight line in the period from 1945 to 1995 and generate forecasts for 24 months. Compare

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

For example, the comb filter generated from. ( ) has a transfer function. e ) has L notches at ω = (2k+1)π/L and L peaks at ω = 2π k/l,

For example, the comb filter generated from. ( ) has a transfer function. e ) has L notches at ω = (2k+1)π/L and L peaks at ω = 2π k/l, Comb Filers The simple filers discussed so far are characeried eiher by a single passband and/or a single sopband There are applicaions where filers wih muliple passbands and sopbands are required The

More information

INVESTIGATING THE WEAK FORM EFFICIENCY OF AN EMERGING MARKET USING PARAMETRIC TESTS: EVIDENCE FROM KARACHI STOCK MARKET OF PAKISTAN

INVESTIGATING THE WEAK FORM EFFICIENCY OF AN EMERGING MARKET USING PARAMETRIC TESTS: EVIDENCE FROM KARACHI STOCK MARKET OF PAKISTAN Elecronic Journal of Applied Saisical Analysis EJASA, Elecron. J. App. Sa. Anal. Vol. 3, Issue 1 (21), 52 64 ISSN 27-5948, DOI 1.1285/i275948v3n1p52 28 Universià del Saleno SIBA hp://siba-ese.unile.i/index.php/ejasa/index

More information

Lecture 4. Classical Linear Regression Model: Overview

Lecture 4. Classical Linear Regression Model: Overview Lecure 4 Classical Linear Regression Model: Overview Regression Regression is probably he single mos imporan ool a he economerician s disposal. Bu wha is regression analysis? I is concerned wih describing

More information

Forecasting of boro rice production in Bangladesh: An ARIMA approach

Forecasting of boro rice production in Bangladesh: An ARIMA approach J. Bangladesh Agril. Univ. 8(1): 103 112, 2010 ISSN 1810-3030 Forecasing of boro rice producion in Bangladesh: An ARIMA approach N. M. F. Rahman Deparmen of BBA, Mirpur Universiy College, Dhaka Absrac

More information

The Analysis of Czech Macroeconomic Time Series (L'analyse des séries temporelles macroéconomiques tchèque)

The Analysis of Czech Macroeconomic Time Series (L'analyse des séries temporelles macroéconomiques tchèque) In. Saisical Ins.: Proc. 58h World Saisical Congress, 2011, Dublin (Session CPS020) p.6270 The Analysis of Czech Macroeconomic Time Series (L'analyse des séries emporelles macroéconomiques chèque) Marek,

More information

GINI MEAN DIFFERENCE AND EWMA CHARTS. Muhammad Riaz, Department of Statistics, Quaid-e-Azam University Islamabad,

GINI MEAN DIFFERENCE AND EWMA CHARTS. Muhammad Riaz, Department of Statistics, Quaid-e-Azam University Islamabad, GINI MEAN DIFFEENCE AND EWMA CHATS Muhammad iaz, Deparmen of Saisics, Quaid-e-Azam Universiy Islamabad, Pakisan. E-Mail: riaz76qau@yahoo.com Saddam Akbar Abbasi, Deparmen of Saisics, Quaid-e-Azam Universiy

More information

ECE 510 Lecture 4 Reliability Plotting T&T Scott Johnson Glenn Shirley

ECE 510 Lecture 4 Reliability Plotting T&T Scott Johnson Glenn Shirley ECE 5 Lecure 4 Reliabiliy Ploing T&T 6.-6 Sco Johnson Glenn Shirley Funcional Forms 6 Jan 23 ECE 5 S.C.Johnson, C.G.Shirley 2 Reliabiliy Funcional Forms Daa Model (funcional form) Choose funcional form

More information

2 Univariate Stationary Processes

2 Univariate Stationary Processes Univariae Saionary Processes As menioned in he inroducion, he publicaion of he exbook by GEORGE E.P. BOX and GWILYM M. JENKINS in 97 opened a new road o he analysis of economic ime series. This chaper

More information

Institutional Assessment Report Texas Southern University College of Pharmacy and Health Sciences "P1-Aggregate Analyses of 6 cohorts ( )

Institutional Assessment Report Texas Southern University College of Pharmacy and Health Sciences P1-Aggregate Analyses of 6 cohorts ( ) Insiuional Assessmen Repor Texas Souhern Universiy College of Pharmacy and Healh Sciences "P1-Aggregae Analyses of 6 cohors (2009-14) The following analysis illusraes relaionships beween PCAT Composie

More information