CH4. Auto Regression Type Model

Size: px
Start display at page:

Download "CH4. Auto Regression Type Model"

Transcription

1 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 reurns on equiies saionary sochasic processes are probabiliy models for such series process saionary if behavior unchanged by shifs in ime a process is weakly saionary if is mean, variance, and covariance are unchanged by ime shifs hus X, X, is a weakly saionary process if EX ( i ) Var( X i ) (a consan) for all i (a consan) for all i Corr( X, X ) ( i j ) for all i and j for some funcion i j he correlaion beween wo observaions depends only on he ime disance beween hem (called he lag) example: correlaion beween X and X 5 = correlaion beween X 7 and X 0 is he correlaion funcion Noe ha ( h) ( h) covariance beween X and X h is denoed by ( h) () is called he auocovariance funcion Noe ha ( h) ( h) and ha (0) since (0) ( h) ( h) many financial ime series no saionary bu he changes in hese ime series may be saionary: z y y or z ( B) y Lag operaor B. Whie Noise simples example of saionary process: No Correlaion Case X, X, is Whie noise or EX ( i ) for all i WN(, ) if Var( X i ) Corr( X, X ) 0 for all i j i (a consan) for all i j Noe: Disribuion specificaion is no required. I does no have o be a normal disribuion If X, X, IID normal hen process is Gaussian whie noise process whie noise process is weakly saionary wih (0) and ( ) 0 if 0 so ha (0) and ( ) 0 if 0 WN is unineresing in iself bu is he building block of imporan models usually used as error erms.

2 I is ineresing o know if a financial ime series, e.g., of ne reurns, is WN. Esimaing parameers of a saionary process observe y,..., y n esimae and wih Y and esimae auocovariance wih nh ( h) n ( y jh y)( y j y) j esimae () wih ˆ( h) ˆ( h), h =,, : ˆ(0) s Auo Regressive (AR) processes AR() processes ime series models wih correlaion buil from WN in AR processes y is modeled as a weighed average of pas observaions plus a whie noise error AR() is simples AR process,,... are WN(0, ) yy...,, is an AR() process if y ( y ) for all hree parameers: : mean, : variance of one-sep ahead predicion errors : a correlaion parameer y ( ) y compare wih linear regression model, y x 0 0 ( ) is called he consan in compuer oupu is called he mean in he oupu When hen y... h h h0 infinie moving average [MA( )] represenaion If, hen y,... is a weakly saionary process h since, 0 as he lag h Noe: if { } is a sricly independen zero-mean random variable, hen a saionary ime series { y } is linear. Oherwise he series is nonlinear. Properies of a saionary AR() process When (saionariy), hen

3 Ey ( ) (0) Var( y ) h ( h) Cov( y, y h) h ( h) Corr( y, y ) h Only if and only for AR() processes if, hen he AR() process is nonsaionary, and he mean, variance, and correlaion are no consan Formulas 4 can be proved using h... h h0 y For example h h Var( y ) Var( h) h0 h0 Also, for h > 0 i i h j i0 j0 3 h j ( h) Cov(, ) disinguish beween Non-saionary AR() processes Random Walk if = (uni roo case) hen y y no saionary random walk process = variance of,,... and (0) = variance of y, y,... y y ( y )... y... = y0 0 i sar a he process a an arbirary poin y 0 hen E( y y0) y0 for all and Var( y y ) 0 A shock on on ime 0 is ransien in he saionary process, whereas i is permanen in he uni roo series. Saionary processes end o have mean reversion, whereas uni roo processes end o move irregularly off he mean (here is even no saionary level of mean o rever). Uni roo processes include he unpredicable sochasic rend. When, an AR() process has explosive behavior Suppose an explosive AR() process sars a y0 0 and has 0 Then y y ( y ) y i

4 ... Therefore, E( y ) y0 and... y0 4 ( ) Var( y ) (... ) Since, variance increases geomerically fas a increasing variance makes he random walk wander AR() processes when Explosive AR processes no widely used in economerics since economic growh usually is no explosive. (n = 00) Uni Roo Tess Tes for H : v.s. H : 0 H : 0 H : saionary Dickey-Fuller Tes y y, where ~ WN(0, ) If, y are referred o as inegraed wih order one or I(). y y y Noe: is no inegraed, i.e., I(0). Order of inegraion: I(d). I repors he minimum number of differences required o obain a saionary series. A ime series is inegraed of order d if ( B) d X yields a saionary process. 4

5 Augmened Dickey-Fuller Tes p y y y, where i i i ~ WN(0, ) Three ypes Zero mean: y y Single mean: y y Trend: y y The following SAS code performs augmened Dickey-Fuller ess wih auoregressive orders and 5. proc arima daa=es; idenify var=x saionariy=(adf=(,5)); run; Phillips-Perron es is using nonparameric esimaion skill Unlike he null hypohesis of he Dickey-Fuller and Phillips-Perron ess, he null hypohesis of he KPSS saes ha he ime series is saionary. R-code for uni roo ess library(series) x = rnorm(000) # no uni-roo y = diffinv(x) # conains a uni-roo adf.es(x) pp.es(x) kpss.es(x) Esimaion AR() model is a linear regression model one creaes a lagged variable in y and uses his as he x-variable The leas squares esimaion: minimize n y ( y ) If he errors are Gaussian whie noise hen OLS =MLE In SAS, use he AUTOREG or he ARIMA procedure SAS provides maximum likelihood esimaes (ML), uncondiional leas squares esimaes (ULS), Yule-Walker esimaes (YW: defaul), ieraive Yule-Walker esimaes (ITYW) proc auoreg daa=b; model y = ime / nlag= mehod=ml oupu ou=p p=yha pm=yrend lcl=lcl ucl=ucl; run; backsep; 5

6 The oupu daa se includes all he variables in he inpu daa se, he forecas values (YHAT), he prediced rend (YTREND), and he upper (UCL) and lower (LCL) 95% confidence limis. Backsep: sepwise variable selecion mehod For more abou Yule-Walker esimaes, see Gallan and Goebel (976) Residuals ˆ y ˆ ˆ ( y ˆ ) esimae,,..., n since y ( y ) used o check ha y, y,..., y n is an AR() process auocorrelaion in residuals evidence agains AR() assumpion o es for residual auocorrelaion use SAS s auocorrelaion plos can also use he Ljung-Box es null hypohesis is ha auocorrelaions up o a specified lag are zero SAS code for SACF and PSACF compues he exended sample auocorrelaion funcion uses hese esimaes o enaively idenify he auoregressive and moving average orders of mixed models. The following code generaes an ESACF able wih dimensions of p=(0:7) and q=(0:8). proc arima daa=call; idenify var=vol esacf p=(0:7) q=(0:8); run; Auocorrelaion Tess Durbin-Wason Tes Suppose e e, where wih is iid normal disribued. Tes H : 0 is esing no firs order auocorrelaion in 0 e. R-code: Auocorrelaion es for OLS residual library(lmes) dwes(revenue~asses, daa=bankda) The number of lags can be specified using he max.lag argumen library(car) resuls =lm(y ~ x + x) durbin.wason(resuls,max.lag=) SAS code: Auocorrelaion es for OLS residual 6

7 proc auoreg daa=a; model y = ime / dw=4 dwprob; run; Box-Pierce and Ljung-Box Tes library(s) y = arima.sim(lis(order = c(,,), ar = c(0.7, 0.), ma=(0.3)), n = 00) #y: simulaed ime series from arima(,,) model s.plo(y) a =arima(y,order=c(,,0)) Box.es(a$resid) Box.es(a$resid, ype="ljung-box") Example: GE daily reurns The SAS oupu comes from running he following program (proc auoreg) Here is he SAS oupu SAS uses he model 7

8 y y ˆ = -0.5 and sandard deviaion of ˆ is value for esing H : 0 versus 0 H : 0 is null hypohesis: log reurns are whie noise, and alernaive is ha hey are correlaed small p-value is evidence agains he geomeric random walk hypohesis h ( h) correlaion beween successive log reurns In summary, AR() process fis GE log reurns beer han whie noise no proof ha he AR() fis hese daa o check ha he AR() fis well, look sample auocorrelaion funcion (SACF) of he residuals plo of he residual SACF is available from SAS SACF of he residuals from he GE daily log reurns shows high negaive auocorrelaion a lag 6 ˆ(6) is ouside he es limis so is significan a.05 SACF of residuals from an AR() fi o GE daily log reurns he more conservaive Ljung-Box simulaneous es ha ()... () 0 has pvalue =.0 (in MINITAB) since he AR() model does no fi well, one migh consider more complex models hese will be discussed in following secions can also esimae and es ha is zero -value for esing ha is zero is very small p-value is near one large values of he p-value are insignifican Example: Cree Daily Log Reurns The SAS oupu comes from running he following program (proc arima) 8

9 Here is he SAS oupu AR(p) models y is AR(p) process if ( y ) ( y ) ( y )... ( y ) p p here,..., n is WN(0, ) muliple linear regression model wih lagged values of he ime series as he x-variables model can be re-expressed as y y y 0... p p here 0 (... p) leas-squares esimaor minimizes n y ( 0 y... p y p) p 9

10 leas-squares esimaor can be calculaed using a muliple linear regression program one mus creae x-variables by lagging he imeseries wih lags hrough p easier o use he ARIMA command in SAS s AUTOREG procedures hese do he lagging auomaically Sepwise regression applied o AR processes sepwise regression: looks a many regression models see which ones fi he daa well will be discussed laer backwards regression: sars wih all possible x-variables eliminaes hem one a ime sop when all remaining variables are significan can be applied o AR models SAS s AUTOREG procedure allows backsepping as an opion Example proc auoreg daa=a; model y = ime / mehod=ml nlag=5 run; backsep; The following SAS program sars wih an AR(6) model and backseps Here is he SAS oupu 0

11

12 Forecasing AR models can forecas fuure values consider forecasing using an AR() process have daa y,..., y n and esimaes ˆ and ˆ remember yn ( yn ) n and E( n y,..., yn) 0 so we esimae yn by yˆ ˆ ˆ ˆ n : ( yn ) and ˆ ˆ ˆ ˆ ˆ ˆ ˆ ˆ ˆ n y : ( y ) ( y ) ec. y by n n n in general, ˆ ˆ ˆk y ( ˆ nk yn ) if ˆ < hen as k increases forecass decay exponenially fas o ˆ forecasing general AR(p) processes is similar Example: for an AR() process yn ( yn ) ( yn ) n herefore yˆ ˆ ˆ ˆ ˆ n : ( yn ) ( yn ) yˆ : ˆ ˆ ( yˆ ˆ ) ˆ ( y ˆ ), ec. n n n he forecass can be generaed auomaically by saisical sofware SAS SAS program: AR() using proc Auoreg proc auoreg daa=b; model y = / nlag= mehod=ml oupu ou=p p=yha pm=yrend lcl=lcl ucl=ucl; run; backsep; The oupu daa se includes all he variables in he inpu daa se, he forecas values (YHAT), he prediced rend (YTREND), and he upper (UCL) and lower (LCL) 95% confidence limis.

13 Appendices Co-inegraion Tess If we find he response and predicor variables are inegraed (non-saionary), hen we migh suspec he spurious regression problem (see Granger and Newbold, 974) from he models. A regression model involving he non-saionary series can spuriously lead o a significan relaionship beween unrelaed series. a spurious regression problem However, Engle and Granger (987) claimed ha if he error erm is saionary, in which case, he non-saionary ime series are said o be co-inegraed. Then he relaionship beween variables is inerpreed o be in long-run equilibrium. Technically, Hamilon has shown ha he OLS esimaes for he coefficiens of he regression model are consisen under he exisence of he co-inegraion (Hamilon, 994, pp. 590~59). Tes for he non-saionairy of each response and predicor variable es for a uni roo of each variable Tes for he co-inegraing relaionship beween variables es for a uni roo in he residuals of he co-inegraion regression Le y and x be inegraed (non-saionary), and y X e If y and x are co-inegraed, hen esimaes of e would be I(0). If no, esimaes of e would be also non-saionary for some. Evidence of co-inegraion implies ha a variable capures he dominan source of persisen innovaions in he oher variable over his period ineresed in long erm relaionship Phillips-Ouliaris Co-inegraion Tes Compues he Phillips-Ouliaris es for he null hypohesis ha x is no co-inegraed. The uni roo is esimaed from a regression of he firs variable (column) of x on he remaining variables of x wihou a consan and a linear rend. R-code x = diffinv(rnorm(000)) y =.0-3.0*x+rnorm(x,sd=5) z = s(cbind(x,y)) # co-inegraed po.es(z) If he co-inegraion relaionship is deeced, he error correcion model (ECM) is usually applied o model he dynamic relaionship among he co-inegraed variables. ECM employs he differenced variables o ransform he original series ino a saionary process. Example k k k i i i i i i Y Y RE I u Granger Causaliy For some k 0, if E( y E( y F )) E( y E( y )), k k k k 3

14 Random Walk hen we say ha x Granger-causes y Noe: F denoes he informaion se of x and y available a ime denoes he informaion se of y available a ime Packe lmes in R: Currenly, he mehods for he generic funcion grangeres only perform ess for Granger causaliy in bivariae series. The es is simply a Wald es comparing he unresriced model in which y is explained by he lags (up o order order) of y and x and he resriced model in which y is only explained by he lags of y. Null hypohesis: x does no Granger-cause y R-code ## Which came firs: he chicken or he egg? library(lmes) daa(chickegg) grangeres(egg ~ chicken, order = 3, daa = ChickEgg) grangeres(chicken ~ egg, order = 3, daa = ChickEgg) ## alernaive ways of specifying he same es grangeres(chickegg, order = 3) grangeres(chickegg[, ], ChickEgg[, ], order = 3) R-code # simulaed ime series y from AR() model and esimae & forecasing library(s) y = arima.sim(lis(order = c(,0,0), ar = c(0.7, 0.)), n = 00) #simulaion s.plo(y) a=arima(y,order=c(,0,0)) #esimaion (fiing) predic(arima(lh, order = c(,0,0)), n.ahead = ) # forecasing up o -ime ahead # load a random walk daa from R packe, and plo i library(tsa) daa(rwalk) plo(rwalk, ype='o', ylab='random Walk') # mulivariae case example library(vars) ## No run: Time 4

15 daa(canada) var.c <- VAR(Canada, p =, ype = "cons") plo(var.c) ## Diagnosic Tesing ## ARCH es arches <- arch.es(var.c) plo(arches) ## Normaliy es normaliyes <- normaliy.es(var.c) plo(normaliyes) ## serial correlaion es seriales <- serial.es(var.c) plo(seriales) ## Predicion var.c.prd <- predic(var.c, n.ahead = 8, ci = 0.95) plo(var.c.prd) ## Sabiliy var.c.sabil <- sabiliy(var.c, ype = "Rec-CUSUM") plo(var.c.sabil) ## End(No run) Reading liss [] Cryer, J.D., Chan, K. (008), Time Series Analysis wih Applicaions in R, Springer, New York, USA. [] Enger RF and Granger CWJ (987). Coninegraion and error correcion: represenaion, esimaion, and esing. Economerica 55: [3] Gallan, A. R. and Goebel, J. J. (976) Nonlinear Regression wih Auoregressive Errors, Journal of he American Saisical Associaion, 7, [4] Granger CWJ and Newbold P (974). Spurious regressions in economerics. J Economerics : -0. [5] Hamilon J (994). Time Series Analysis. Princeon, New Jersey. [6] Tsay, R.S. (005), Analysis of Financial Time Series, Wiley, New Jersey, USA. [7] 경제시계열분석 (00), 박준용, 장유순, 한상범, 경문사 5

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

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

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

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

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

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

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

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

Regression with Time Series Data

Regression with Time Series Data Regression wih Time Series Daa y = β 0 + β 1 x 1 +...+ β k x k + u Serial Correlaion and Heeroskedasiciy Time Series - Serial Correlaion and Heeroskedasiciy 1 Serially Correlaed Errors: Consequences Wih

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

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

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

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

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

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

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

Econ Autocorrelation. Sanjaya DeSilva

Econ Autocorrelation. Sanjaya DeSilva Econ 39 - Auocorrelaion Sanjaya DeSilva Ocober 3, 008 1 Definiion Auocorrelaion (or serial correlaion) occurs when he error erm of one observaion is correlaed wih he error erm of any oher observaion. This

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

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 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

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

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

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

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

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

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

Generalized Least Squares

Generalized Least Squares Generalized Leas Squares Augus 006 1 Modified Model Original assumpions: 1 Specificaion: y = Xβ + ε (1) Eε =0 3 EX 0 ε =0 4 Eεε 0 = σ I In his secion, we consider relaxing assumpion (4) Insead, assume

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

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

Modeling and Forecasting Volatility Autoregressive Conditional Heteroskedasticity Models. Economic Forecasting Anthony Tay Slide 1

Modeling and Forecasting Volatility Autoregressive Conditional Heteroskedasticity Models. Economic Forecasting Anthony Tay Slide 1 Modeling and Forecasing Volailiy Auoregressive Condiional Heeroskedasiciy Models Anhony Tay Slide 1 smpl @all line(m) sii dl_sii S TII D L _ S TII 4,000. 3,000.1.0,000 -.1 1,000 -. 0 86 88 90 9 94 96 98

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

1. Diagnostic (Misspeci cation) Tests: Testing the Assumptions

1. Diagnostic (Misspeci cation) Tests: Testing the Assumptions Business School, Brunel Universiy MSc. EC5501/5509 Modelling Financial Decisions and Markes/Inroducion o Quaniaive Mehods Prof. Menelaos Karanasos (Room SS269, el. 01895265284) Lecure Noes 6 1. Diagnosic

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

Exercise: Building an Error Correction Model of Private Consumption. Part II Testing for Cointegration 1

Exercise: Building an Error Correction Model of Private Consumption. Part II Testing for Cointegration 1 Bo Sjo 200--24 Exercise: Building an Error Correcion Model of Privae Consumpion. Par II Tesing for Coinegraion Learning objecives: This lab inroduces esing for he order of inegraion and coinegraion. The

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

3.1 More on model selection

3.1 More on model selection 3. More on Model selecion 3. Comparing models AIC, BIC, Adjused R squared. 3. Over Fiing problem. 3.3 Sample spliing. 3. More on model selecion crieria Ofen afer model fiing you are lef wih a handful of

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

Dynamic Econometric Models: Y t = + 0 X t + 1 X t X t k X t-k + e t. A. Autoregressive Model:

Dynamic Econometric Models: Y t = + 0 X t + 1 X t X t k X t-k + e t. A. Autoregressive Model: Dynamic Economeric Models: A. Auoregressive Model: Y = + 0 X 1 Y -1 + 2 Y -2 + k Y -k + e (Wih lagged dependen variable(s) on he RHS) B. Disribued-lag Model: Y = + 0 X + 1 X -1 + 2 X -2 + + k X -k + e

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

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

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

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

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

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

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

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models Journal of Saisical and Economeric Mehods, vol.1, no.2, 2012, 65-70 ISSN: 2241-0384 (prin), 2241-0376 (online) Scienpress Ld, 2012 A Specificaion Tes for Linear Dynamic Sochasic General Equilibrium Models

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

Solutions to Odd Number Exercises in Chapter 6

Solutions to Odd Number Exercises in Chapter 6 1 Soluions o Odd Number Exercises in 6.1 R y eˆ 1.7151 y 6.3 From eˆ ( T K) ˆ R 1 1 SST SST SST (1 R ) 55.36(1.7911) we have, ˆ 6.414 T K ( ) 6.5 y ye ye y e 1 1 Consider he erms e and xe b b x e y e b

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

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

ACE 562 Fall Lecture 8: The Simple Linear Regression Model: R 2, Reporting the Results and Prediction. by Professor Scott H.

ACE 562 Fall Lecture 8: The Simple Linear Regression Model: R 2, Reporting the Results and Prediction. by Professor Scott H. ACE 56 Fall 5 Lecure 8: The Simple Linear Regression Model: R, Reporing he Resuls and Predicion by Professor Sco H. Irwin Required Readings: Griffihs, Hill and Judge. "Explaining Variaion in he Dependen

More information

DEPARTMENT OF STATISTICS

DEPARTMENT OF STATISTICS A Tes for Mulivariae ARCH Effecs R. Sco Hacker and Abdulnasser Haemi-J 004: DEPARTMENT OF STATISTICS S-0 07 LUND SWEDEN A Tes for Mulivariae ARCH Effecs R. Sco Hacker Jönköping Inernaional Business School

More information

Robust critical values for unit root tests for series with conditional heteroscedasticity errors: An application of the simple NoVaS transformation

Robust critical values for unit root tests for series with conditional heteroscedasticity errors: An application of the simple NoVaS transformation WORKING PAPER 01: Robus criical values for uni roo ess for series wih condiional heeroscedasiciy errors: An applicaion of he simple NoVaS ransformaion Panagiois Manalos ECONOMETRICS AND STATISTICS ISSN

More information

GMM - Generalized Method of Moments

GMM - Generalized Method of Moments GMM - Generalized Mehod of Momens Conens GMM esimaion, shor inroducion 2 GMM inuiion: Maching momens 2 3 General overview of GMM esimaion. 3 3. Weighing marix...........................................

More information

Computer Simulates the Effect of Internal Restriction on Residuals in Linear Regression Model with First-order Autoregressive Procedures

Computer Simulates the Effect of Internal Restriction on Residuals in Linear Regression Model with First-order Autoregressive Procedures MPRA Munich Personal RePEc Archive Compuer Simulaes he Effec of Inernal Resricion on Residuals in Linear Regression Model wih Firs-order Auoregressive Procedures Mei-Yu Lee Deparmen of Applied Finance,

More information

Bias in Conditional and Unconditional Fixed Effects Logit Estimation: a Correction * Tom Coupé

Bias in Conditional and Unconditional Fixed Effects Logit Estimation: a Correction * Tom Coupé Bias in Condiional and Uncondiional Fixed Effecs Logi Esimaion: a Correcion * Tom Coupé Economics Educaion and Research Consorium, Naional Universiy of Kyiv Mohyla Academy Address: Vul Voloska 10, 04070

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

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

Institute for Mathematical Methods in Economics. University of Technology Vienna. Singapore, May Manfred Deistler

Institute for Mathematical Methods in Economics. University of Technology Vienna. Singapore, May Manfred Deistler MULTIVARIATE TIME SERIES ANALYSIS AND FORECASTING Manfred Deisler E O S Economerics and Sysems Theory Insiue for Mahemaical Mehods in Economics Universiy of Technology Vienna Singapore, May 2004 Inroducion

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

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

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

(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

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j =

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j = 1: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME Moving Averages Recall ha a whie noise process is a series { } = having variance σ. The whie noise process has specral densiy f (λ) = of

More information

A complementary test for ADF test with an application to the exchange rates returns

A complementary test for ADF test with an application to the exchange rates returns MPRA Munich Personal RePEc Archive A complemenary es for ADF es wih an applicaion o he exchange raes reurns Venus Khim-Sen Liew and Sie-Hoe Lau and Siew-Eng Ling 005 Online a hp://mpra.ub.uni-muenchen.de/518/

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

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

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

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

The Effect of Nonzero Autocorrelation Coefficients on the Distributions of Durbin-Watson Test Estimator: Three Autoregressive Models

The Effect of Nonzero Autocorrelation Coefficients on the Distributions of Durbin-Watson Test Estimator: Three Autoregressive Models EJ Exper Journal of Economi c s ( 4 ), 85-9 9 4 Th e Au h or. Publi sh ed by Sp rin In v esify. ISS N 3 5 9-7 7 4 Econ omics.e xp erjou rn a ls.com The Effec of Nonzero Auocorrelaion Coefficiens on he

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) Universiy of Washingon Spring 015 Deparmen of Economics Eric Zivo Econ 44 Miderm Exam Soluions This is a closed book and closed noe exam. However, you are allowed one page of noes (8.5 by 11 or A4 double-sided)

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

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

Lesson 2, page 1. Outline of lesson 2

Lesson 2, page 1. Outline of lesson 2 Lesson 2, page Ouline of lesson 2 Inroduce he Auocorrelaion Coefficien Undersand and define saionariy Discuss ransformaion Discuss rend and rend removal C:\Kyrre\sudier\drgrad\Kurs\series\lecure 02 03022.doc,

More information

Ready for euro? Empirical study of the actual monetary policy independence in Poland VECM modelling

Ready for euro? Empirical study of the actual monetary policy independence in Poland VECM modelling Macroeconomerics Handou 2 Ready for euro? Empirical sudy of he acual moneary policy independence in Poland VECM modelling 1. Inroducion This classes are based on: Łukasz Goczek & Dagmara Mycielska, 2013.

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

Chapter 11. Heteroskedasticity The Nature of Heteroskedasticity. In Chapter 3 we introduced the linear model (11.1.1)

Chapter 11. Heteroskedasticity The Nature of Heteroskedasticity. In Chapter 3 we introduced the linear model (11.1.1) Chaper 11 Heeroskedasiciy 11.1 The Naure of Heeroskedasiciy In Chaper 3 we inroduced he linear model y = β+β x (11.1.1) 1 o explain household expendiure on food (y) as a funcion of household income (x).

More information

ACE 562 Fall Lecture 4: Simple Linear Regression Model: Specification and Estimation. by Professor Scott H. Irwin

ACE 562 Fall Lecture 4: Simple Linear Regression Model: Specification and Estimation. by Professor Scott H. Irwin ACE 56 Fall 005 Lecure 4: Simple Linear Regression Model: Specificaion and Esimaion by Professor Sco H. Irwin Required Reading: Griffihs, Hill and Judge. "Simple Regression: Economic and Saisical Model

More information

Testing for a Single Factor Model in the Multivariate State Space Framework

Testing for a Single Factor Model in the Multivariate State Space Framework esing for a Single Facor Model in he Mulivariae Sae Space Framework Chen C.-Y. M. Chiba and M. Kobayashi Inernaional Graduae School of Social Sciences Yokohama Naional Universiy Japan Faculy of Economics

More information

1. Joint stationarity and long run effects in a simple ADL(1,1) Suppose Xt, Y, also is stationary?

1. Joint stationarity and long run effects in a simple ADL(1,1) Suppose Xt, Y, also is stationary? HG Third lecure - 9. Jan. 04. Join saionariy and long run effecs in a simple ADL(,) Suppose X, Y are wo saionary ime series. Does i follow ha he sum, X Y, also is saionary? The answer is NO in general.

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

Wednesday, November 7 Handout: Heteroskedasticity

Wednesday, November 7 Handout: Heteroskedasticity Amhers College Deparmen of Economics Economics 360 Fall 202 Wednesday, November 7 Handou: Heeroskedasiciy Preview Review o Regression Model o Sandard Ordinary Leas Squares (OLS) Premises o Esimaion Procedures

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

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H.

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H. ACE 56 Fall 005 Lecure 5: he Simple Linear Regression Model: Sampling Properies of he Leas Squares Esimaors by Professor Sco H. Irwin Required Reading: Griffihs, Hill and Judge. "Inference in he Simple

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

DYNAMIC ECONOMETRIC MODELS Vol. 4 Nicholas Copernicus University Toruń Jacek Kwiatkowski Nicholas Copernicus University in Toruń

DYNAMIC ECONOMETRIC MODELS Vol. 4 Nicholas Copernicus University Toruń Jacek Kwiatkowski Nicholas Copernicus University in Toruń DYNAMIC ECONOMETRIC MODELS Vol. 4 Nicholas Copernicus Universiy Toruń 000 Jacek Kwiakowski Nicholas Copernicus Universiy in Toruń Bayesian analysis of long memory and persisence using ARFIMA models wih

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

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

Økonomisk Kandidateksamen 2005(II) Econometrics 2. Solution

Økonomisk Kandidateksamen 2005(II) Econometrics 2. Solution Økonomisk Kandidaeksamen 2005(II) Economerics 2 Soluion his is he proposed soluion for he exam in Economerics 2. For compleeness he soluion gives formal answers o mos of he quesions alhough his is no always

More information

Testing the Random Walk Model. i.i.d. ( ) r

Testing the Random Walk Model. i.i.d. ( ) r he random walk heory saes: esing he Random Walk Model µ ε () np = + np + Momen Condiions where where ε ~ i.i.d he idea here is o es direcly he resricions imposed by momen condiions. lnp lnp µ ( lnp lnp

More information

Cointegration in Theory and Practice. A Tribute to Clive Granger. ASSA Meetings January 5, 2010

Cointegration in Theory and Practice. A Tribute to Clive Granger. ASSA Meetings January 5, 2010 Coinegraion in heory and Pracice A ribue o Clive Granger ASSA Meeings January 5, 00 James H. Sock Deparmen of Economics, Harvard Universiy and he NBER /4/009 /4/009 Coinegraion: he Hisorical Seing Granger

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

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H.

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H. ACE 564 Spring 2006 Lecure 7 Exensions of The Muliple Regression Model: Dumm Independen Variables b Professor Sco H. Irwin Readings: Griffihs, Hill and Judge. "Dumm Variables and Varing Coefficien Models

More information

J. Martin van Zyl Department of Mathematical Statistics and Actuarial Science, University of the Free State, PO Box 339, Bloemfontein, South Africa

J. Martin van Zyl Department of Mathematical Statistics and Actuarial Science, University of the Free State, PO Box 339, Bloemfontein, South Africa A weighed leas squares procedure o approximae leas absolue deviaion esimaion in ime series wih specific reference o infinie variance uni roo problems J. Marin van Zyl Deparmen of Mahemaical Saisics and

More information

STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN

STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN Inernaional Journal of Applied Economerics and Quaniaive Sudies. Vol.1-3(004) STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN 001-004 OBARA, Takashi * Absrac The

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

Lecture Notes 2. The Hilbert Space Approach to Time Series

Lecture Notes 2. The Hilbert Space Approach to Time Series Time Series Seven N. Durlauf Universiy of Wisconsin. Basic ideas Lecure Noes. The Hilber Space Approach o Time Series The Hilber space framework provides a very powerful language for discussing he relaionship

More information

BOOTSTRAP PREDICTION INTERVALS FOR TIME SERIES MODELS WITH HETROSCEDASTIC ERRORS. Department of Statistics, Islamia College, Peshawar, KP, Pakistan 2

BOOTSTRAP PREDICTION INTERVALS FOR TIME SERIES MODELS WITH HETROSCEDASTIC ERRORS. Department of Statistics, Islamia College, Peshawar, KP, Pakistan 2 Pak. J. Sais. 017 Vol. 33(1), 1-13 BOOTSTRAP PREDICTIO ITERVAS FOR TIME SERIES MODES WITH HETROSCEDASTIC ERRORS Amjad Ali 1, Sajjad Ahmad Khan, Alamgir 3 Umair Khalil and Dos Muhammad Khan 1 Deparmen of

More information

A note on spurious regressions between stationary series

A note on spurious regressions between stationary series A noe on spurious regressions beween saionary series Auhor Su, Jen-Je Published 008 Journal Tile Applied Economics Leers DOI hps://doi.org/10.1080/13504850601018106 Copyrigh Saemen 008 Rouledge. This is

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