Financial Time Series Analysis: Part II

Size: px
Start display at page:

Download "Financial Time Series Analysis: Part II"

Transcription

1 Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017

2 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

3 Deterministic trend 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

4 Deterministic trend Time series y t Deterministic trend: y t = g(t) + u t, (1) t = 1,..., T and u t is a (zero mean) stationary component (ARMA). g(t) is the trend component, which typically is some sort of polynomial: g(t) = b 0 + b 1 t + b 2 t 2 + Linear trend: g(t) = b 0 + bt.

5 Deterministic trend Economic interpretation: Trend aggregates the unobserved variables affecting y t (growth due to technological innovations, productivity, population growth, etc.) Trending series is not stationary because E[y t ] = g(t). Stationarity is achieved by detrending: I.e., is stationary. ỹ t = y t g(t) = u t

6 Deterministic trend Example 1 (Deterministic trend) Realization from a process y t = t + 3 log t + u t t = 1,..., 100, where u t NID(0, σ 2 ) with σ = 2.

7 u Deterministic trend y t = t + 3log(t) + u t, where u t ~ NID(0, σ 2 ) with σ = 2 yt Trend: g(t) = t + 3log(t) g(t) Random component: u t ~ NID(0, σ 2 ), where σ = Time (t)

8 Stochastic trend 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

9 Stochastic trend Stochastic trend: General AR(p) process y t = φ 0 + φ 1 y t φ p y t p + u t, (2) or using the lag polynomial φ(b) = 1 φ 1 B φ 2 B 2 φ p B p (B k y t = y t k, back shift operator), we can write shortly where u t WN(0, σ 2 u). φ(b)y t = φ 0 + u t, (3)

10 Stochastic trend Consider the the special case of a simple AR(1) model y t = δ + φy t 1 + u t, (4) where u t WN(0, σu). 2 The stationarity condition is φ < 1.

11 Stochastic trend Alternatively, we can write (4) t 1 t 1 y t = δ φ i + φ i u t i, (5) i=0 where we have assumed that y 0 = 0. Because φ < 1, φ i 0 as i, which implies that the impact of u t i dies out at exponential rate and the innovation u t has only a temporary effect on y t i=0

12 Stochastic trend Consider the special case φ = 1, such that y t = δ + y t 1 + u t, (6) which is called a random walk (RW) with drift. Then the representation in (5) becomes where y t = δt + U t (7) t 1 U t = u t i = u t + u t u 1, (8) i=0 i.e., the sum of the white noise terms. Thus, unlike above, the innovations do not die out and u t has a permanent effect on y t.

13 Stochastic trend We observe: and which imply that y t is non-stationary. E[y t ] = δt (9) var[y t ] = tσ 2 u (10) The random walk process in equation (6) (with or without a drift) is a model of stochastic trend.

14 Stochastic trend Example 2 (Stochastic trend with drift) Let δ =.1 in (6), such that y t = y t + u t. Below are few realizations from this process.

15 Stochastic trend y t = δ + y t 1 + u t, where u t ~ NID(0, σ 2 ) with δ = 0.05 and σ = 0.2 y t

16 Stochastic trend Example 3 (Coin tossing) Consider a coin tossing game in which head (H) gains 1 euro and tail (T) loses 1 euro. Let the initial capital be 100 and let S t, t = 0, 1,... denote the amount after t tosses, S 0 = 100. The S t process is S t = S t 1 + u t, (11) t = 1, 2,..., where S 0 = 100 and u t = 1 or 1, both with probability 1/2. The graph below shows few possible realizations of the process in 100 tosses.

17 Stochastic trend S t = S t 1 + u t with S 0 = 100 S t Tosses

18 Stochastic trend In particular the solution of the polynomial φ(b) = 0, i.e, 1 φb = 0 the root 1/φ = 1 when φ = 1. It is said the the process y t = δ + y t 1 + u t has a unit root, which implies that the series is non-stationary. This kind of process is called integrated because it is sum of the (stationary) random components t 1 u t i. i=0 Because y t = y t y t 1 = δ + u t is stationary, we say that y t is integrated of order one, denoted I (1). Generally, if y t needs to be differences d times before it becomes stationary, it is said that y t is integrated of order t, denoted as y t I (d). (12)

19 Stochastic trend A stationary series is denoted as y t I (0). Because for y t I (d), d y t I (0), y t is called difference stationary. In summary, if y t I (0) : (i) E[y t ] = µ, for all t. (ii) An innovation u t has a temporary effect on y t. (iii) var[y t ] = σ 2 y < for all t. (iv) corr[y t, y t+k ] = ρ k for all t and ρ k decays (exponentially) as k increases.

20 Stochastic trend If y t I (1) : (i) var[y t ] = σt 2 as t. (ii) An innovation u t has a permanent effect on y t. (iii) The autocorrelations ρ k 1 for all k as t.

21 Stochastic trend The rule in the Box-Jenkins approach: Difference until the series becomes stationary. Consequence of over differencing:... Checking for unit roots: (a) Autocorelation function; see ARIMA (b) Statistical testing

22 Testing for unit root 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

23 Testing for unit root 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

24 Testing for unit root Consider where u t I (0). y t = δ + θt + φy t 1 + u t, (13) Equation (13) is equivalent to [(Augmented) Dickey-Fuller regression] y t = δ + θt + γy t 1 + u t, (14) in which γ = φ 1. Series y t is stationary if φ < 1. If φ = 1 (or γ = 0) then y t I (1). In this approach the statistical null hypothesis is: y t I (1), which in terms of (14) is H 0 : γ = 0 (15) with the alternative hypothesis that y t I (0), or H 1 : γ < 0. (16)

25 Testing for unit root Given the OLS estimators, the test statistic is the t-ratio t = ˆγ sˆγ, (17) where sˆγ is the standard error of ˆγ. The null distribution of t in (17) is not the t-distribution!

26 Testing for unit root Depending on the specification of the ADF regression in (14) the test static has different distributions. No intercept (drift) no trend, i.e., in (14) δ = θ = 0, such that y t = γy t 1 + u t. (18) Drift, no trend, or δ 0 and θ = 0 in (14), such that y t = δ + γy t 1 + u t (19) The model in (17) is the general one allowing both drift and trend. Note that under the null hypothesis drift (δ)implies linear trend and the trend (θt) in (14) implies quadratic trend.

27 Testing for unit root The finite sample distribution of t is unknown, but its asymptotic distribution is known (under certain assumptions). Example 4 Unit root in DAX index. Weekly data (Jan) EViews results are given below, R (with urca package) example detailed in the class-room. - log index autocorrelations various unit root tests available in EWiews and in R.

28 Testing for unit root Null Hypothesis: LOG(CLOSE) has a unit root Exogenous: Constant, Linear Trend Lag Length: 0 (Automatic based on SIC, MAXLAG=21) ============================================================== t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level ============================================================== *MacKinnon (1996) one-sided p-values.

29 Testing for unit root Augmented Dickey-Fuller Test Equation Dependent Variable: D(LOG(CLOSE)) Method: Least Squares Sample (adjusted): 12/03/1990 1/31/2011 Included observations: 1053 after adjustments ============================================================== Variable Coefficient Std. Err t-stat Prob LOG(CLOSE(-1)) C E E ============================================================== R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Hannan-Quinn criter F-statistic Durbin-Watson stat Prob(F-statistic) ==============================================================

30 Testing for unit root The unit root hypothesis is strongly accepted. Unit root in the first differences? Null Hypothesis: D(LOG(CLOSE)) has a unit root Exogenous: Constant Lag Length: 0 (Automatic based on SIC, MAXLAG=21) ============================================================== t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level ============================================================== *MacKinnon (1996) one-sided p-values. Unit root hypothesis in the returns (log-differences) is clearly rejected. Conclusion: log(dax) I (1). Examining the autocorrelation function would lead to the same conclusion.

31 Testing for unit root Example 5 UK interest rate spread. Monthly UK short and long interest rates Interest rate y Gilt 91 days TB Spread Jan 1952 to Dec 2005 Short rate Long rate Spread ADF Critical values for test statistics: 1pct 5pct 10pct

32 Testing for unit root Both unit root hypotheses are accepted at the 5% level. According to the expectations hypothesis (EH) of the term structure of interest rates the long rate is the weighted average of the current and expected rates of the future short rates. This implies that the spread should be stationary. Above the unit root hypothesis for spread is rejected, indicating support for the EH.

33 Testing for unit root Other popular unit root tests: Phillips-Perron (PP) (Biometrika, 1988, ), Elliot-Rottenberg-Stock (ERS) (Econometrica, 1996, ) ERS is supposed be more efficient than the others. Short rate Long rate Spread ERS Critical values of DF-GLS are: 1pct 5pct 10pct critical values

34 Testing for unit root 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

35 Testing for unit root Dickey and Pantula (1987) (Journal of Business and Economic Statistics, ) E.g., presence of at most two unit roots, i.e., I (2). Use the t-ratio on β 2 from 2 y t = β 0 + β 2 y t 1 + u t (20) to test two unit roots against one with critical values from the intercept version. If rejected, proceed to test exactly one unit root with the t-ratio on β 1 from 2 y t = β 0 + β 1 y t 1 + β 2 y t 1 + u t (21) with critical values from the intercept version (19) of the ADF-test.

36 Testing for unit root Example 6 UK interest rates I (2)? (Classroom example). Monthly UK short and long interest rates Rate (% pa) year gilt 91 day TB Spread Month

37 Segmented trends, structural breaks, and smooth transition 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

38 Segmented trends, structural breaks, and smooth transition 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

39 Segmented trends, structural breaks, and smooth transition Perron (1989, Econometrica) generalized the unit root testing (that has possibly a drift and a linear trend) to allow for one time change in the structure at an unknown time T B (break point), 1 < T B < T. T B must be determined prior testing. Occurring instantly/smoothly? (a) Shift in the intercept of the trend (crash model) (b) shift in intercept and slope (crash/changing growth) (c) smooth shift in the slope (joined segments)

40 Segmented trends, structural breaks, and smooth transition Example 7 Certain types of breaks. No Breaks: Random walk with drift Model (a): 'Crash' y t y t = y 0 + βt + u t y t = β + y t 1 + u t y t y t = β + y t 1 + u t y t = y 0 + βt + u t y t = y 0 + θdtb t + βt y t = β + θdtb t + y t time time Model (b): 'Crash/changing growth' Model (c): 'Smooth slope shift' y t y t = y 0 + βt + θdu t + γdt t + u y t = β + y t 1 + θdtb t + γd y t = β + y t 1 + u t y t = y 0 + βt + u t y t y t = β + y t 1 + u t y t = µ + βt + u t y t = µ + βt + γdt t + y t = β + y t 1 + γdu t time time

41 Segmented trends, structural breaks, and smooth transition Define dummy variables: DTB t = 1, if t = T B + 1, = 0 otherwise DU t = 1, if t > T B, = 0 otherwise (22) DT t = t T B, if t > T B, = 0 otherwise. Note that DTB t = DU t = 2 DR t. Null hypothesis models of (a) (c) y t = β + y t 1 + θdtb t + u t (23) y t = β + y t 1 + θdtb t + γdu t + u t (24) y t = β + y t 1 + γdt t + u t (25)

42 Segmented trends, structural breaks, and smooth transition Trend stationary alternative hypotheses of (a) (c) y t = µ + βt + θdtb t + u t (26) y t = µ + βt + θdu t + γdt t + u t (27) y t = µ + βt + γdt t + u t (28) The error term u t is assumed stationary.

43 Segmented trends, structural breaks, and smooth transition Model (a): One time change by magnitude θ Model (b): Null: Changing growth, drift changes from β to β + θγ at time T B + 1 and then to β + γ afterwards. Alternative: Intercept changes by θ and slope by γ at T B + 1. Model (c): Null: Drift changes to β + γ. Alternative: Both segments of the trends are equal at T B.

44 Segmented trends, structural breaks, and smooth transition Testing for unit root in these circumstances is bit trickier than in the ordinary case. Basically it consists of four steps (Perron 1989, Econometrica). Step 1: Calculate detrended series ỹ t. For example in the case (a) ỹ t = y t ˆµ ˆβt ˆθDU t, where the parameters are estimates by OLS. Step 2: Test unit root using the t-statistic for φ = 1 in the regression [cases (a) and (b)] k k ỹ t = ω i DBT t i + φỹ t 1 + c i ỹ t i + e t. (29) and in case (c) i=0 ỹ t = φỹ t 1 + i=1 k c i ỹ t i + e t. (30) i=1

45 Segmented trends, structural breaks, and smooth transition Step 3: Compute the set of t-statistics for all possible breaks and select the date for the break T B for which the t-statistic is minimized. Step 4: Compare the selected t-value of Step 3 to appropriate critical value (Tables given e.g. in Vogelsang and Perron 1998 International Economic Review).

46 Segmented trends, structural breaks, and smooth transition 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing for more than one unit root Segmented trends, structural breaks, and smooth transition Instant occurring: Additive outlier (AO) Smooth transition

47 Segmented trends, structural breaks, and smooth transition Rather than instantaneous break (alternative hypothesis), the trend can change smoothly. In such a case one possibility to model it is to utilize logistic smooth transition regression (LSTR): Alternative hypotheses of (a) (c) y t = µ 1 + µ 2 S t (γ, m) + u t (31) y t = µ 1 + β 1 t + µ 2 S t (γ, m) + u t (32) y t = µ 1 + β 1 t + µ 2 S t (γ, m) + β 2 ts t (γ, m) + u t, (33) where S t (γ, m) = exp( γ(t mt )). (34) 0 S t (γ, m) 1. Parameter m determines the timing of the transition midpoint.

48 Segmented trends, structural breaks, and smooth transition For γ > 0, S (γ, m) = 0, S (γ, m) = 1, and S mt (γ, m) = 0.5. γ determines the speed of transmission, for γ = 0, S t (0, m) = 0.5. LSTAR models are estimated by nonlinear least squares (NLS) and unit root is tested by ADF applied to the residuals of the NLS regression (more details in Laybourne, Newbold, and Vougas 1998 Journal of Time Series Analysis).

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

Univariate linear models

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

More information

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests Brief Sketch of Solutions: Tutorial 3 3) unit root tests.5.4.4.3.3.2.2.1.1.. -.1 -.1 -.2 -.2 -.3 -.3 -.4 -.4 21 22 23 24 25 26 -.5 21 22 23 24 25 26.8.2.4. -.4 - -.8 - - -.12 21 22 23 24 25 26 -.2 21 22

More information

ARDL Cointegration Tests for Beginner

ARDL Cointegration Tests for Beginner ARDL Cointegration Tests for Beginner Tuck Cheong TANG Department of Economics, Faculty of Economics & Administration University of Malaya Email: tangtuckcheong@um.edu.my DURATION: 3 HOURS On completing

More information

1 Quantitative Techniques in Practice

1 Quantitative Techniques in Practice 1 Quantitative Techniques in Practice 1.1 Lecture 2: Stationarity, spurious regression, etc. 1.1.1 Overview In the rst part we shall look at some issues in time series economics. In the second part we

More information

E 4101/5101 Lecture 9: Non-stationarity

E 4101/5101 Lecture 9: Non-stationarity E 4101/5101 Lecture 9: Non-stationarity Ragnar Nymoen 30 March 2011 Introduction I Main references: Hamilton Ch 15,16 and 17. Davidson and MacKinnon Ch 14.3 and 14.4 Also read Ch 2.4 and Ch 2.5 in Davidson

More information

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity Outline: Further Issues in Using OLS with Time Series Data 13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process I. Stationary and Weakly Dependent Time Series III. Highly Persistent

More information

ECONOMETRIA II. CURSO 2009/2010 LAB # 3

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

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

10. Time series regression and forecasting

10. Time series regression and forecasting 10. Time series regression and forecasting Key feature of this section: Analysis of data on a single entity observed at multiple points in time (time series data) Typical research questions: What is the

More information

Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test

Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test Christopher F Baum Jesús Otero Stata Conference, Baltimore, July 2017 Baum, Otero (BC, U. del Rosario) DF-GLS response surfaces

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

BCT Lecture 3. Lukas Vacha.

BCT Lecture 3. Lukas Vacha. BCT Lecture 3 Lukas Vacha vachal@utia.cas.cz Stationarity and Unit Root Testing Why do we need to test for Non-Stationarity? The stationarity or otherwise of a series can strongly influence its behaviour

More information

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 I In Figure I.1 you can find a quarterly inflation rate series

More information

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

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

More information

Frequency Forecasting using Time Series ARIMA model

Frequency Forecasting using Time Series ARIMA model Frequency Forecasting using Time Series ARIMA model Manish Kumar Tikariha DGM(O) NSPCL Bhilai Abstract In view of stringent regulatory stance and recent tariff guidelines, Deviation Settlement mechanism

More information

Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test

Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test Response surface models for the Elliott, Rothenberg, Stock DF-GLS unit-root test Christopher F Baum Jesús Otero UK Stata Users Group Meetings, London, September 2017 Baum, Otero (BC, U. del Rosario) DF-GLS

More information

10) Time series econometrics

10) Time series econometrics 30C00200 Econometrics 10) Time series econometrics Timo Kuosmanen Professor, Ph.D. 1 Topics today Static vs. dynamic time series model Suprious regression Stationary and nonstationary time series Unit

More information

Problem Set 2: Box-Jenkins methodology

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

More information

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

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

More information

in the time series. The relation between y and x is contemporaneous.

in the time series. The relation between y and x is contemporaneous. 9 Regression with Time Series 9.1 Some Basic Concepts Static Models (1) y t = β 0 + β 1 x t + u t t = 1, 2,..., T, where T is the number of observation in the time series. The relation between y and x

More information

E 4160 Autumn term Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test

E 4160 Autumn term Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test E 4160 Autumn term 2016. Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test Ragnar Nymoen Department of Economics, University of Oslo 24 October

More information

Testing for non-stationarity

Testing for non-stationarity 20 November, 2009 Overview The tests for investigating the non-stationary of a time series falls into four types: 1 Check the null that there is a unit root against stationarity. Within these, there are

More information

9) Time series econometrics

9) Time series econometrics 30C00200 Econometrics 9) Time series econometrics Timo Kuosmanen Professor Management Science http://nomepre.net/index.php/timokuosmanen 1 Macroeconomic data: GDP Inflation rate Examples of time series

More information

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

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

More information

7 Introduction to Time Series

7 Introduction to Time Series Econ 495 - Econometric Review 1 7 Introduction to Time Series 7.1 Time Series vs. Cross-Sectional Data Time series data has a temporal ordering, unlike cross-section data, we will need to changes some

More information

Chapter 2: Unit Roots

Chapter 2: Unit Roots Chapter 2: Unit Roots 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and undeconometrics II. Unit Roots... 3 II.1 Integration Level... 3 II.2 Nonstationarity

More information

Time Series. Chapter Time Series Data

Time Series. Chapter Time Series Data Chapter 10 Time Series 10.1 Time Series Data The main difference between time series data and cross-sectional data is the temporal ordering. To emphasize the proper ordering of the observations, Table

More information

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements:

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: Econ 427, Spring 2010 Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: 1. (page 132) In each case, the idea is to write these out in general form (without the lag

More information

Advanced Econometrics

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

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

7 Introduction to Time Series Time Series vs. Cross-Sectional Data Detrending Time Series... 15

7 Introduction to Time Series Time Series vs. Cross-Sectional Data Detrending Time Series... 15 Econ 495 - Econometric Review 1 Contents 7 Introduction to Time Series 3 7.1 Time Series vs. Cross-Sectional Data............ 3 7.2 Detrending Time Series................... 15 7.3 Types of Stochastic

More information

Economic modelling and forecasting. 2-6 February 2015

Economic modelling and forecasting. 2-6 February 2015 Economic modelling and forecasting 2-6 February 2015 Bank of England 2015 Ole Rummel Adviser, CCBS at the Bank of England ole.rummel@bankofengland.co.uk Philosophy of my presentations Everything should

More information

Forecasting Seasonal Time Series 1. Introduction. Philip Hans Franses Econometric Institute Erasmus University Rotterdam

Forecasting Seasonal Time Series 1. Introduction. Philip Hans Franses Econometric Institute Erasmus University Rotterdam Forecasting Seasonal Time Series 1. Introduction Philip Hans Franses Econometric Institute Erasmus University Rotterdam SMU and NUS, Singapore, April-May 2004 1 Outline of tutorial lectures 1 Introduction

More information

Introduction to Modern Time Series Analysis

Introduction to Modern Time Series Analysis Introduction to Modern Time Series Analysis Gebhard Kirchgässner, Jürgen Wolters and Uwe Hassler Second Edition Springer 3 Teaching Material The following figures and tables are from the above book. They

More information

Review Session: Econometrics - CLEFIN (20192)

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

More information

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University Topic 4 Unit Roots Gerald P. Dwyer Clemson University February 2016 Outline 1 Unit Roots Introduction Trend and Difference Stationary Autocorrelations of Series That Have Deterministic or Stochastic Trends

More information

Econometrics II Heij et al. Chapter 7.1

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

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

Ch 6. Model Specification. Time Series Analysis

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

More information

Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem

Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Stochastic vs. deterministic

More information

Consider the trend-cycle decomposition of a time series y t

Consider the trend-cycle decomposition of a time series y t 1 Unit Root Tests Consider the trend-cycle decomposition of a time series y t y t = TD t + TS t + C t = TD t + Z t The basic issue in unit root testing is to determine if TS t = 0. Two classes of tests,

More information

Economtrics of money and finance Lecture six: spurious regression and cointegration

Economtrics of money and finance Lecture six: spurious regression and cointegration Economtrics of money and finance Lecture six: spurious regression and cointegration Zongxin Qian School of Finance, Renmin University of China October 21, 2014 Table of Contents Overview Spurious regression

More information

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Dr.K.Nithya Kala & Aruna.P.Remesh, 1 Assistant Professor, PSGR Krishnammal College for Women, Coimbatore, Tamilnadu, India 2 PhD

More information

Econometrics II. Seppo Pynnönen. January 14 February 27, Department of Mathematics and Statistics, University of Vaasa, Finland

Econometrics II. Seppo Pynnönen. January 14 February 27, Department of Mathematics and Statistics, University of Vaasa, Finland Department of Mathematics and Statistics, University of Vaasa, Finland January 14 February 27, 2014 Feb 19, 2014 Part VI Cointegration 1 Cointegration (a) Known ci-relation (b) Unknown ci-relation Error

More information

Cointegration, Stationarity and Error Correction Models.

Cointegration, Stationarity and Error Correction Models. Cointegration, Stationarity and Error Correction Models. STATIONARITY Wold s decomposition theorem states that a stationary time series process with no deterministic components has an infinite moving average

More information

Empirical Market Microstructure Analysis (EMMA)

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

More information

Nonstationary Time Series:

Nonstationary Time Series: Nonstationary Time Series: Unit Roots Egon Zakrajšek Division of Monetary Affairs Federal Reserve Board Summer School in Financial Mathematics Faculty of Mathematics & Physics University of Ljubljana September

More information

11/18/2008. So run regression in first differences to examine association. 18 November November November 2008

11/18/2008. So run regression in first differences to examine association. 18 November November November 2008 Time Series Econometrics 7 Vijayamohanan Pillai N Unit Root Tests Vijayamohan: CDS M Phil: Time Series 7 1 Vijayamohan: CDS M Phil: Time Series 7 2 R 2 > DW Spurious/Nonsense Regression. Integrated but

More information

Univariate, Nonstationary Processes

Univariate, Nonstationary Processes Univariate, Nonstationary Processes Jamie Monogan University of Georgia March 20, 2018 Jamie Monogan (UGA) Univariate, Nonstationary Processes March 20, 2018 1 / 14 Objectives By the end of this meeting,

More information

Lecture: Testing Stationarity: Structural Change Problem

Lecture: Testing Stationarity: Structural Change Problem Lecture: Testing Stationarity: Structural Change Problem Applied Econometrics Jozef Barunik IES, FSV, UK Summer Semester 2009/2010 Lecture: Testing Stationarity: Structural Change Summer ProblemSemester

More information

Trending Models in the Data

Trending Models in the Data April 13, 2009 Spurious regression I Before we proceed to test for unit root and trend-stationary models, we will examine the phenomena of spurious regression. The material in this lecture can be found

More information

Model Specification and Data Problems. Part VIII

Model Specification and Data Problems. Part VIII Part VIII Model Specification and Data Problems As of Oct 24, 2017 1 Model Specification and Data Problems RESET test Non-nested alternatives Outliers A functional form misspecification generally means

More information

About the seasonal effects on the potential liquid consumption

About the seasonal effects on the potential liquid consumption About the seasonal effects on the potential liquid consumption Lucie Ravelojaona Guillaume Perrez Clément Cousin ENAC 14/01/2013 Consumption raw data Figure : Evolution during one year of different family

More information

Christopher Dougherty London School of Economics and Political Science

Christopher Dougherty London School of Economics and Political Science Introduction to Econometrics FIFTH EDITION Christopher Dougherty London School of Economics and Political Science OXFORD UNIVERSITY PRESS Contents INTRODU CTION 1 Why study econometrics? 1 Aim of this

More information

Covers Chapter 10-12, some of 16, some of 18 in Wooldridge. Regression Analysis with Time Series Data

Covers Chapter 10-12, some of 16, some of 18 in Wooldridge. Regression Analysis with Time Series Data Covers Chapter 10-12, some of 16, some of 18 in Wooldridge Regression Analysis with Time Series Data Obviously time series data different from cross section in terms of source of variation in x and y temporal

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

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

More information

7. Forecasting with ARIMA models

7. Forecasting with ARIMA models 7. Forecasting with ARIMA models 309 Outline: Introduction The prediction equation of an ARIMA model Interpreting the predictions Variance of the predictions Forecast updating Measuring predictability

More information

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Emmanuel Alphonsus Akpan Imoh Udo Moffat Department of Mathematics and Statistics University of Uyo, Nigeria Ntiedo Bassey Ekpo Department of

More information

4. Nonlinear regression functions

4. Nonlinear regression functions 4. Nonlinear regression functions Up to now: Population regression function was assumed to be linear The slope(s) of the population regression function is (are) constant The effect on Y of a unit-change

More information

Time Series Econometrics 4 Vijayamohanan Pillai N

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

More information

On Perron s Unit Root Tests in the Presence. of an Innovation Variance Break

On Perron s Unit Root Tests in the Presence. of an Innovation Variance Break Applied Mathematical Sciences, Vol. 3, 2009, no. 27, 1341-1360 On Perron s Unit Root ests in the Presence of an Innovation Variance Break Amit Sen Department of Economics, 3800 Victory Parkway Xavier University,

More information

Autoregressive Moving Average (ARMA) Models and their Practical Applications

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

More information

The Evolution of Snp Petrom Stock List - Study Through Autoregressive Models

The Evolution of Snp Petrom Stock List - Study Through Autoregressive Models The Evolution of Snp Petrom Stock List Study Through Autoregressive Models Marian Zaharia Ioana Zaheu Elena Roxana Stan Faculty of Internal and International Economy of Tourism RomanianAmerican University,

More information

Chapter 3: Regression Methods for Trends

Chapter 3: Regression Methods for Trends Chapter 3: Regression Methods for Trends Time series exhibiting trends over time have a mean function that is some simple function (not necessarily constant) of time. The example random walk graph from

More information

Inflation Revisited: New Evidence from Modified Unit Root Tests

Inflation Revisited: New Evidence from Modified Unit Root Tests 1 Inflation Revisited: New Evidence from Modified Unit Root Tests Walter Enders and Yu Liu * University of Alabama in Tuscaloosa and University of Texas at El Paso Abstract: We propose a simple modification

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 9 Jakub Mućk Econometrics of Panel Data Meeting # 9 1 / 22 Outline 1 Time series analysis Stationarity Unit Root Tests for Nonstationarity 2 Panel Unit Root

More information

Heteroskedasticity. Part VII. Heteroskedasticity

Heteroskedasticity. Part VII. Heteroskedasticity Part VII Heteroskedasticity As of Oct 15, 2015 1 Heteroskedasticity Consequences Heteroskedasticity-robust inference Testing for Heteroskedasticity Weighted Least Squares (WLS) Feasible generalized Least

More information

ECON 4160, Spring term Lecture 12

ECON 4160, Spring term Lecture 12 ECON 4160, Spring term 2013. Lecture 12 Non-stationarity and co-integration 2/2 Ragnar Nymoen Department of Economics 13 Nov 2013 1 / 53 Introduction I So far we have considered: Stationary VAR, with deterministic

More information

Practical Econometrics. for. Finance and Economics. (Econometrics 2)

Practical Econometrics. for. Finance and Economics. (Econometrics 2) Practical Econometrics for Finance and Economics (Econometrics 2) Seppo Pynnönen and Bernd Pape Department of Mathematics and Statistics, University of Vaasa 1. Introduction 1.1 Econometrics Econometrics

More information

Moreover, the second term is derived from: 1 T ) 2 1

Moreover, the second term is derived from: 1 T ) 2 1 170 Moreover, the second term is derived from: 1 T T ɛt 2 σ 2 ɛ. Therefore, 1 σ 2 ɛt T y t 1 ɛ t = 1 2 ( yt σ T ) 2 1 2σ 2 ɛ 1 T T ɛt 2 1 2 (χ2 (1) 1). (b) Next, consider y 2 t 1. T E y 2 t 1 T T = E(y

More information

On Consistency of Tests for Stationarity in Autoregressive and Moving Average Models of Different Orders

On Consistency of Tests for Stationarity in Autoregressive and Moving Average Models of Different Orders American Journal of Theoretical and Applied Statistics 2016; 5(3): 146-153 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20160503.20 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

Multivariate Time Series

Multivariate Time Series Multivariate Time Series Fall 2008 Environmental Econometrics (GR03) TSII Fall 2008 1 / 16 More on AR(1) In AR(1) model (Y t = µ + ρy t 1 + u t ) with ρ = 1, the series is said to have a unit root or a

More information

Trends and Unit Roots in Greek Real Money Supply, Real GDP and Nominal Interest Rate

Trends and Unit Roots in Greek Real Money Supply, Real GDP and Nominal Interest Rate European Research Studies Volume V, Issue (3-4), 00, pp. 5-43 Trends and Unit Roots in Greek Real Money Supply, Real GDP and Nominal Interest Rate Karpetis Christos & Varelas Erotokritos * Abstract This

More information

Forecasting of the Austrian Inflation Rate

Forecasting of the Austrian Inflation Rate Forecasting of the Austrian Inflation Rate Case Study for the Course of Econometric Forecasting Winter Semester 2007 by Nadir Shahzad Virkun Tomas Sedliacik Goal setting and Data selection The goal of

More information

Analysis. Components of a Time Series

Analysis. Components of a Time Series Module 8: Time Series Analysis 8.2 Components of a Time Series, Detection of Change Points and Trends, Time Series Models Components of a Time Series There can be several things happening simultaneously

More information

Exercise Sheet 6: Solutions

Exercise Sheet 6: Solutions Exercise Sheet 6: Solutions R.G. Pierse 1. (a) Regression yields: Dependent Variable: LC Date: 10/29/02 Time: 18:37 Sample(adjusted): 1950 1985 Included observations: 36 after adjusting endpoints C 0.244716

More information

THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE

THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE Preliminary communication (accepted September 12, 2013) THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE Ana Gardasevic 1 Abstract: In this work, with help of econometric analysis

More information

Unit Roots in Time Series with Changepoints

Unit Roots in Time Series with Changepoints International Journal of Statistics and Probability; Vol. 6, No. 6; November 2017 ISSN 1927-7032 E-ISSN 1927-7040 Published by Canadian Center of Science and Education Unit Roots in Time Series with Changepoints

More information

CHAPTER 6: SPECIFICATION VARIABLES

CHAPTER 6: SPECIFICATION VARIABLES Recall, we had the following six assumptions required for the Gauss-Markov Theorem: 1. The regression model is linear, correctly specified, and has an additive error term. 2. The error term has a zero

More information

A SARIMAX coupled modelling applied to individual load curves intraday forecasting

A SARIMAX coupled modelling applied to individual load curves intraday forecasting A SARIMAX coupled modelling applied to individual load curves intraday forecasting Frédéric Proïa Workshop EDF Institut Henri Poincaré - Paris 05 avril 2012 INRIA Bordeaux Sud-Ouest Institut de Mathématiques

More information

Unit root problem, solution of difference equations Simple deterministic model, question of unit root

Unit root problem, solution of difference equations Simple deterministic model, question of unit root Unit root problem, solution of difference equations Simple deterministic model, question of unit root (1 φ 1 L)X t = µ, Solution X t φ 1 X t 1 = µ X t = A + Bz t with unknown z and unknown A (clearly X

More information

Time series: Cointegration

Time series: Cointegration Time series: Cointegration May 29, 2018 1 Unit Roots and Integration Univariate time series unit roots, trends, and stationarity Have so far glossed over the question of stationarity, except for my stating

More information

Lecture 6a: Unit Root and ARIMA Models

Lecture 6a: Unit Root and ARIMA Models Lecture 6a: Unit Root and ARIMA Models 1 2 Big Picture A time series is non-stationary if it contains a unit root unit root nonstationary The reverse is not true. For example, y t = cos(t) + u t has no

More information

Econometrics I: Univariate Time Series Econometrics (1)

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

More information

Heteroskedasticity in Time Series

Heteroskedasticity in Time Series Heteroskedasticity in Time Series Figure: Time Series of Daily NYSE Returns. 206 / 285 Key Fact 1: Stock Returns are Approximately Serially Uncorrelated Figure: Correlogram of Daily Stock Market Returns.

More information

Stationarity and Cointegration analysis. Tinashe Bvirindi

Stationarity and Cointegration analysis. Tinashe Bvirindi Stationarity and Cointegration analysis By Tinashe Bvirindi tbvirindi@gmail.com layout Unit root testing Cointegration Vector Auto-regressions Cointegration in Multivariate systems Introduction Stationarity

More information

This chapter reviews properties of regression estimators and test statistics based on

This chapter reviews properties of regression estimators and test statistics based on Chapter 12 COINTEGRATING AND SPURIOUS REGRESSIONS This chapter reviews properties of regression estimators and test statistics based on the estimators when the regressors and regressant are difference

More information

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication G. S. Maddala Kajal Lahiri WILEY A John Wiley and Sons, Ltd., Publication TEMT Foreword Preface to the Fourth Edition xvii xix Part I Introduction and the Linear Regression Model 1 CHAPTER 1 What is Econometrics?

More information

Applied time-series analysis

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

More information

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation AMERICAN JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH 214, Science Huβ, http://www.scihub.org/ajsir ISSN: 2153-649X, doi:1.5251/ajsir.214.5.6.185.194 Time Series Forecasting: A Tool for Out - Sample Model

More information

Modeling Monthly Average Temperature of Dhahran City of Saudi-Arabia Using Arima Models

Modeling Monthly Average Temperature of Dhahran City of Saudi-Arabia Using Arima Models International Journal of Data Science and Analysis 2017; 3(5): 40-45 http://www.sciencepublishinggroup.com/j/ijdsa doi: 10.11648/j.ijdsa.20170305.12 ISSN: 2575-1883 (Print); ISSN: 2575-1891 (Online) Modeling

More information

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED by W. Robert Reed Department of Economics and Finance University of Canterbury, New Zealand Email: bob.reed@canterbury.ac.nz

More information

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

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

More information

A nonparametric test for seasonal unit roots

A nonparametric test for seasonal unit roots Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna To be presented in Innsbruck November 7, 2007 Abstract We consider a nonparametric test for the

More information

STAT Financial Time Series

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

More information

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

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

More information

Modelling Seasonality of Gross Domestic Product in Belgium

Modelling Seasonality of Gross Domestic Product in Belgium University of Vienna Univ.-Prof. Dipl.-Ing. Dr. Robert M. Kunst Course: Econometric Analysis of Seasonal Time Series (Oekonometrie der Saison) Working Paper Modelling Seasonality of Gross Domestic Product

More information

Practice Questions for the Final Exam. Theoretical Part

Practice Questions for the Final Exam. Theoretical Part Brooklyn College Econometrics 7020X Spring 2016 Instructor: G. Koimisis Name: Date: Practice Questions for the Final Exam Theoretical Part 1. Define dummy variable and give two examples. 2. Analyze the

More information