Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

Size: px
Start display at page:

Download "Forecasting the US Dollar / Euro Exchange rate Using ARMA Models"

Transcription

1 Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI ( ) - 1 -

2 ABSTRACT INTRODUCTION DATA ANALYSIS Stationary estimation Dickey-Fuller Test MODEL CREATION AR Model MA Model ARMA Models COMPARING THE MODELS FORECASTING WITH THE BEST MODEL REFERENCE

3 Abstract The aim of this paper is to forecast the exchange rate of US Dollar / Euro in the month of February 2005, using different methods, such as AR, MA, and ARIMA. Comparing the models by the Schwarz criterion, the best model is selected. The Euro/ Us Dollar exchange rate data is selected from the Austrian National Bank statistical data base

4 1. Introduction We could see here the data of the exchange rate of US Dollar / Euro from the beginning 1999 till end of 2004, total 1537 observations. The data points for the year 1999 are 1 to 259, for 2000 they are 260 to 514, for 2001 they are 515 to 769, for 2002 they are 770 to 1023, for 2003 they are 1024 to 1278, for 2004 they are 1279 to observations in the first month of 2005 are reserved for forecasting EXCHANGE_RATE - 4 -

5 The curve of the dollar/euro rate shown above tells the history of the Euro. At the introduction of the Euro the rate was almost 1.16 US dollars, and the rate went down for two years. In 2001 the exchange rate reached a minimum and after that year euro went up. In 2004 the Euro increased to almost 1.4 US dollars. I use linear Time Series Analysis as the tool for the empirical analysis, based on ARIMA models. 2. Data Analysis 2.1 Stationary estimation Stationary modeling is based on the assumption that the process is in a particular state of statistical equilibrium. A stochastic process is said to be strictly stationary if its properties are unaffected by a change of time origin. (Box and Jenkins) - 5 -

6 2.2 Dickey-Fuller Test A very simple way of determining whether the data is stationary or not, is a Unit Root Test. In the E-Views Software we use the Augmented Dickey Fuller Test. The following is the E-Views output of the test: Null Hypothesis: EXCHANGE_RATE has a unit root Exogenous: Constant Lag Length: 0 (Automatic based on SIC, MAXLAG=23) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(EXCHANGE_RATE) Method: Least Squares Sample(adjusted): Included observations: 1535 after adjusting endpoints Variable Coefficient Std. Error t-statistic Prob. EXCHANGE_RATE(-1) C 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 F-statistic Durbin-Watson stat Prob(F-statistic) In this version without added trend, the unit-root test confirms that there is a unit root in the data generating process (DGP). Thus, it appears that the DGP is not stationary

7 Next, we take first differences of the data and check whether this transformation implies stationarity. Now, the variable under investigation is called D(Exchange_Rate). Now we have that: Null Hypothesis: D(EXCHANGE_RATE) has a unit root Exogenous: None Lag Length: 0 (Automatic based on SIC, MAXLAG=12) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(EXCHANGE_RATE,2) Method: Least Squares Sample(adjusted): Included observations: 1534 after adjusting endpoints Variable Coefficient Std. Error t-statistic Prob. D(EXCHANGE_RAT E(-1)) R-squared Mean dependent var 4.17E-06 Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat We see that there is no unit root in the differenced data. The differenced exchange rate appears to be stationary

8 3. Model Creation 3.1 AR Model Autoregressive models are often well suited for modeling economic time series. An autoregressive model of first order can be written as: X ρ X + e ; t = t 1 t In short, the value of today depends on the value of yesterday. I would like to say the behavior of the exchange market should be under some influence from the price increase of yesterday or the day before yesterday. I think we should use the AR(1) or AR(2) to estimate the first difference of the data

9 And we have that: EX_1 The graph shows the first difference of the exchange rate data that we found to be stationary. I first use the AR(1) model, that is: Dependent Variable: EX_1 Method: Least Squares Sample(adjusted): Included observations: 1534 after adjusting endpoints Convergence achieved after 3 iterations Variable Coefficient Std. Error t-statistic Prob. AR(1) 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 Durbin-Watson stat Inverted AR Roots

10 3.2 MA Model The moving-average model can also be a good model for economic data. For example, the MA model of first order is: y t = 0 + at θ1at 1 φ. For the model estimate, we have that: Dependent Variable: EX_1 Method: Least Squares Sample(adjusted): Included observations: 1535 after adjusting endpoints Convergence achieved after 6 iterations Backcast: 1 Variable Coefficient Std. Error t-statistic Prob. MA(1) 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 Durbin-Watson stat Inverted MA Roots

11 3.3 ARMA Models Also, the mixed ARMA model can be applied to first differences. For example, the ARMA(1,1) model is: X t = φ X t 1 + εt + θεt 1 The estimation output for the ARMA(1,1) specification is: Dependent Variable: EX_1 Method: Least Squares Sample(adjusted): Included observations: 1534 after adjusting endpoints Convergence achieved after 17 iterations Backcast: 2 Variable Coefficient Std. Error t-statistic Prob. AR(1) MA(1) 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 Durbin-Watson stat Inverted AR Roots.52 Inverted MA Roots

12 4. Comparing the Models To choose the best model here, we should know the criterion first. Here I would like to choose the Schwarz criterion. The smaller the value of the Schwarz criterion, the better is the estimation. We collect here the values for all three models: the Schwarz criterion for AR(1) is ; for MA(1) it is ; and for ARMA(1,1) it is So here the best Model is MA(1). 5. Forecasting with the Best Model For the complete sample, MA(1) is the best. However, I would like to focus on the data after observation #800. Why I would like to choose the date after 800. First, from the graph, we can see the strong rising trend in the Euro/ Us Dollar exchange rate. Second, at the beginning of the year 2002, some political and monetary political issues has been changed. So the data after 800 is good for us to estimate the changes in the exchange rate

13 Now, we have: Dependent Variable: EX_1 Method: Least Squares Sample(adjusted): Included observations: 737 after adjusting endpoints Convergence achieved after 4 iterations Backcast: 799 Variable Coefficient Std. Error t-statistic Prob. MA(1) 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 Durbin-Watson stat Inverted MA Roots.03 Forecasting results of the exchange rate for the data from 1537 to 1557 are as follows: EX_1F

14 A graph that includes the observations from #800 to #1536 as well as the forecasts is given below EX_1F The graph confirms that changes in the exchange rate are predicted as zero, except for the first step

15 6. Reference Fuller (1976): Introduction to Statistical Time Series; John Wiley. Box/ Jenkins (1976): Time Series Analysis, Forecasting and Control; Prentice-Hall Hall, Cuthbertson, Taylor (1992): Applied Econometric Techniques; Phillip Allan Mills (1990): Time series techniques for economists; Cambridge. Granger/ Newbold (1986): Forecasting economic time series; Academic Press Montgomery, Johnson, Gardiner (1990): Forecasting and Time series Analysis; McGraw-Hill Brockwell/ Davis (1991): Time Series: Theory and Methods; Springer Granger (1989): Forecasting in Business and Economics; Academic Press

Forecasting Using Eviews 2.0: An Overview

Forecasting Using Eviews 2.0: An Overview Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values

More information

Price volatility in the silver spot market: An empirical study using Garch applications

Price volatility in the silver spot market: An empirical study using Garch applications Price volatility in the silver spot market: An empirical study using Garch applications ABSTRACT Alan Harper, South University Zhenhu Jin Valparaiso University Raufu Sokunle UBS Investment Bank Manish

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

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

3.1 Stationary Processes and Mean Reversion

3.1 Stationary Processes and Mean Reversion 3. Univariate Time Series Models 3.1 Stationary Processes and Mean Reversion Definition 3.1: A time series y t, t = 1,..., T is called (covariance) stationary if (1) E[y t ] = µ, for all t Cov[y t, y t

More information

Monitoring web traffic source effectiveness with Google Analytics An experiment with time series

Monitoring web traffic source effectiveness with Google Analytics An experiment with time series The current issue and full text archive of this journal is available at wwwemeraldinsightcom/0001-253xhtm AP 474 Received 9 July 2008 Revised 21 January 2009 Accepted 6 February 2009 Monitoring web traffic

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with 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 (UC3M-UPM)

More information

Source engine marketing: A preliminary empirical analysis of web search data

Source engine marketing: A preliminary empirical analysis of web search data Source engine marketing: A preliminary empirical analysis of web search data ABSTRACT Bruce Q. Budd Alfaisal University The purpose of this paper is to empirically investigate a website performance and

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

TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES. Hüseyin Çetin

TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES. Hüseyin Çetin TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES Hüseyin Çetin Phd Business Administration Candidate Okan University Social Science Institute,

More information

Turkey s Energy Demand

Turkey s Energy Demand Current Research Journal of Social Sciences 1(3): 123-128, 2009 ISSN: 2041-3246 Maxwell Scientific Organization, 2009 Submitted Date: September 28, 2009 Accepted Date: October 12, 2009 Published Date:

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

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

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

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

ANALYSIS OF THE LIFE INSURANCE MARKET IN THE REPUBLIC OF MACEDONIA

ANALYSIS OF THE LIFE INSURANCE MARKET IN THE REPUBLIC OF MACEDONIA ECONOMIC ANNALS, Volume LVII, No. 194 / July September 2012 UDC: 3.33 ISSN: 0013-3264 DOI:10.2298/EKA1294107A Cvetko Andreeski* Bratislav Milošević** Vladimir Njegomir*** ANALYSIS OF THE LIFE INSURANCE

More information

STAFF WORKING PAPER. The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts. Staff Working Paper 2012.

STAFF WORKING PAPER. The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts. Staff Working Paper 2012. STAFF WORKING PAPER The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts Staff Working Paper 2012.1 Andrew Lilico & Stefano Ficco January 2012 FOREWORD Europe

More information

Determinants of Stock Market Performance in Pakistan

Determinants of Stock Market Performance in Pakistan Determinants of Stock Market Performance in Pakistan Mehwish Zafar Sr. Lecturer Bahria University, Karachi campus Abstract Stock market performance, economic and political condition of a country is interrelated

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

Lecture 2: ARMA(p,q) models (part 3)

Lecture 2: ARMA(p,q) models (part 3) Lecture 2: ARMA(p,q) models (part 3) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC) Univariate time series Sept.

More information

Sacred Heart University John F. Welch College of Business

Sacred Heart University John F. Welch College of Business Sacred Heart University John F. Welch College of Business CONNECTICUT ECONOMIC OUTLOOK for 2013-2015: A Perspective from Sacred Heart University Students in Business Economics Final Research Project for

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

European Journal of Business and Management ISSN 2222-1905 (Paper) ISSN 2222-2839 (Online) Vol.5, No.30, 2013

European Journal of Business and Management ISSN 2222-1905 (Paper) ISSN 2222-2839 (Online) Vol.5, No.30, 2013 The Impact of Stock Market Liquidity on Economic Growth in Jordan Shatha Abdul-Khaliq Assistant Professor,AlBlqa Applied University, Jordan * E-mail of the corresponding author: yshatha@gmail.com Abstract

More information

On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina

On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina car@cema.edu.ar www.cema.edu.ar\~car Version1-February 14,2000 All data can be consulted

More information

Is the Forward Exchange Rate a Useful Indicator of the Future Exchange Rate?

Is the Forward Exchange Rate a Useful Indicator of the Future Exchange Rate? Is the Forward Exchange Rate a Useful Indicator of the Future Exchange Rate? Emily Polito, Trinity College In the past two decades, there have been many empirical studies both in support of and opposing

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

IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY

IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY Hina Agha, Mba, Mphil Bahria University Karachi Campus, Pakistan Abstract The main purpose of this study is to empirically test the impact of working

More information

UK GDP is the best predictor of UK GDP, literally.

UK GDP is the best predictor of UK GDP, literally. UK GDP IS THE BEST PREDICTOR OF UK GDP, LITERALLY ERIK BRITTON AND DANNY GABAY 6 NOVEMBER 2009 UK GDP is the best predictor of UK GDP, literally. The ONS s preliminary estimate of UK GDP for the third

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

Forecasting of Gold Prices (Box Jenkins Approach)

Forecasting of Gold Prices (Box Jenkins Approach) Forecasting of Gold Prices (Box Jenkins Approach) Dr. M. Massarrat Ali Khan College of Computer Science and Information System, Institute of Business Management, Korangi Creek, Karachi Abstract In recent

More information

TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH

TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH İstanbul Ticaret Üniversitesi Sosyal Bilimler Dergisi Yıl:8 Sayı:15 Bahar 2009 s.49-56 TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH Mehmet ADAK * ABSTRACT The causality between TFP (Total Factor Productivity)

More information

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ECONOMIC ANNALS, Volume LIV, No. 180, January March 2009 UDC: 3.33 ISSN: 0013-3264 COMMUNICATIONS Irena Janković* DOI:10.2298/EKA0980091J PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ABSTRACT:

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

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

Intertemporal Effects of Online Advertising Channels on Customers

Intertemporal Effects of Online Advertising Channels on Customers International Journal of Business and Social Science Vol. 5, No. 9; August 2014 Intertemporal Effects of Online Advertising Channels on Customers Mohammad Almotairi Department of Marketing College of Business

More information

Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities

Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities Corina ŞERBAN 1 ABSTRACT Nowadays, social marketing practices represent an important

More information

Examining the Relationship between ETFS and Their Underlying Assets in Indian Capital Market

Examining the Relationship between ETFS and Their Underlying Assets in Indian Capital Market 2012 2nd International Conference on Computer and Software Modeling (ICCSM 2012) IPCSIT vol. 54 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V54.20 Examining the Relationship between

More information

Applied Econometrics and International Development Vol. 12-1 (2012)

Applied Econometrics and International Development Vol. 12-1 (2012) MERCHANDISE EXPORT DEMAND FUNCTION FOR EGYPT: A PANEL DATA ANALYSIS IBRAHIM, Mohamed Abbas 1 Abstract This study empirically estimates the critical parameters of merchandise export demand function for

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

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

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations Roy Stein* *Research Department, Roy Stein roy.stein@boi.org.il, tel: 02-6552559 This research was partially supported

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

What drove Irish Government bond yields during the crisis?

What drove Irish Government bond yields during the crisis? What drove Irish Government bond yields during the crisis? David Purdue and Rossa White, September 2014 1. Introduction The Irish Government bond market has been exceptionally volatile in the seven years

More information

Time Series - ARIMA Models. Instructor: G. William Schwert

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 schwert@schwert.ssb.rochester.edu Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

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

IS THERE A LONG-RUN RELATIONSHIP

IS THERE A LONG-RUN RELATIONSHIP 7. IS THERE A LONG-RUN RELATIONSHIP BETWEEN TAXATION AND GROWTH: THE CASE OF TURKEY Salih Turan KATIRCIOGLU Abstract This paper empirically investigates long-run equilibrium relationship between economic

More information

Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland

Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland ABSTRACT As national interest in NASCAR grows, the field of sports economics is increasingly

More information

Forecasting Stock Market Series. with ARIMA Model

Forecasting Stock Market Series. with ARIMA Model Journal of Statistical and Econometric Methods, vol.3, no.3, 2014, 65-77 ISSN: 2241-0384 (print), 2241-0376 (online) Scienpress Ltd, 2014 Forecasting Stock Market Series with ARIMA Model Fatai Adewole

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

(I)rationality of Investors on Croatian Stock Market Explaining the Impact of American Indices on Croatian Stock Market

(I)rationality of Investors on Croatian Stock Market Explaining the Impact of American Indices on Croatian Stock Market Trg J. F. Kennedya 6 10000 Zagreb, Croatia Tel +385(0)1 238 3333 http://www.efzg.hr/wps wps@efzg.hr WORKING PAPER SERIES Paper No. 09-01 Domagoj Sajter Tomislav Ćorić (I)rationality of Investors on Croatian

More information

The Orthogonal Response of Stock Returns to Dividend Yield and Price-to-Earnings Innovations

The Orthogonal Response of Stock Returns to Dividend Yield and Price-to-Earnings Innovations The Orthogonal Response of Stock Returns to Dividend Yield and Price-to-Earnings Innovations Vichet Sum School of Business and Technology, University of Maryland, Eastern Shore Kiah Hall, Suite 2117-A

More information

Monetary dynamics in post inflation Bolivia

Monetary dynamics in post inflation Bolivia LAJED No 18 Noviembre 2012 65-104 ISSN: 2074-4706 Monetary dynamics in post inflation Bolivia Dinámica monetaria en Bolivia después de la inflación Jonathan Fortun-Vargas * Summary Is inflation always

More information

MACROECONOMIC VARIABLES AND SHARE PRICE MOVEMENTS IN NIGERIA BREWERY INDUSTRY: EVIDENCE FROM NIGERIAN BREWERIES PLC.

MACROECONOMIC VARIABLES AND SHARE PRICE MOVEMENTS IN NIGERIA BREWERY INDUSTRY: EVIDENCE FROM NIGERIAN BREWERIES PLC. MACROECONOMIC VARIABLES AND SHARE PRICE MOVEMENTS IN NIGERIA BREWERY INDUSTRY: EVIDENCE FROM NIGERIAN BREWERIES PLC. Oliver Ike Inyiama Ph.D, FCA and Chike Nwoha PhD, FCNA Department of Accountancy, Enugu

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

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY DOI: 0.20472/IAC.205.08.3 JOHANNES TSHEPISO TSOKU North West University, South Africa NONOFO PHOKONTSI North West University, South Africa DANIEL METSILENG Department of Health, South Africa FORECASTING

More information

NEAPOLIS UNIVERSITY OF PAPHOS (NUP)

NEAPOLIS UNIVERSITY OF PAPHOS (NUP) NEAPOLIS UNIVERSITY OF PAPHOS (NUP) WORKING PAPERS SERIES 2016/19 TITLE: Predictability of Foreign Exchange Rates with the AR(1) Model AUTHOR: Andreas Hadjixenophontos & Christos Christodoulou- Volos Predictability

More information

Integrated Resource Plan

Integrated Resource Plan Integrated Resource Plan March 19, 2004 PREPARED FOR KAUA I ISLAND UTILITY COOPERATIVE LCG Consulting 4962 El Camino Real, Suite 112 Los Altos, CA 94022 650-962-9670 1 IRP 1 ELECTRIC LOAD FORECASTING 1.1

More information

The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran

The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran Shahram Gilaninia 1, Hosein Ganjinia, Azadeh Asadian 3 * 1. Department of Industrial Management, Islamic Azad University,

More information

Oil price & stock market performance in Nigeria: An empirical analysis

Oil price & stock market performance in Nigeria: An empirical analysis AMERICAN JOURNAL OF SOCIAL AND MANAGEMENT SCIENCES ISSN Print: 2156-1540, ISSN Online: 2151-1559, doi:10.5251/ajsms.2013.4.1.20.41 2013, ScienceHuβ, http://www.scihub.org/ajsms Oil price & stock market

More information

Forecasting the PhDs-Output of the Higher Education System of Pakistan

Forecasting the PhDs-Output of the Higher Education System of Pakistan Forecasting the PhDs-Output of the Higher Education System of Pakistan Ghani ur Rehman, Dr. Muhammad Khalil Shahid, Dr. Bakhtiar Khan Khattak and Syed Fiaz Ahmed Center for Emerging Sciences, Engineering

More information

Parking slots in Europe: Results review and new model proposal. Phase 2: EPA s model improvement and design of a new survey

Parking slots in Europe: Results review and new model proposal. Phase 2: EPA s model improvement and design of a new survey Parking slots in Europe: Results review and new model proposal Phase 2: EPA s model improvement and design of a new survey Research team: Jordi Suriñach (director) Manuela Alcañiz José Ramón García Montserrat

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

THE INTERNATIONAL JOURNAL OF BUSINESS & MANAGEMENT

THE INTERNATIONAL JOURNAL OF BUSINESS & MANAGEMENT THE INTERNATIONAL JOURNAL OF BUSINESS & MANAGEMENT Human Capital Efficiency and Corporate Performance: The Nigerian Perspective Kwarbai Jerry Danjuma Ph.D. Student, Department of Accounting, Babcock University,

More information

The Time Series Performance Of UK Real Estate Indices

The Time Series Performance Of UK Real Estate Indices The Time Series Performance Of UK Real Estate Indices A report funded by the Real Estate Research Institute as part of an enquiry into property performance measures in the United States for the US Pensions

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Energy consumption and GDP: causality relationship in G-7 countries and emerging markets

Energy consumption and GDP: causality relationship in G-7 countries and emerging markets Ž. Energy Economics 25 2003 33 37 Energy consumption and GDP: causality relationship in G-7 countries and emerging markets Ugur Soytas a,, Ramazan Sari b a Middle East Technical Uni ersity, Department

More information

Modeling and forecasting regional GDP in Sweden. using autoregressive models

Modeling and forecasting regional GDP in Sweden. using autoregressive models MASTER THESIS IN MICRODATA ANALYSIS Modeling and forecasting regional GDP in Sweden using autoregressive models Author: Haonan Zhang Supervisor: Niklas Rudholm 2013 Business Intelligence Program School

More information

Business Cycles and Natural Gas Prices

Business Cycles and Natural Gas Prices Department of Economics Discussion Paper 2004-19 Business Cycles and Natural Gas Prices Apostolos Serletis Department of Economics University of Calgary Canada and Asghar Shahmoradi Department of Economics

More information

Forecasting areas and production of rice in India using ARIMA model

Forecasting areas and production of rice in India using ARIMA model International Journal of Farm Sciences 4(1) :99-106, 2014 Forecasting areas and production of rice in India using ARIMA model K PRABAKARAN and C SIVAPRAGASAM* Agricultural College and Research Institute,

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

The Relationship between Life Insurance and Economic Growth: Evidence from India

The Relationship between Life Insurance and Economic Growth: Evidence from India Global Journal of Management and Business Studies. ISSN 2248-9878 Volume 3, Number 4 (2013), pp. 413-422 Research India Publications http://www.ripublication.com/gjmbs.htm The Relationship between Life

More information

Time Series Analysis: Basic Forecasting.

Time Series Analysis: Basic Forecasting. Time Series Analysis: Basic Forecasting. As published in Benchmarks RSS Matters, April 2015 http://web3.unt.edu/benchmarks/issues/2015/04/rss-matters Jon Starkweather, PhD 1 Jon Starkweather, PhD jonathan.starkweather@unt.edu

More information

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND I J A B E R, Vol. 13, No. 4, (2015): 1525-1534 TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND Komain Jiranyakul * Abstract: This study

More information

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

Education, Economic Growth & Poverty Rate in Nigeria: Any Nexus?

Education, Economic Growth & Poverty Rate in Nigeria: Any Nexus? Journal of Social and Development Sciences Vol. 4, No. 12, pp. 544-553, Dec 2013 (ISSN 2221-1152) Education, Economic Growth & Poverty Rate in Nigeria: Any Nexus? Ehigiamusoe, Uyi Kizito National Institute

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

Correlation of International Stock Markets Before and During the Subprime Crisis

Correlation of International Stock Markets Before and During the Subprime Crisis 173 Correlation of International Stock Markets Before and During the Subprime Crisis Ioana Moldovan 1 Claudia Medrega 2 The recent financial crisis has spread to markets worldwide. The correlation of evolutions

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

Project Finance: Determinants of the Bank Loan Spread

Project Finance: Determinants of the Bank Loan Spread International Journal of Business and Social Science Vol. 5, No. 5; April 2014 Project Finance: Determinants of the Bank Loan Spread Neila BOUZGUENDA PhD in Finance Ecole Supérieure de Commerce (ESC) La

More information

THE REFORM OF THE MEXICAN NATURAL GAS MARKET: EFFECTS ON PRODUCTION AND DISTRIBUTION. Luis F. López Calva and Juan Rosellón DOCUMENTO DE TRABAJO

THE REFORM OF THE MEXICAN NATURAL GAS MARKET: EFFECTS ON PRODUCTION AND DISTRIBUTION. Luis F. López Calva and Juan Rosellón DOCUMENTO DE TRABAJO Serie documentos de trabajo THE REFORM OF THE MEXICAN NATURAL GAS MARKET: EFFECTS ON PRODUCTION AND DISTRIBUTION Luis F. López Calva and Juan Rosellón DOCUMENTO DE TRABAJO Núm. XIII - 2000 THE REFORM OF

More information

An Empirical Test of Purchasing Power Parity Theory for Canadian Dollar-US Dollar Exchange Rates

An Empirical Test of Purchasing Power Parity Theory for Canadian Dollar-US Dollar Exchange Rates International Journal of Economics and Finance; Vol. 7, No. 3; 2015 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education An Empirical Test of Purchasing Power Parity Theory

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: mag208@exeter.ac.uk Time Series - An Introduction A time series is a sequence of observations

More information

Implied volatility transmissions between Thai and selected advanced stock markets

Implied volatility transmissions between Thai and selected advanced stock markets MPRA Munich Personal RePEc Archive Implied volatility transmissions between Thai and selected advanced stock markets Supachok Thakolsri and Yuthana Sethapramote and Komain Jiranyakul Public Enterprise

More information

Exam Solutions. X t = µ + βt + A t,

Exam Solutions. X t = µ + βt + A t, Exam Solutions Please put your answers on these pages. Write very carefully and legibly. HIT Shenzhen Graduate School James E. Gentle, 2015 1. 3 points. There was a transcription error on the registrar

More information

MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY

MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY Serban Corina The Bucharest Academy of Economic Studies The Faculty of Marketing The development of the Internet as

More information

Impact of Macroeconomic Variables on the Stock Market Prices of the Stockholm Stock Exchange (OMXS30)

Impact of Macroeconomic Variables on the Stock Market Prices of the Stockholm Stock Exchange (OMXS30) J Ö N K Ö P I N G I N T E R N A T I O N A L B U S I N E S S S C H O O L JÖNKÖPING UNIVERSITY Impact of Macroeconomic Variables on the Stock Market Prices of the Stockholm Stock Exchange (OMXS30) Master

More information

The price-volume relationship of the Malaysian Stock Index futures market

The price-volume relationship of the Malaysian Stock Index futures market The price-volume relationship of the Malaysian Stock Index futures market ABSTRACT Carl B. McGowan, Jr. Norfolk State University Junaina Muhammad University Putra Malaysia The objective of this study is

More information

Does Innovation Performance Depend on Economic Growth? The Case of a Country in Transition*

Does Innovation Performance Depend on Economic Growth? The Case of a Country in Transition* Does Innovation Performance Depend on Economic Growth? The Case of a Country in Transition* Abstract Andrzej H. Jasinski** This paper is an attempt to analyze a possible influence of economic growth on

More information

ON THE INDEPENDENCY OF THE CENTRAL BANK OF THE TURKISH REPUBLIC OF NORTHERN CYPRUS

ON THE INDEPENDENCY OF THE CENTRAL BANK OF THE TURKISH REPUBLIC OF NORTHERN CYPRUS Doğuş Üniversitesi Dergisi, 11 (1) 2010, 124-137 ON THE INDEPENDENCY OF THE CENTRAL BANK OF THE TURKISH REPUBLIC OF NORTHERN CYPRUS KUZEY KIBRIS TÜRK CUMHURİYETİ NDE (KKTC) MERKEZ BANKASI NIN BAĞIMSIZLIĞI

More information

Competition Strategies between Five Cell Phone Service Providers in Pakistan

Competition Strategies between Five Cell Phone Service Providers in Pakistan Competition Strategies between Five Cell Phone Service Providers in Pakistan Dr. Rukhsar Ahmed 1 and Atif Hassan 2 1 Professor and Dean, Preston University Karachi, Pakistan 2 PhD Management Scholar, Ifugao

More information

Predicting Indian GDP. And its relation with FMCG Sales

Predicting Indian GDP. And its relation with FMCG Sales Predicting Indian GDP And its relation with FMCG Sales GDP A Broad Measure of Economic Activity Definition The monetary value of all the finished goods and services produced within a country's borders

More information

Threshold Autoregressive Models in Finance: A Comparative Approach

Threshold Autoregressive Models in Finance: A Comparative Approach University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative

More information

Uniwersytet Ekonomiczny

Uniwersytet Ekonomiczny Uniwersytet Ekonomiczny George Matysiak Introduction to modelling & forecasting December 15 th, 2014 Agenda Modelling and forecasting - Models Approaches towards modelling and forecasting Forecasting commercial

More information

THE EFFECT OF MONETARY GROWTH VARIABILITY ON THE INDONESIAN CAPITAL MARKET

THE EFFECT OF MONETARY GROWTH VARIABILITY ON THE INDONESIAN CAPITAL MARKET 116 THE EFFECT OF MONETARY GROWTH VARIABILITY ON THE INDONESIAN CAPITAL MARKET D. Agus Harjito, Bany Ariffin Amin Nordin, Ahmad Raflis Che Omar Abstract Over the years studies to ascertain the relationship

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

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

More information

Is the Basis of the Stock Index Futures Markets Nonlinear?

Is the Basis of the Stock Index Futures Markets Nonlinear? University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Engineering and Information Sciences 2011 Is the Basis of the Stock

More information

Does energy consumption contribute to economic performance? Empirical evidence from Nigeria

Does energy consumption contribute to economic performance? Empirical evidence from Nigeria Journal of Economics and International Finance Vol. 1(2), pp. 044-058, July 2009 Available online at http://www.academicjournals.org/jeif 2009 Academic Journals Full Length Research Paper Does energy consumption

More information