Cointegration and the ECM

Size: px
Start display at page:

Download "Cointegration and the ECM"

Transcription

1 Cointegration and the ECM Two nonstationary time series are cointegrated if they tend to move together through time. For instance, we have established that the levels of the Fed Funds rate and the 3-year bond rate are nonstationary, whereas their differences are stationary. In the opaque terminology used in the time series literature, each series is said to be integrated of order 1 or I(1). If the two nonstationary series move together through time then we say they are cointegrated. Economic theory would suggest that they should be tied together via arbitrage, but that is no guarantee, so we perform a formal statistical test. The test procedure is very simple. Regress one I(1) variable on another using least squares. Then test the residuals for nonstationarity using the (augmented) Dickey-Fuller test. If the series are cointegrated, the Dickey-Fuller test statistic will be statistically significant. The null hypothesis is that the residuals are nonstationary. Rejection of this leads to the conclusion that the residuals are stationary and the series are cointegrated. Time Series Plots qui tsline f, name(f, replace) qui tsline D.f, name(df, replace) yline(0) qui tsline b, name(b, replace) qui tsline D.b, name(db, replace) yline(0) graph combine f df b db, cols(2) This produces the set of graphs federal funds rate federal funds rate, D year Bond rate year Bond rate, D

2 Neither series looks stationary in levels; their general trend is downward. The differences do look stationary. I see no trend in the differences and both are centered about zero. Proceed with the formal stationarity tests. Here are the DF-GLS test results for the levels: DF-GLS for f Number of obs = 91 Maxlag = 12 chosen by Schwert criterion DF-GLS tau 1% Critical 5% Critical 10% Critical [lags] Test Statistic Value Value Value Opt Lag (Ng-Perron seq t) = 1 with RMSE Min SC = at lag 1 with RMSE Min MAIC = at lag 1 with RMSE dfgls b DF-GLS for b Number of obs = 91 Maxlag = 12 chosen by Schwert criterion DF-GLS tau 1% Critical 5% Critical 10% Critical [lags] Test Statistic Value Value Value Opt Lag (Ng-Perron seq t) = 3 with RMSE Min SC = at lag 1 with RMSE Min MAIC = at lag 1 with RMSE The lags appear to be fairly short (actually, 1 in both cases). The statistic is in the 5% rejection region for both series (lag=1). That doesn t bode well for the rest of the example, which relies on these series to be random walks. A Phillips-Perron test, which also has a null-hypothesis of unit root, is performed for both series. We include the trend option since the level of each appears to have a deterministic downward trend (though this certainly could not be true in the population, could it? I mean, can interest rates go down forever?). In neither case could the unit root null be rejected at 5% level. So, we will assume that b and f are I(1). Here are some details about the pperron command in Stata.

3 Syntax pperron varname [if] [in] [, options] options Main noconstant trend regress lags(#) description suppress constant term include trend term in regression display regression table use # Newey-West lags You must tsset your data before using pperron; see [TS] tsset. varname may contain time-series operators; see tsvarlist. Menu Statistics > Time series > Tests > Phillips-Perron unit-root test Description pperron performs the Phillips-Perron test that a variab le has a unit root. The null hypothesis is that the variable contains a unit root, and the alternative is that the variable was generated by a stationary process. pperron uses Newey-West standard errors to account for serial correlation, whereas the augmented Dickey-Fuller test implemented in dfuller uses additional lags of the first-difference variable. and the results for each series. pperron b, trend Phillips-Perron test for unit root Number of obs = 103 Newey-West lags = 4. pperron f, trend Interpolated Dickey-Fuller Test 1% Critical 5% Critical 10% Critical Statistic Value Value Value Z(rho) Z(t) MacKinnon approximate p-value for Z(t) = Phillips-Perron test for unit root Number of obs = 103 Newey-West lags = 4 Interpolated Dickey-Fuller Test 1% Critical 5% Critical 10% Critical Statistic Value Value Value Z(rho) Z(t) MacKinnon approximate p-value for Z(t) = Engle-Granger Test The test described below is commonly referred to as the Engle-Granger test. Regress b on f and a constant, save the residuals then use these in an augmented Dickey-Fuller regression. Manually, this is done regress b f predict ehat, residual regress D.ehat L.ehat L.D.ehat, noconstant

4 Notice that the DF test is augmented using 1 lag of differences.. regress D.ehat L.ehat L.D.ehat, noconstant Source SS df MS Number of obs = 102 F( 2, 100) = Model Prob > F = Residual R-squared = Adj R-squared = Total Root MSE = D.ehat Coef. Std. Err. t P> t [95% Conf. Interval] ehat L LD The t-ratio on the lagged value of ê is The critical value has to be obtained from the proper table. The 5% critical value for a cointegrating regression containing an intercept is and the t-ratio is less than this. The null hypothesis of no cointegration is rejected when t tc, and not rejected when t > tc. The t-statistic in this case is 4.196< 3.37 and the null hypothesis that the least squares residuals are nonstationary is rejected; the residuals are stationary. This implies that the bond rate and the federal funds rate are cointegrated. The Error Correction Model Cointegration is a relationship between two nonstationary, I(1), variables. These variables share a common trend and tend to move together in the long-run. In this section, a dynamic relationship between I(0) variables which embeds a cointegrating relationship known as the short-run error correction model is examined. Start with an ARDL(1,1) y =δ+θ y +δ x +δ x + v t 1 t 1 0 t 1 t 1 t after some manipulation (see POE4 for details) y = (1 θ )( y β β x ) +δ x +δ x + v t 1 t t 1 0 t 1 t 1 t The term in the second set of parentheses is a cointegrating relationship. The levels of y and x are linearly related. Let α= (1 θ1) and the equation s parameters can be estimated by nonlinear least squares. gen Db=D.b nl (Db = -{alpha}*(l.b-{beta1}-beta2}*l.f)+ /// {delta0}*d.f+{delta1}*d.l.f), variables(l.b L.f D.L.f) The only trick here is that the time-series operator D. cannot be used in the formation of the dependent variable. It has to be generated separately before it can be used in nl. The lag and difference operators can be used on the right-hand side of the equation if listed in the variables option. The results are:

5 Source SS df MS Number of obs = 102 Model R-squared = Residual Adj R-squared = Root MSE = Total Res. dev. = Db Coef. Std. Err. t P> t [95% Conf. Interval] /alpha /beta /beta /delta /delta Parameter beta1 taken as constant term in model & ANOVA table By using nonlinear least squares, we are able to estimate the parameters of the error correction model and the cointegrating relationship all at once. To estimate θ 1 scalar theta1 = 1-_b[alpha:_cons] scalar list theta1. scalar list theta1 theta1 = Finally, obtain the residuals and perform the ADF test for stationarity. The variable called ehat is the cointegrating relationship, which is lagged in the subsequent regression. gen ehat = L.b - _b[beta1:_cons]-_b[beta2:_cons]*l.f reg D.ehat L.ehat L.D.ehat, noconst di di _b[l.ehat]/_se[l.ehat]. di _b[l.ehat]/_se[l.ehat] As before, the null is that (y, x) are not cointegrated. Since the cointegrating relationship includes a constant term, the critical value is Comparing the calculated value ( 3.912) with the critical value, we reject the null hypothesis and conclude that (y, x) are cointegrated. Stata Code use usa, clear gen = q(1984q1) + _n - 1 format %tq tsset qui tsline f, name(f, replace) qui tsline D.f, name(df, replace) yline(0) qui tsline b, name(b, replace) qui tsline D.b, name(db, replace) yline(0) graph combine f df b db, cols(2) * DF-GLS tests with built in functions dfgls f dfgls b

6 * DF-GLS on differences dfgls D.f, notrend dfgls D.b, notrend * Engle Granger cointegrations test regress b f predict ehat, residual regress D.ehat L.ehat L.D.ehat, noconstant gen Db=D.b nl (Db = -{alpha}*(l.b-{beta1}-{beta2}*l.f)+{delta0}*d.f+{delta1}*d.l.f), \\\ variables(l.b L.f D.L.f) scalar theta1 = 1-_b[alpha:_cons] scalar list theta1 gen ehat = L.b - _b[beta1:_cons]-_b[beta2:_cons]*l.f qui reg D.ehat L.ehat L.D.ehat, noconst di _b[l.ehat]/_se[l.ehat]

Chapter 5: Bivariate Cointegration Analysis

Chapter 5: Bivariate Cointegration Analysis Chapter 5: Bivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie V. Bivariate Cointegration Analysis...

More information

MULTIPLE REGRESSION EXAMPLE

MULTIPLE REGRESSION EXAMPLE MULTIPLE REGRESSION EXAMPLE For a sample of n = 166 college students, the following variables were measured: Y = height X 1 = mother s height ( momheight ) X 2 = father s height ( dadheight ) X 3 = 1 if

More information

Econometrics I: Econometric Methods

Econometrics I: Econometric Methods Econometrics I: Econometric Methods Jürgen Meinecke Research School of Economics, Australian National University 24 May, 2016 Housekeeping Assignment 2 is now history The ps tute this week will go through

More information

Please follow the directions once you locate the Stata software in your computer. Room 114 (Business Lab) has computers with Stata software

Please follow the directions once you locate the Stata software in your computer. Room 114 (Business Lab) has computers with Stata software STATA Tutorial Professor Erdinç Please follow the directions once you locate the Stata software in your computer. Room 114 (Business Lab) has computers with Stata software 1.Wald Test Wald Test is used

More information

Bits and Bets Information, Price Volatility, and Demand for Bitcoin

Bits and Bets Information, Price Volatility, and Demand for Bitcoin Bits and Bets Information, Price Volatility, and Demand for Bitcoin Martis Buchholz, Jess Delaney, and Joseph Warren Jeff Parker Economics 312 Spring 2012 2 I. Introduction Bitcoin is an online, digital

More information

Department of Economics Session 2012/2013. EC352 Econometric Methods. Solutions to Exercises from Week 10 + 0.0077 (0.052)

Department of Economics Session 2012/2013. EC352 Econometric Methods. Solutions to Exercises from Week 10 + 0.0077 (0.052) Department of Economics Session 2012/2013 University of Essex Spring Term Dr Gordon Kemp EC352 Econometric Methods Solutions to Exercises from Week 10 1 Problem 13.7 This exercise refers back to Equation

More information

Powerful new tools for time series analysis

Powerful new tools for time series analysis Christopher F Baum Boston College & DIW August 2007 hristopher F Baum ( Boston College & DIW) NASUG2007 1 / 26 Introduction This presentation discusses two recent developments in time series analysis by

More information

Interaction effects between continuous variables (Optional)

Interaction effects between continuous variables (Optional) Interaction effects between continuous variables (Optional) Richard Williams, University of Notre Dame, http://www.nd.edu/~rwilliam/ Last revised February 0, 05 This is a very brief overview of this somewhat

More information

Multicollinearity Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 13, 2015

Multicollinearity Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 13, 2015 Multicollinearity Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 13, 2015 Stata Example (See appendices for full example).. use http://www.nd.edu/~rwilliam/stats2/statafiles/multicoll.dta,

More information

Introduction to Time Series Regression and Forecasting

Introduction to Time Series Regression and Forecasting Introduction to Time Series Regression and Forecasting (SW Chapter 14) Time series data are data collected on the same observational unit at multiple time periods Aggregate consumption and GDP for a country

More information

August 2012 EXAMINATIONS Solution Part I

August 2012 EXAMINATIONS Solution Part I August 01 EXAMINATIONS Solution Part I (1) In a random sample of 600 eligible voters, the probability that less than 38% will be in favour of this policy is closest to (B) () In a large random sample,

More information

MODEL I: DRINK REGRESSED ON GPA & MALE, WITHOUT CENTERING

MODEL I: DRINK REGRESSED ON GPA & MALE, WITHOUT CENTERING Interpreting Interaction Effects; Interaction Effects and Centering Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015 Models with interaction effects

More information

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium

More information

Performing Unit Root Tests in EViews. Unit Root Testing

Performing Unit Root Tests in EViews. Unit Root Testing Página 1 de 12 Unit Root Testing The theory behind ARMA estimation is based on stationary time series. A series is said to be (weakly or covariance) stationary if the mean and autocovariances of the series

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Scatterplots Correlation Explanatory and response variables Simple linear regression General Principles of Data Analysis First plot the data, then add numerical summaries Look

More information

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results IAPRI Quantitative Analysis Capacity Building Series Multiple regression analysis & interpreting results How important is R-squared? R-squared Published in Agricultural Economics 0.45 Best article of the

More information

Nonlinear Regression Functions. SW Ch 8 1/54/

Nonlinear Regression Functions. SW Ch 8 1/54/ Nonlinear Regression Functions SW Ch 8 1/54/ The TestScore STR relation looks linear (maybe) SW Ch 8 2/54/ But the TestScore Income relation looks nonlinear... SW Ch 8 3/54/ Nonlinear Regression General

More information

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI (9906360) - 1 - ABSTRACT...3 1. INTRODUCTION...4 2. DATA ANALYSIS...5 2.1 Stationary estimation...5 2.2 Dickey-Fuller Test...6 3.

More information

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480 1) The S & P/TSX Composite Index is based on common stock prices of a group of Canadian stocks. The weekly close level of the TSX for 6 weeks are shown: Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500

More information

Chapter 9: Univariate Time Series Analysis

Chapter 9: Univariate Time Series Analysis Chapter 9: Univariate Time Series Analysis In the last chapter we discussed models with only lags of explanatory variables. These can be misleading if: 1. The dependent variable Y t depends on lags of

More information

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2 University of California, Berkeley Prof. Ken Chay Department of Economics Fall Semester, 005 ECON 14 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE # Question 1: a. Below are the scatter plots of hourly wages

More information

Forecasting in STATA: Tools and Tricks

Forecasting in STATA: Tools and Tricks Forecasting in STATA: Tools and Tricks Introduction This manual is intended to be a reference guide for time series forecasting in STATA. It will be updated periodically during the semester, and will be

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

Lecture 15. Endogeneity & Instrumental Variable Estimation

Lecture 15. Endogeneity & Instrumental Variable Estimation Lecture 15. Endogeneity & Instrumental Variable Estimation Saw that measurement error (on right hand side) means that OLS will be biased (biased toward zero) Potential solution to endogeneity instrumental

More information

Lab 5 Linear Regression with Within-subject Correlation. Goals: Data: Use the pig data which is in wide format:

Lab 5 Linear Regression with Within-subject Correlation. Goals: Data: Use the pig data which is in wide format: Lab 5 Linear Regression with Within-subject Correlation Goals: Data: Fit linear regression models that account for within-subject correlation using Stata. Compare weighted least square, GEE, and random

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

Statistics 104 Final Project A Culture of Debt: A Study of Credit Card Spending in America TF: Kevin Rader Anonymous Students: LD, MH, IW, MY

Statistics 104 Final Project A Culture of Debt: A Study of Credit Card Spending in America TF: Kevin Rader Anonymous Students: LD, MH, IW, MY Statistics 104 Final Project A Culture of Debt: A Study of Credit Card Spending in America TF: Kevin Rader Anonymous Students: LD, MH, IW, MY ABSTRACT: This project attempted to determine the relationship

More information

Medical Net Discount Rates:

Medical Net Discount Rates: Medical Net Discount Rates: An Investigation into the Total Offset Approach Andrew G. Kraynak Fall 2011 COLLEGE OF THE HOLY CROSS ECONOMICS DEPARTMENT HONORS PROGRAM Motivation When estimating the cost

More information

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2 THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Homework Assignment #2 Assignment: 1. Consumer Sentiment of the University of Michigan.

More information

The following postestimation commands for time series are available for regress:

The following postestimation commands for time series are available for regress: Title stata.com regress postestimation time series Postestimation tools for regress with time series Description Syntax for estat archlm Options for estat archlm Syntax for estat bgodfrey Options for estat

More information

Vector Time Series Model Representations and Analysis with XploRe

Vector Time Series Model Representations and Analysis with XploRe 0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin mungo@wiwi.hu-berlin.de plore MulTi Motivation

More information

Using R for Linear Regression

Using R for Linear Regression Using R for Linear Regression In the following handout words and symbols in bold are R functions and words and symbols in italics are entries supplied by the user; underlined words and symbols are optional

More information

Regression step-by-step using Microsoft Excel

Regression step-by-step using Microsoft Excel Step 1: Regression step-by-step using Microsoft Excel Notes prepared by Pamela Peterson Drake, James Madison University Type the data into the spreadsheet The example used throughout this How to is a regression

More information

Toward Efficient Management of Working Capital: The case of the Palestinian Exchange

Toward Efficient Management of Working Capital: The case of the Palestinian Exchange Journal of Applied Finance & Banking, vol.2, no.1, 2012, 225-246 ISSN: 1792-6580 (print version), 1792-6599 (online) International Scientific Press, 2012 Toward Efficient Management of Working Capital:

More information

Discussion Section 4 ECON 139/239 2010 Summer Term II

Discussion Section 4 ECON 139/239 2010 Summer Term II Discussion Section 4 ECON 139/239 2010 Summer Term II 1. Let s use the CollegeDistance.csv data again. (a) An education advocacy group argues that, on average, a person s educational attainment would increase

More information

ijcrb.com INTERDISCIPLINARY JOURNAL OF CONTEMPORARY RESEARCH IN BUSINESS AUGUST 2014 VOL 6, NO 4

ijcrb.com INTERDISCIPLINARY JOURNAL OF CONTEMPORARY RESEARCH IN BUSINESS AUGUST 2014 VOL 6, NO 4 RELATIONSHIP AND CAUSALITY BETWEEN INTEREST RATE AND INFLATION RATE CASE OF JORDAN Dr. Mahmoud A. Jaradat Saleh A. AI-Hhosban Al al-bayt University, Jordan ABSTRACT This study attempts to examine and study

More information

Regression Analysis: A Complete Example

Regression Analysis: A Complete Example Regression Analysis: A Complete Example This section works out an example that includes all the topics we have discussed so far in this chapter. A complete example of regression analysis. PhotoDisc, Inc./Getty

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information

Unit Root Tests. 4.1 Introduction. This is page 111 Printer: Opaque this

Unit Root Tests. 4.1 Introduction. This is page 111 Printer: Opaque this 4 Unit Root Tests This is page 111 Printer: Opaque this 4.1 Introduction Many economic and financial time series exhibit trending behavior or nonstationarity in the mean. Leading examples are asset prices,

More information

Regression Analysis (Spring, 2000)

Regression Analysis (Spring, 2000) Regression Analysis (Spring, 2000) By Wonjae Purposes: a. Explaining the relationship between Y and X variables with a model (Explain a variable Y in terms of Xs) b. Estimating and testing the intensity

More information

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To

More information

The average hotel manager recognizes the criticality of forecasting. However, most

The average hotel manager recognizes the criticality of forecasting. However, most Introduction The average hotel manager recognizes the criticality of forecasting. However, most managers are either frustrated by complex models researchers constructed or appalled by the amount of time

More information

SPSS Guide: Regression Analysis

SPSS Guide: Regression Analysis SPSS Guide: Regression Analysis I put this together to give you a step-by-step guide for replicating what we did in the computer lab. It should help you run the tests we covered. The best way to get familiar

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

The Relationship between Insurance Market Activity and Economic Growth

The Relationship between Insurance Market Activity and Economic Growth The Relationship between Insurance Market Activity and Economic Growth Yana Petrova 1 Abstract This research examines the short- and the long-run relationship between insurance market activity and economic

More information

Milk Data Analysis. 1. Objective Introduction to SAS PROC MIXED Analyzing protein milk data using STATA Refit protein milk data using PROC MIXED

Milk Data Analysis. 1. Objective Introduction to SAS PROC MIXED Analyzing protein milk data using STATA Refit protein milk data using PROC MIXED 1. Objective Introduction to SAS PROC MIXED Analyzing protein milk data using STATA Refit protein milk data using PROC MIXED 2. Introduction to SAS PROC MIXED The MIXED procedure provides you with flexibility

More information

Why the saving rate has been falling in Japan

Why the saving rate has been falling in Japan MPRA Munich Personal RePEc Archive Why the saving rate has been falling in Japan Yoshiaki Azuma and Takeo Nakao January 2009 Online at http://mpra.ub.uni-muenchen.de/62581/ MPRA Paper No. 62581, posted

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

Nonlinear relationships Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015

Nonlinear relationships Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015 Nonlinear relationships Richard Williams, University of Notre Dame, http://www.nd.edu/~rwilliam/ Last revised February, 5 Sources: Berry & Feldman s Multiple Regression in Practice 985; Pindyck and Rubinfeld

More information

Marginal Effects for Continuous Variables Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 21, 2015

Marginal Effects for Continuous Variables Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 21, 2015 Marginal Effects for Continuous Variables Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 21, 2015 References: Long 1997, Long and Freese 2003 & 2006 & 2014,

More information

MODELING AUTO INSURANCE PREMIUMS

MODELING AUTO INSURANCE PREMIUMS MODELING AUTO INSURANCE PREMIUMS Brittany Parahus, Siena College INTRODUCTION The findings in this paper will provide the reader with a basic knowledge and understanding of how Auto Insurance Companies

More information

Interaction effects and group comparisons Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015

Interaction effects and group comparisons Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015 Interaction effects and group comparisons Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015 Note: This handout assumes you understand factor variables,

More information

Non-Stationary Time Series andunitroottests

Non-Stationary Time Series andunitroottests Econometrics 2 Fall 2005 Non-Stationary Time Series andunitroottests Heino Bohn Nielsen 1of25 Introduction Many economic time series are trending. Important to distinguish between two important cases:

More information

FDI and Economic Growth Relationship: An Empirical Study on Malaysia

FDI and Economic Growth Relationship: An Empirical Study on Malaysia International Business Research April, 2008 FDI and Economic Growth Relationship: An Empirical Study on Malaysia Har Wai Mun Faculty of Accountancy and Management Universiti Tunku Abdul Rahman Bander Sungai

More information

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares Topic 4 - Analysis of Variance Approach to Regression Outline Partitioning sums of squares Degrees of freedom Expected mean squares General linear test - Fall 2013 R 2 and the coefficient of correlation

More information

UNIT ROOT TESTING TO HELP MODEL BUILDING. Lavan Mahadeva & Paul Robinson

UNIT ROOT TESTING TO HELP MODEL BUILDING. Lavan Mahadeva & Paul Robinson Handbooks in Central Banking No. 22 UNIT ROOT TESTING TO HELP MODEL BUILDING Lavan Mahadeva & Paul Robinson Series editors: Andrew Blake & Gill Hammond Issued by the Centre for Central Banking Studies,

More information

Rockefeller College University at Albany

Rockefeller College University at Albany Rockefeller College University at Albany PAD 705 Handout: Hypothesis Testing on Multiple Parameters In many cases we may wish to know whether two or more variables are jointly significant in a regression.

More information

From the help desk: Swamy s random-coefficients model

From the help desk: Swamy s random-coefficients model The Stata Journal (2003) 3, Number 3, pp. 302 308 From the help desk: Swamy s random-coefficients model Brian P. Poi Stata Corporation Abstract. This article discusses the Swamy (1970) random-coefficients

More information

Stata Walkthrough 4: Regression, Prediction, and Forecasting

Stata Walkthrough 4: Regression, Prediction, and Forecasting Stata Walkthrough 4: Regression, Prediction, and Forecasting Over drinks the other evening, my neighbor told me about his 25-year-old nephew, who is dating a 35-year-old woman. God, I can t see them getting

More information

Chapter 6: Multivariate Cointegration Analysis

Chapter 6: Multivariate Cointegration Analysis Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration

More information

Electricity Price Forecasting in the Spanish Market using Cointegration Techniques

Electricity Price Forecasting in the Spanish Market using Cointegration Techniques 1 Electricity Price Forecasting in the Spanish Market using Cointegration Techniques Antonio Bello, Javier Reneses Abstract This paper proposes a medium-term equilibrium model which aims to explain the

More information

A Century of PPP: Supportive Results from non-linear Unit Root Tests

A Century of PPP: Supportive Results from non-linear Unit Root Tests Mohsen Bahmani-Oskooee a, Ali Kutan b and Su Zhou c A Century of PPP: Supportive Results from non-linear Unit Root Tests ABSTRACT Testing for stationarity of the real exchange rates is a common practice

More information

I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s

I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s Linear Regression Models for Panel Data Using SAS, Stata, LIMDEP, and SPSS * Hun Myoung Park,

More information

ANALYSIS OF EUROPEAN, AMERICAN AND JAPANESE GOVERNMENT BOND YIELDS

ANALYSIS OF EUROPEAN, AMERICAN AND JAPANESE GOVERNMENT BOND YIELDS Applied Time Series Analysis ANALYSIS OF EUROPEAN, AMERICAN AND JAPANESE GOVERNMENT BOND YIELDS Stationarity, cointegration, Granger causality Aleksandra Falkowska and Piotr Lewicki TABLE OF CONTENTS 1.

More information

DETERMINANTS OF CAPITAL ADEQUACY RATIO IN SELECTED BOSNIAN BANKS

DETERMINANTS OF CAPITAL ADEQUACY RATIO IN SELECTED BOSNIAN BANKS DETERMINANTS OF CAPITAL ADEQUACY RATIO IN SELECTED BOSNIAN BANKS Nađa DRECA International University of Sarajevo nadja.dreca@students.ius.edu.ba Abstract The analysis of a data set of observation for 10

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression A regression with two or more explanatory variables is called a multiple regression. Rather than modeling the mean response as a straight line, as in simple regression, it is

More information

ESTIMATING AVERAGE TREATMENT EFFECTS: IV AND CONTROL FUNCTIONS, II Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics

ESTIMATING AVERAGE TREATMENT EFFECTS: IV AND CONTROL FUNCTIONS, II Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics ESTIMATING AVERAGE TREATMENT EFFECTS: IV AND CONTROL FUNCTIONS, II Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics July 2009 1. Quantile Treatment Effects 2. Control Functions

More information

Handling missing data in Stata a whirlwind tour

Handling missing data in Stata a whirlwind tour Handling missing data in Stata a whirlwind tour 2012 Italian Stata Users Group Meeting Jonathan Bartlett www.missingdata.org.uk 20th September 2012 1/55 Outline The problem of missing data and a principled

More information

Air passenger departures forecast models A technical note

Air passenger departures forecast models A technical note Ministry of Transport Air passenger departures forecast models A technical note By Haobo Wang Financial, Economic and Statistical Analysis Page 1 of 15 1. Introduction Sine 1999, the Ministry of Business,

More information

Business cycles and natural gas prices

Business cycles and natural gas prices Business cycles and natural gas prices Apostolos Serletis and Asghar Shahmoradi Abstract This paper investigates the basic stylised facts of natural gas price movements using data for the period that natural

More information

Module 5: Multiple Regression Analysis

Module 5: Multiple Regression Analysis Using Statistical Data Using to Make Statistical Decisions: Data Multiple to Make Regression Decisions Analysis Page 1 Module 5: Multiple Regression Analysis Tom Ilvento, University of Delaware, College

More information

Empirical Properties of the Indonesian Rupiah: Testing for Structural Breaks, Unit Roots, and White Noise

Empirical Properties of the Indonesian Rupiah: Testing for Structural Breaks, Unit Roots, and White Noise Volume 24, Number 2, December 1999 Empirical Properties of the Indonesian Rupiah: Testing for Structural Breaks, Unit Roots, and White Noise Reza Yamora Siregar * 1 This paper shows that the real exchange

More information

MULTIPLE REGRESSIONS ON SOME SELECTED MACROECONOMIC VARIABLES ON STOCK MARKET RETURNS FROM 1986-2010

MULTIPLE REGRESSIONS ON SOME SELECTED MACROECONOMIC VARIABLES ON STOCK MARKET RETURNS FROM 1986-2010 Advances in Economics and International Finance AEIF Vol. 1(1), pp. 1-11, December 2014 Available online at http://www.academiaresearch.org Copyright 2014 Academia Research Full Length Research Paper MULTIPLE

More information

Title. Syntax. stata.com. fp Fractional polynomial regression. Estimation

Title. Syntax. stata.com. fp Fractional polynomial regression. Estimation Title stata.com fp Fractional polynomial regression Syntax Menu Description Options for fp Options for fp generate Remarks and examples Stored results Methods and formulas Acknowledgment References Also

More information

Are the US current account deficits really sustainable? National University of Ireland, Galway

Are the US current account deficits really sustainable? National University of Ireland, Galway Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Are the US current account deficits really sustainable? Author(s)

More information

Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia

Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia Omar K. M. R. Bashar and Sarkar Humayun Kabir Abstract This study seeks to identify

More information

Minimum LM Unit Root Test with One Structural Break. Junsoo Lee Department of Economics University of Alabama

Minimum LM Unit Root Test with One Structural Break. Junsoo Lee Department of Economics University of Alabama Minimum LM Unit Root Test with One Structural Break Junsoo Lee Department of Economics University of Alabama Mark C. Strazicich Department of Economics Appalachian State University December 16, 2004 Abstract

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or Simple and Multiple Regression Analysis Example: Explore the relationships among Month, Adv.$ and Sales $: 1. Prepare a scatter plot of these data. The scatter plots for Adv.$ versus Sales, and Month versus

More information

Failure to take the sampling scheme into account can lead to inaccurate point estimates and/or flawed estimates of the standard errors.

Failure to take the sampling scheme into account can lead to inaccurate point estimates and/or flawed estimates of the standard errors. Analyzing Complex Survey Data: Some key issues to be aware of Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 24, 2015 Rather than repeat material that is

More information

Price efficiency in tuna fish marketing in Sri Lanka - An application of cointegration approach

Price efficiency in tuna fish marketing in Sri Lanka - An application of cointegration approach 21 Sri Lanka J. Aquat. Sci. 11 (2006): 21-26 Price efficiency in tuna fish marketing in Sri Lanka - An application of cointegration approach Y.Y.K. DE SILVA 1, P.S.K. RAJAPAKSHE 2 AMARALAL 3 AND K.H.M.L.

More information

An Empirical Investigation of the Price Relationship between Open-end Mutual Funds and Amman Stock Exchange Index

An Empirical Investigation of the Price Relationship between Open-end Mutual Funds and Amman Stock Exchange Index Advances in Management & Applied Economics, vol. 3, no.5, 2013, 1-20 ISSN: 1792-7544 (print version), 1792-7552(online) Scienpress Ltd, 2013 An Empirical Investigation of the Price Relationship between

More information

A cointegration and causality analysis of Scandinavian stock markets

A cointegration and causality analysis of Scandinavian stock markets A cointegration and causality analysis of Scandinavian stock markets Sanda Hubana Trondheim, May 2013 Master s thesis in Financial Economics Norwegian University of Science and Technology Faculty of Social

More information

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables.

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables. SIMPLE LINEAR CORRELATION Simple linear correlation is a measure of the degree to which two variables vary together, or a measure of the intensity of the association between two variables. Correlation

More information

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression Data Mining and Data Warehousing Henryk Maciejewski Data Mining Predictive modelling: regression Algorithms for Predictive Modelling Contents Regression Classification Auxiliary topics: Estimation of prediction

More information

Advanced Forecasting Techniques and Models: ARIMA

Advanced Forecasting Techniques and Models: ARIMA Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: admin@realoptionsvaluation.com

More information

Price efficiency in Commodities Future Market A case study for Gold Futures in India

Price efficiency in Commodities Future Market A case study for Gold Futures in India Price efficiency in Commodities Future Market A case study for Gold Futures in India Commodities play a very important role in the macroeconomic environment of an economy. Shortage of commodities can lead

More information

Unit Labor Costs and the Price Level

Unit Labor Costs and the Price Level Unit Labor Costs and the Price Level Yash P. Mehra A popular theoretical model of the inflation process is the expectationsaugmented Phillips-curve model. According to this model, prices are set as markup

More information

25 Working with categorical data and factor variables

25 Working with categorical data and factor variables 25 Working with categorical data and factor variables Contents 25.1 Continuous, categorical, and indicator variables 25.1.1 Converting continuous variables to indicator variables 25.1.2 Converting continuous

More information

Sources of Economic Growth in China, 1952-1998 Hari Sharma, Trinity College *

Sources of Economic Growth in China, 1952-1998 Hari Sharma, Trinity College * Issues in Political Economy, Vol 17, August 2007 Sources of Economic Growth in China, 1952-1998 Hari Sharma, Trinity College * China has been growing at an average annual rate exceeding 9% for the past

More information

Testing for Unit Roots: What Should Students Be Taught?

Testing for Unit Roots: What Should Students Be Taught? Testing for Unit Roots: What Should Students Be Taught? John Elder and Peter E. Kennedy Abstract: Unit-root testing strategies are unnecessarily complicated because they do not exploit prior knowledge

More information

The relationship between stock market parameters and interbank lending market: an empirical evidence

The relationship between stock market parameters and interbank lending market: an empirical evidence Magomet Yandiev Associate Professor, Department of Economics, Lomonosov Moscow State University mag2097@mail.ru Alexander Pakhalov, PG student, Department of Economics, Lomonosov Moscow State University

More information

THE U.S. CURRENT ACCOUNT: THE IMPACT OF HOUSEHOLD WEALTH

THE U.S. CURRENT ACCOUNT: THE IMPACT OF HOUSEHOLD WEALTH THE U.S. CURRENT ACCOUNT: THE IMPACT OF HOUSEHOLD WEALTH Grant Keener, Sam Houston State University M.H. Tuttle, Sam Houston State University 21 ABSTRACT Household wealth is shown to have a substantial

More information

1. The parameters to be estimated in the simple linear regression model Y=α+βx+ε ε~n(0,σ) are: a) α, β, σ b) α, β, ε c) a, b, s d) ε, 0, σ

1. The parameters to be estimated in the simple linear regression model Y=α+βx+ε ε~n(0,σ) are: a) α, β, σ b) α, β, ε c) a, b, s d) ε, 0, σ STA 3024 Practice Problems Exam 2 NOTE: These are just Practice Problems. This is NOT meant to look just like the test, and it is NOT the only thing that you should study. Make sure you know all the material

More information

xtmixed & denominator degrees of freedom: myth or magic

xtmixed & denominator degrees of freedom: myth or magic xtmixed & denominator degrees of freedom: myth or magic 2011 Chicago Stata Conference Phil Ender UCLA Statistical Consulting Group July 2011 Phil Ender xtmixed & denominator degrees of freedom: myth or

More information

Quick Stata Guide by Liz Foster

Quick Stata Guide by Liz Foster by Liz Foster Table of Contents Part 1: 1 describe 1 generate 1 regress 3 scatter 4 sort 5 summarize 5 table 6 tabulate 8 test 10 ttest 11 Part 2: Prefixes and Notes 14 by var: 14 capture 14 use of the

More information

Cointegration and error correction

Cointegration and error correction EVIEWS tutorial: Cointegration and error correction Professor Roy Batchelor City University Business School, London & ESCP, Paris EVIEWS Tutorial 1 EVIEWS On the City University system, EVIEWS 3.1 is in

More information

Inflation as a function of labor force change rate: cointegration test for the USA

Inflation as a function of labor force change rate: cointegration test for the USA Inflation as a function of labor force change rate: cointegration test for the USA I.O. Kitov 1, O.I. Kitov 2, S.A. Dolinskaya 1 Introduction Inflation forecasting plays an important role in modern monetary

More information

COINTEGRATION AND CAUSAL RELATIONSHIP AMONG CRUDE PRICE, DOMESTIC GOLD PRICE AND FINANCIAL VARIABLES- AN EVIDENCE OF BSE AND NSE *

COINTEGRATION AND CAUSAL RELATIONSHIP AMONG CRUDE PRICE, DOMESTIC GOLD PRICE AND FINANCIAL VARIABLES- AN EVIDENCE OF BSE AND NSE * Journal of Contemporary Issues in Business Research ISSN 2305-8277 (Online), 2013, Vol. 2, No. 1, 1-10. Copyright of the Academic Journals JCIBR All rights reserved. COINTEGRATION AND CAUSAL RELATIONSHIP

More information

The Long-Run Relation Between The Personal Savings Rate And Consumer Sentiment

The Long-Run Relation Between The Personal Savings Rate And Consumer Sentiment The Long-Run Relation Between The Personal Savings Rate And Consumer Sentiment Bradley T. Ewing 1 and James E. Payne 2 This study examined the long run relationship between the personal savings rate and

More information