Vector Error Correction Models

Size: px
Start display at page:

Download "Vector Error Correction Models"

Transcription

1 Vecor Error Correcion Models The vecor auoregressive (VAR) model is a general framework used o describe he dynamic inerrelaionship among saionary variables. So, he firs sep in ime-series analysis should be o deermine wheher he levels of he daa are saionary. If no, ake he firs differences of he series and ry again. Usually, if he levels (or log-levels) of your ime series are no saionary, he firs differences will be. If he ime series are no saionary hen he VAR framework needs o be modified o allow consisen esimaion of he relaionships among he series. The vecor error correcion (VEC) model is jus a special case of he VAR for variables ha are saionary in heir differences (i.e., I(1)). The VEC can also ake ino accoun any coinegraing relaionships among he variables. Consider wo ime-series variables, y and x. Generalizing he discussion abou dynamic relaionships o hese wo inerrelaed variables yields a sysem of equaions: y =β +β y +β x + v y x =β +β y +β x + v x The equaions describe a sysem in which each variable is a funcion of is own lag, and he lag of he oher variable in he sysem. In his case, he sysem conains wo variables y and x. Togeher he equaions consiue a sysem known as a vecor auoregression (VAR). In his example, since he maximum lag is of order one, we have a VAR(1). If y and x are saionary, he sysem can be esimaed using leas squares applied o each equaion. If y and x are no saionary in heir levels, bu saionary in differences (i.e., I(1)), hen ake he differences and esimae: y y =β y +β x + v x =β y +β x + v x using leas squares. If y and x are I(1) and coinegraed, hen he sysem of equaions is modified o allow for he coinegraing relaionship beween he I(1) variables. Inroducing he coinegraing relaionship leads o a model known as he vecor error correcion (VEC) model. ESTIMATING A VEC MODEL In he firs example, daa on he Gross Domesic Produc of Ausralia and he U.S. are used o esimae a VEC model. We decide o use he vecor error correcion model because (1) he ime series are no saionary in heir levels bu are in heir differences (2) he variables are coinegraed. Our iniial impressions are gained from looking a plos of he wo series. To ge sared, change he direcory o he one conaining your daa, open a new log file, and load your daa. In his exercise we ll be using he gdp.da daa. use gdp, clear

2 The daa conain wo quarerly ime series: Ausralian and U.S. GDP from 1970q1 o 2004q4. As usual, creae a sequence of quarerly daes: gen dae = q(1970q1) + _n - 1 forma %q dae sse dae Ploing he levels and differences of he wo GDP series suggess ha he daa are nonsaionary in levels, bu saionary in differences. In his example, we used he sline command wih an opional scheme. A scheme holds saved graph preferences for laer use. You can creae your own or use one of he ones insalled wih Saa. A he command line you can use deermine which schemes are insalled on your compuer by yping sline aus usa, name(levels, replace) sline D.aus D.usa, name(difference, replace) q1 1980q1 1990q1 2000q1 dae real GDP of Ausralia real GDP of USA Neiher series looks saionary in is levels. They appear o have a common rend, an indicaion ha hey may be coinegraed. Uni roo ess are performed using he augmened Dickey-Fuller regressions, which require some judgmen abou specificaion. The user has o decide wheher o include a consan, rend or drif, and lag lenghs for he differences ha augmen he regular Dickey-Fuller regressions. The differences are graphed and his gives some clues abou specificaion. The graph below shows lile evidence of rend or drif.

3 q1 1980q1 1990q1 2000q1 dae real GDP of Ausralia, D real GDP of USA, D Lag lenghs can be chosen using model selecion rules or by saring a a maximum lag lengh, say 4, and eliminaing lags one-by-one unil he -raio on he las lag becomes significan. dfuller aus, regress lags(1) dfuller usa, regress lags(3) Through process of eliminaion he decision is made o include he consan (hough i looks unnecessary) and o include 1 lag for aus and 3 for he usa series. In none of he ADF regressions he auhor esimaed was eiher ADF saisic even close o being significan a he 5% level. Saisfied ha he series are nonsaionary in levels, heir coinegraion is explored. Augmened Dickey-Fuller es for uni roo Number of obs = 122 Inerpolaed Dickey-Fuller Tes 1% Criical 5% Criical 10% Criical Saisic Value Value Value Z() MacKinnon approximae p-value for Z() = dfuller usa, regress lags(3) Augmened Dickey-Fuller es for uni roo Number of obs = 120 Inerpolaed Dickey-Fuller Tes 1% Criical 5% Criical 10% Criical Saisic Value Value Value Z() MacKinnon approximae p-value for Z() = In each case, he null hypohesis of nonsaionariy canno be rejeced a any reasonable level of significance. Nex, esimae he coinegraing equaion using leas squares. Noice ha he coinegraing relaionship does no include a consan.

4 regress aus usa, nocons. reg aus usa, nocons Source SS df MS Number of obs = 124 F( 1, 123) =. Model Prob > F = Residual R-squared = Adj R-squared = Toal Roo MSE = aus Coef. Sd. Err. P> [95% Conf. Inerval] usa The residuals are saved in order o conduc an Engle-Granger es of coinegraion and ploed. predic eha, residual sline eha, name(resids, replace) Residuals q1 1980q1 1990q1 2000q1 dae The residuals have an inercep of zero and show lile evidence of rend. Finally, he saved residuals are used in an auxiliary regression The Saa command is: eˆ =φ eˆ + v 1

5 regress D.eha L.eha, noconsan. reg D.eha L.eha, nocons Source SS df MS Number of obs = 123 F( 1, 122) = 8.35 Model Prob > F = Residual R-squared = Adj R-squared = Toal Roo MSE =.5985 D.eha Coef. Sd. Err. P> [95% Conf. Inerval] eha L The -raio is equal o The 5% criical value for a coinegraing relaionship wih no inercep is 2.76 and so his falls wihin he rejecion region of he es. The null hypohesis of no coinegraion is rejeced a he 5% level of significance. To measure he one quarer response of GDP o economic shocks we esimae he vecor error correcion model by leas squares. regress D.aus L1.eha regress D.usa L1.eha The VEC model resuls he Ausralian GDP are: Source SS df MS Number of obs = 123 F( 1, 121) = 4.32 Model Prob > F = Residual R-squared = Adj R-squared = Toal Roo MSE = D.aus Coef. Sd. Err. P> [95% Conf. Inerval] eha L _cons The significan negaive coefficien on eˆ 1 indicaes ha Ausralian GDP responds o disequilibrium beween he U.S. and Ausralia. For he U.S.: Source SS df MS Number of obs = 123 F( 1, 121) = 0.62 Model Prob > F = Residual R-squared = Adj R-squared = Toal Roo MSE = D.usa Coef. Sd. Err. P> [95% Conf. Inerval] eha L _cons

6 The U.S. does no appear o respond o disequilibrium beween he wo economies; he -raio on 1 ˆ e is insignifican. These resuls suppor he idea ha economic condiions in Ausralia depend on hose in he U.S. more han condiions in he U.S. depend on Ausralia. In a simple model of wo economy rade, he U.S. is a large closed economy and Ausralia is a small open economy.

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

Usefulness of the Forward Curve in Forecasting Oil Prices Usefulness of he Forward Curve in Forecasing Oil Prices Akira Yanagisawa Leader Energy Demand, Supply and Forecas Analysis Group The Energy Daa and Modelling Cener Summary When people analyse oil prices,

More information

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

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

More information

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test ABSTRACT Time Series Analysis Using SAS R Par I The Augmened Dickey-Fuller (ADF) Tes By Ismail E. Mohamed The purpose of his series of aricles is o discuss SAS programming echniques specifically designed

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Purchasing Power Parity (PPP), Sweden before and after EURO times

Purchasing Power Parity (PPP), Sweden before and after EURO times School of Economics and Managemen Purchasing Power Pariy (PPP), Sweden before and afer EURO imes - Uni Roo Tes - Coinegraion Tes Masers hesis in Saisics - Spring 2008 Auhors: Mansoor, Rashid Smora, Ami

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES *

A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES * CUADERNOS DE ECONOMÍA, VOL. 43 (NOVIEMBRE), PP. 285-299, 2006 A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES * JUAN DE DIOS TENA Universidad de Concepción y Universidad Carlos III, España MIGUEL

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

Lead Lag Relationships between Futures and Spot Prices

Lead Lag Relationships between Futures and Spot Prices Working Paper No. 2/02 Lead Lag Relaionships beween Fuures and Spo Prices by Frank Asche Ale G. Guormsen SNF-projec No. 7220: Gassmarkeder, menneskelig kapial og selskapssraegier The projec is financed

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas The Greek financial crisis: growing imbalances and sovereign spreads Heaher D. Gibson, Sephan G. Hall and George S. Tavlas The enry The enry of Greece ino he Eurozone in 2001 produced a dividend in he

More information

Uni Rodeo and Economic Loss Analysis

Uni Rodeo and Economic Loss Analysis Do Propery-Casualy Insurance Underwriing Margins Have Uni Roos? Sco E. Harringon* Moore School of Business Universiy of Souh Carolina Columbia, SC 98 harringon@moore.sc.edu (83) 777-495 Tong Yu College

More information

Title: Who Influences Latin American Stock Market Returns? China versus USA

Title: Who Influences Latin American Stock Market Returns? China versus USA Cenre for Global Finance Working Paper Series (ISSN 2041-1596) Paper Number: 05/10 Tile: Who Influences Lain American Sock Marke Reurns? China versus USA Auhor(s): J.G. Garza-García; M.E. Vera-Juárez Cenre

More information

RESTRICTIONS IN REGRESSION MODEL

RESTRICTIONS IN REGRESSION MODEL RESTRICTIONS IN REGRESSION MODEL Seema Jaggi and N. Sivaramane IASRI, Library Avenue, New Delhi-11001 seema@iasri.res.in; sivaramane@iasri.res.in Regression analysis is used o esablish a relaionship via

More information

Long Run Purchasing Power Parity: Cassel or Balassa-Samuelson?

Long Run Purchasing Power Parity: Cassel or Balassa-Samuelson? Long Run Purchasing Power Pariy: Cassel or Balassa-Samuelson? David H. Papell and Ruxandra Prodan Universiy of Houson November 003 We use long-horizon real exchange rae daa for 6 indusrialized counries

More information

MALAYSIAN FOREIGN DIRECT INVESTMENT AND GROWTH: DOES STABILITY MATTER? Jarita Duasa 1

MALAYSIAN FOREIGN DIRECT INVESTMENT AND GROWTH: DOES STABILITY MATTER? Jarita Duasa 1 Journal of Economic Cooperaion, 8, (007), 83-98 MALAYSIAN FOREIGN DIRECT INVESTMENT AND GROWTH: DOES STABILITY MATTER? Jaria Duasa 1 The objecive of he paper is wofold. Firs, is o examine causal relaionship

More information

TESTING OF SEASONAL FRACTIONAL INTEGRATION IN UK AND JAPANESE CONSUMPTION AND INCOME *

TESTING OF SEASONAL FRACTIONAL INTEGRATION IN UK AND JAPANESE CONSUMPTION AND INCOME * TESTING OF SEASONAL FRACTIONAL INTEGRATION IN UK AND JAPANESE CONSUMPTION AND INCOME * by L A Gil-Alaña Humbold Universiy, Berlin, and Universiy of Navarre, Spain and P M Robinson London School of Economics

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

Market Overreaction and Under reaction for Currency Futures Prices. Stephen J. Larson *, Associate Professor of Finance Ramapo College of New Jersey

Market Overreaction and Under reaction for Currency Futures Prices. Stephen J. Larson *, Associate Professor of Finance Ramapo College of New Jersey Marke Overreacion and Under reacion for Currency Fuures Prices Sephen J. Larson *, Associae Professor of Finance Ramapo College of New Jersey Sephen E. Wilcox, Professor of Finance Minnesoa Sae Universiy,

More information

THE RELATIONSHIPS AMONG PETROLEUM PRICES. Abstract

THE RELATIONSHIPS AMONG PETROLEUM PRICES. Abstract Inernaional Conference On Applied Economics ICOAE 2010 459 THE RELATIONSHIPS AMONG PETROLEUM PRICES RAYMOND LI 1 Absrac This paper evaluaes in a mulivariae framework he relaionship among he spo prices

More information

CAUSAL RELATIONSHIP BETWEEN STOCK MARKET AND EXCHANGE RATE, FOREIGN EXCHANGE RESERVES AND VALUE OF TRADE BALANCE: A CASE STUDY FOR INDIA

CAUSAL RELATIONSHIP BETWEEN STOCK MARKET AND EXCHANGE RATE, FOREIGN EXCHANGE RESERVES AND VALUE OF TRADE BALANCE: A CASE STUDY FOR INDIA CAUSAL RELATIONSHIP BETWEEN STOCK MARKET AND EXCHANGE RATE, FOREIGN EXCHANGE RESERVES AND VALUE OF TRADE BALANCE: A CASE STUDY FOR INDIA BASABI BHATTACHARYA & JAYDEEP MUKHERJEE Reader, Deparmen of Economics,

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chaper Suden Lecure Noes - Chaper Goals QM: Business Saisics Chaper Analyzing and Forecasing -Series Daa Afer compleing his chaper, you should be able o: Idenify he componens presen in a ime series Develop

More information

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt Saisical Analysis wih Lile s Law Supplemenary Maerial: More on he Call Cener Daa by Song-Hee Kim and Ward Whi Deparmen of Indusrial Engineering and Operaions Research Columbia Universiy, New York, NY 17-99

More information

Contrarian insider trading and earnings management around seasoned equity offerings; SEOs

Contrarian insider trading and earnings management around seasoned equity offerings; SEOs Journal of Finance and Accounancy Conrarian insider rading and earnings managemen around seasoned equiy offerings; SEOs ABSTRACT Lorea Baryeh Towson Universiy This sudy aemps o resolve he differences in

More information

Efficiency in Emerging Markets - Evidence from the Emirates Securities Market

Efficiency in Emerging Markets - Evidence from the Emirates Securities Market European Journal of Economics, Finance and Adminisraive Sciences ISSN 450-2275 Issue 2 (2008) EuroJournals, Inc. 2008 hp://www.eurojournalsn.com Efficiency in Emerging Mares - Evidence from he Emiraes

More information

The stock index futures hedge ratio with structural changes

The stock index futures hedge ratio with structural changes Invesmen Managemen and Financial Innovaions Volume 11 Issue 1 2014 Po-Kai Huang (Taiwan) The sock index fuures hedge raio wih srucural changes Absrac This paper esimaes he opimal sock index fuures hedge

More information

Day Trading Index Research - He Ingeria and Sock Marke

Day Trading Index Research - He Ingeria and Sock Marke Influence of he Dow reurns on he inraday Spanish sock marke behavior José Luis Miralles Marcelo, José Luis Miralles Quirós, María del Mar Miralles Quirós Deparmen of Financial Economics, Universiy of Exremadura

More information

CLASSICAL TIME SERIES DECOMPOSITION

CLASSICAL TIME SERIES DECOMPOSITION Time Series Lecure Noes, MSc in Operaional Research Lecure CLASSICAL TIME SERIES DECOMPOSITION Inroducion We menioned in lecure ha afer we calculaed he rend, everyhing else ha remained (according o ha

More information

THE IMPACT OF UNEMPLOYMENT RATE ON THE ROMANIAN SHADOW ECONOMY: AN EMPIRICAL INVESTIGATION USING GRANGER CAUSALITY ANALYSIS

THE IMPACT OF UNEMPLOYMENT RATE ON THE ROMANIAN SHADOW ECONOMY: AN EMPIRICAL INVESTIGATION USING GRANGER CAUSALITY ANALYSIS Adriana AnaMaria ALEXANDRU, PhD Deparmen of Saisics and Economerics E-mail: adrianaalexandru@yahoo.com Professor Ion DOBRE, PhD Deparmen of Economic Cyberneics E-mail: dobrerio@ase.ro The Buchares Academy

More information

INTRODUCTION TO FORECASTING

INTRODUCTION TO FORECASTING INTRODUCTION TO FORECASTING INTRODUCTION: Wha is a forecas? Why do managers need o forecas? A forecas is an esimae of uncerain fuure evens (lierally, o "cas forward" by exrapolaing from pas and curren

More information

The Maturity Structure of Volatility and Trading Activity in the KOSPI200 Futures Market

The Maturity Structure of Volatility and Trading Activity in the KOSPI200 Futures Market The Mauriy Srucure of Volailiy and Trading Aciviy in he KOSPI200 Fuures Marke Jong In Yoon Division of Business and Commerce Baekseok Univerisy Republic of Korea Email: jiyoon@bu.ac.kr Received Sepember

More information

Price and Income Elasticity of Australian Retail Finance: An Autoregressive Distributed Lag (ARDL) Approach

Price and Income Elasticity of Australian Retail Finance: An Autoregressive Distributed Lag (ARDL) Approach Ausralasian Accouning Business and Finance Journal Volume 8 Issue 1 Aricle 7 Price and Income Elasiciy of Ausralian Reail Finance: An Auoregressive Disribued Lag (ARDL) Approach Helen Higgs Griffih Universiy,

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t,

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t, Homework6 Soluions.7 In Problem hrough 4 use he mehod of variaion of parameers o find a paricular soluion of he given differenial equaion. Then check your answer by using he mehod of undeermined coeffiens..

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Small and Large Trades Around Earnings Announcements: Does Trading Behavior Explain Post-Earnings-Announcement Drift?

Small and Large Trades Around Earnings Announcements: Does Trading Behavior Explain Post-Earnings-Announcement Drift? Small and Large Trades Around Earnings Announcemens: Does Trading Behavior Explain Pos-Earnings-Announcemen Drif? Devin Shanhikumar * Firs Draf: Ocober, 2002 This Version: Augus 19, 2004 Absrac This paper

More information

Revisiting the Dollar-Euro Permanent Equilibrium Exchange Rate: Evidence from Multivariate Unobserved Components Models

Revisiting the Dollar-Euro Permanent Equilibrium Exchange Rate: Evidence from Multivariate Unobserved Components Models Revisiing he Dollar-Euro Permanen Equilibrium Exchange Rae: Evidence from Mulivariae Unobserved Componens Models Xiaoshan Chen * and Ronald MacDonald Deparmen of Economics Universiy of Glasgow Adam Smih

More information

Modelling the dependence of the UK stock market on the US stock market: A need for multiple regimes

Modelling the dependence of the UK stock market on the US stock market: A need for multiple regimes Modelling he dependence of he UK sock marke on he US sock marke: A need for muliple regimes A J Khadaroo Deparmen of Economics and Saisics Universiy of Mauriius Redui Mauriius Email: j.khadaroo@uom.ac.mu

More information

SCHUMPETER DISCUSSION PAPERS Interdependence between Foreign Exchange Markets and Stock Markets in Selected European Countries

SCHUMPETER DISCUSSION PAPERS Interdependence between Foreign Exchange Markets and Stock Markets in Selected European Countries SCHUMPETER DISCUSSION PAPERS Inerdependence beween Foreign Exchange Markes and Sock Markes in Seleced European Counries Mevlud Islami SDP 2008-007 ISSN 1867-5352 by he auor Inerdependence Beween Foreign

More information

Non-linear adjustment to purchasing power parity: an analysis using Fourier approximations

Non-linear adjustment to purchasing power parity: an analysis using Fourier approximations Non-linear adjusmen o purchasing power pariy: an analysis using Fourier approximaions Juan A. Jiménez Marín M. Dolores Robles Fernández juanangel@ccee.ucm.es mdrobles@ccee.ucm.es. Corresponding auhor.

More information

A Note on the Impact of Options on Stock Return Volatility. Nicolas P.B. Bollen

A Note on the Impact of Options on Stock Return Volatility. Nicolas P.B. Bollen A Noe on he Impac of Opions on Sock Reurn Volailiy Nicolas P.B. Bollen ABSTRACT This paper measures he impac of opion inroducions on he reurn variance of underlying socks. Pas research generally finds

More information

Hedging with Forwards and Futures

Hedging with Forwards and Futures Hedging wih orwards and uures Hedging in mos cases is sraighforward. You plan o buy 10,000 barrels of oil in six monhs and you wish o eliminae he price risk. If you ake he buy-side of a forward/fuures

More information

Chapter 1 Overview of Time Series

Chapter 1 Overview of Time Series Chaper 1 Overview of Time Series 1.1 Inroducion 1 1.2 Analysis Mehods and SAS/ETS Sofware 2 1.2.1 Opions 2 1.2.2 How SAS/ETS Sofware Procedures Inerrelae 4 1.3 Simple Models: Regression 6 1.3.1 Linear

More information

Relationship between Stock Returns and Trading Volume: Domestic and Cross-Country Evidence in Asian Stock Markets

Relationship between Stock Returns and Trading Volume: Domestic and Cross-Country Evidence in Asian Stock Markets Proceedings of he 2013 Inernaional Conference on Economics and Business Adminisraion Relaionship beween Sock Reurns and Trading olume: Domesic and Cross-Counry Evidence in Asian Sock Markes Ki-Hong Choi

More information

Real Exchange Rate and Trade Balance Relationship: An Empirical Study on Malaysia

Real Exchange Rate and Trade Balance Relationship: An Empirical Study on Malaysia Vol. 3, No. 8 Inernaional Journal of Business and Managemen Real Exchange Rae and Trade Balance Relaionship: An Empirical Sudy on Malaysia Ng Yuen-Ling Faculy of Accounancy and Managemen, Universii Tunku

More information

The Relation between Price Changes and Trading Volume: A Study in Indian Stock Market

The Relation between Price Changes and Trading Volume: A Study in Indian Stock Market Inerdisciplinary Journal of esearch in Business ol. 1, Issue. 7, July 011(pp.81-95) The elaion beween Price Changes and Trading olume: A Sudy in Indian Sock Marke Dr. Naliniprava Tripahy Associae Professor

More information

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1 Business Condiions & Forecasing Exponenial Smoohing LECTURE 2 MOVING AVERAGES AND EXPONENTIAL SMOOTHING OVERVIEW This lecure inroduces ime-series smoohing forecasing mehods. Various models are discussed,

More information

EXCHANGE RATE POLICY AND TRADE BALANCE. A COINTEGRATION ANALYSIS OF THE ARGENTINE EXPERIENCE SINCE 1962.

EXCHANGE RATE POLICY AND TRADE BALANCE. A COINTEGRATION ANALYSIS OF THE ARGENTINE EXPERIENCE SINCE 1962. EXCHANGE RATE POLICY AND TRADE BALANCE. A COINTEGRATION ANALYSIS OF THE ARGENTINE EXPERIENCE SINCE 962. David Maesanz Gómez Deparameno de Economía Aplicada, Universidad de Oviedo maesanzdavid@uniovi.es

More information

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues Discussion Paper No. 0120 Marke Efficiency or No? The Behaviour of China s Sock Prices in Response o he Announcemen of Bonus Issues Michelle L. Barnes and Shiguang Ma May 2001 Adelaide Universiy SA 5005,

More information

Are the Stock Markets in the Middle East Region Efficient?

Are the Stock Markets in the Middle East Region Efficient? Inernaional Review of Business Research Papers Vol. 3 No.5 Novemer 2007 Pp.297-307 Are he Sock Markes in he Middle Eas Region Efficien? Hazem Marashdeh* In his paper four emerging sock markes in he Middle

More information

Alternative Settlement Methods and Australian Individual Share Futures Contracts. Donald Lien and Li Yang * (Draft: September 2003)

Alternative Settlement Methods and Australian Individual Share Futures Contracts. Donald Lien and Li Yang * (Draft: September 2003) Alernaive Selemen Mehods and Ausralian Individual Share Fuures Conracs Donald Lien and Li Yang * (Dra: Sepember 2003) Absrac Individual share uures conracs have been inroduced in Ausralia since 1994. Iniially

More information

The Relationship Between Commercial Energy Consumption and Gross Domestic Income in Kenya

The Relationship Between Commercial Energy Consumption and Gross Domestic Income in Kenya The Relaionship Beween Commercial Energy Consumpion and Gross Domesic Income in Kenya Susan M. Onuonga The Journal of Developing Areas, Volume 46, Number 1, Spring 2012, pp. 305-314 (Aricle) Published

More information

SAMUELSON S HYPOTHESIS IN GREEK STOCK INDEX FUTURES MARKET

SAMUELSON S HYPOTHESIS IN GREEK STOCK INDEX FUTURES MARKET 154 Invesmen Managemen and Financial Innovaions, Volume 3, Issue 2, 2006 SAMUELSON S HYPOTHESIS IN GREEK STOCK INDEX FUTURES MARKET Chrisos Floros, Dimirios V. Vougas Absrac Samuelson (1965) argues ha

More information

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS RICHARD J. POVINELLI AND XIN FENG Deparmen of Elecrical and Compuer Engineering Marquee Universiy, P.O.

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

Sensitivity of Stock Market Indices to Oil Prices: Evidence from Manufacturing Sub-Sectors in Turkey

Sensitivity of Stock Market Indices to Oil Prices: Evidence from Manufacturing Sub-Sectors in Turkey Received: 21 May 2011; Acceped: 05 May 2012. UDC 338.516:665,6 (560) DOI: 10.2298/PAN1204463E Original scienific paper Ibrahim Halil Eksi Faculy of Economics and Adminisraive Sciences, Kilis 7 Aralik Universiy,

More information

Bid-ask Spread and Order Size in the Foreign Exchange Market: An Empirical Investigation

Bid-ask Spread and Order Size in the Foreign Exchange Market: An Empirical Investigation Bid-ask Spread and Order Size in he Foreign Exchange Marke: An Empirical Invesigaion Liang Ding* Deparmen of Economics, Macaleser College, 1600 Grand Avenue, S. Paul, MN55105, U.S.A. Shor Tile: Bid-ask

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

Causal Relationship between Macro-Economic Indicators and Stock Market in India

Causal Relationship between Macro-Economic Indicators and Stock Market in India Asian Journal of Finance & Accouning Causal Relaionship beween Macro-Economic Indicaors and Sock Marke in India Dr. Naliniprava ripahy Associae Professor (Finance), Indian Insiue of Managemen Shillong

More information

The Impact of Flood Damages on Production of Iran s Agricultural Sector

The Impact of Flood Damages on Production of Iran s Agricultural Sector Middle-Eas Journal of Scienific Research 12 (7): 921-926, 2012 ISSN 1990-9233 IDOSI Publicaions, 2012 DOI: 10.5829/idosi.mejsr.2012.12.7.1783 The Impac of Flood Damages on Producion of Iran s Agriculural

More information

Price Linkage between International Price of Crude Palm Oil (CPO) and Cooking Oil Price in Indonesia. Amzul Rifin

Price Linkage between International Price of Crude Palm Oil (CPO) and Cooking Oil Price in Indonesia. Amzul Rifin Price Linkage beween Inernaional Price of Crude Palm Oil (CPO) and Cooking Oil Price in Indonesia Amzul Rifin Deparmen of Agriculural and Resource Economics, Graduae School of Agriculural and Life Sciences,

More information

Applied Econometrics and International Development Vol.7-1 (2007)

Applied Econometrics and International Development Vol.7-1 (2007) Applied Economerics and Inernaional Developmen Vol.7- (7) THE INFLUENCE OF INTERNATIONAL STOCK MARKETS AND MACROECONOMIC VARIABLES ON THE THAI STOCK MARKET CHANCHARAT, Surachai *, VALADKHANI, Abbas HAVIE,

More information

Key Words: Steel Modelling, ARMA, GARCH, COGARCH, Lévy Processes, Discrete Time Models, Continuous Time Models, Stochastic Modelling

Key Words: Steel Modelling, ARMA, GARCH, COGARCH, Lévy Processes, Discrete Time Models, Continuous Time Models, Stochastic Modelling Vol 4, No, 01 ISSN: 1309-8055 (Online STEEL PRICE MODELLING WITH LEVY PROCESS Emre Kahraman Türk Ekonomi Bankası (TEB A.Ş. Direcor / Risk Capial Markes Deparmen emre.kahraman@eb.com.r Gazanfer Unal Yediepe

More information

Explaining the NZ-Australian exchange rate occasional paper

Explaining the NZ-Australian exchange rate occasional paper Wespac $ Insiuional Bank April 2002 Explaining he NZ-Ausralian exchange rae occasional paper Paul Conway and Richard Franulovich Wespac Insiuional Bank PO Box 691 Wellingon New Zealand Phone (644) 381-1414

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Determinants of Capital Structure: Comparison of Empirical Evidence from the Use of Different Estimators

Determinants of Capital Structure: Comparison of Empirical Evidence from the Use of Different Estimators Serrasqueiro and Nunes, Inernaional Journal of Applied Economics, 5(1), 14-29 14 Deerminans of Capial Srucure: Comparison of Empirical Evidence from he Use of Differen Esimaors Zélia Serrasqueiro * and

More information

An investigation of intraday price discovery in cross-listed

An investigation of intraday price discovery in cross-listed C Ansoegui, A Bassiouny* and E Tooma An invesigaion of inraday price discovery in cross-lised emerging marke equiies An invesigaion of inraday price discovery in cross-lised emerging marke equiies ABSTRACT

More information

International Business & Economics Research Journal March 2007 Volume 6, Number 3

International Business & Economics Research Journal March 2007 Volume 6, Number 3 Weak Form Efficiency In Indian Sock Markes Rakesh Gupa, (E-mail: r.gupa@cqu.edu.au), Cenral Queensland Universiy, Ausralia Parikshi K. Basu, (E-mail: pbasu@csu.edu.au), Charles Sur Universiy, Ausralia

More information

Forecasting Exchange Rates Out-of-Sample with Panel Methods and Real-Time Data. Onur Ince * University of Houston

Forecasting Exchange Rates Out-of-Sample with Panel Methods and Real-Time Data. Onur Ince * University of Houston Forecasing Exchange Raes Ou-of-Sample wih anel Mehods and Real-ime Daa Onur Ince * Universiy of Houson Absrac his paper evaluaes ou-of-sample exchange rae forecasing wih urchasing ower ariy () and aylor

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

The US Tech Pulse, stock prices, and exchange rate dynamics: Evidence from Asian developing countries

The US Tech Pulse, stock prices, and exchange rate dynamics: Evidence from Asian developing countries The US Tech Pulse, sock prices, and exchange rae dynamics: Evidence from Asian developing counries Akihiro Kubo Graduae School of Economics, Osaka Ciy Universiy, 3-3-138 Sugimoo, Sumiyoshi-ku, Osaka 558-8585,

More information

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR The firs experimenal publicaion, which summarised pas and expeced fuure developmen of basic economic indicaors, was published by he Minisry

More information

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking?

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking? Supplemenary Appendix for Depression Babies: Do Macroeconomic Experiences Affec Risk-Taking? Ulrike Malmendier UC Berkeley and NBER Sefan Nagel Sanford Universiy and NBER Sepember 2009 A. Deails on SCF

More information

The Behavior of China s Stock Prices in Response to the Proposal and Approval of Bonus Issues

The Behavior of China s Stock Prices in Response to the Proposal and Approval of Bonus Issues The Behavior of China s Sock Prices in Response o he Proposal and Approval of Bonus Issues Michelle L. Barnes a* and Shiguang Ma b a Federal Reserve Bank of Boson Research, T-8 600 Alanic Avenue Boson,

More information

William E. Simon Graduate School of Business Administration. IPO Market Cycles: Bubbles or Sequential Learning?

William E. Simon Graduate School of Business Administration. IPO Market Cycles: Bubbles or Sequential Learning? Universiy of Rocheser William E. Simon Graduae School of Business Adminisraion The Bradley Policy Research Cener Financial Research and Policy Working Paper No. FR 00-21 January 2000 Revised: June 2001

More information

Stock Market and Real Interest Rate of ASEAN Countries: Are they Cointegrated?

Stock Market and Real Interest Rate of ASEAN Countries: Are they Cointegrated? American Inernaional Journal of Conemporary Research Vol. 2 No. 11; November 2012 Sock Marke and Real Ineres Rae of ASEAN Counries: Are hey Coinegraed? Suhal Kusairi; Nur Azura Sanusi Faculy of Managemen

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments BALANCE OF PAYMENTS DATE: 2008-05-30 PUBLISHER: Balance of Paymens and Financial Markes (BFM) Lena Finn + 46 8 506 944 09, lena.finn@scb.se Camilla Bergeling +46 8 506 942 06, camilla.bergeling@scb.se

More information

The Information Content of Implied Skewness and Kurtosis Changes Prior to Earnings Announcements for Stock and Option Returns

The Information Content of Implied Skewness and Kurtosis Changes Prior to Earnings Announcements for Stock and Option Returns The Informaion Conen of Implied kewness and urosis Changes Prior o Earnings Announcemens for ock and Opion Reurns Dean Diavaopoulos Deparmen of Finance Villanova Universiy James. Doran Bank of America

More information

Four Centuries of British Economic Growth: The Roles of Technology and Population

Four Centuries of British Economic Growth: The Roles of Technology and Population MPRA Munich Personal RePEc Archive Four Cenuries of Briish Economic Growh: The Roles of Technology and Populaion Jakob Madsen and James Ang and Rajabraa Banerjee Monash Univerisy, Monash Univerisy, Monash

More information

Measuring the Effects of Exchange Rate Changes on Investment. in Australian Manufacturing Industry

Measuring the Effects of Exchange Rate Changes on Investment. in Australian Manufacturing Industry Measuring he Effecs of Exchange Rae Changes on Invesmen in Ausralian Manufacuring Indusry Robyn Swif Economics and Business Saisics Deparmen of Accouning, Finance and Economics Griffih Universiy Nahan

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

Working Paper A fractionally integrated exponential model for UK unemployment

Working Paper A fractionally integrated exponential model for UK unemployment econsor www.econsor.eu Der Open-Access-Publikaionsserver der ZBW Leibniz-Informaionszenrum Wirschaf The Open Access Publicaion Server of he ZBW Leibniz Informaion Cenre for Economics Gil-Alaña, Luis A.

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

ONE SECURITY, FOUR MARKETS: CANADA-US CROSS-LISTED OPTIONS AND UNDERLYING EQUITIES

ONE SECURITY, FOUR MARKETS: CANADA-US CROSS-LISTED OPTIONS AND UNDERLYING EQUITIES ONE SECURITY, FOUR MARKETS: CANADA-US CROSS-LISTED OPTIONS AND UNDERLYING EQUITIES Michal Czerwonko **** Nabil Khoury* Sylianos Perrakis** Marko Savor*** This version May 2010 JEL CODE: G14, G15 KEYWORDS:

More information

Fakultet for informasjonsteknologi, Institutt for matematiske fag

Fakultet for informasjonsteknologi, Institutt for matematiske fag Page 1 of 5 NTNU Noregs eknisk-naurviskaplege universie Fakule for informasjonseknologi, maemaikk og elekroeknikk Insiu for maemaiske fag - English Conac during exam: John Tyssedal 73593534/41645376 Exam

More information

How To Calculate Price Elasiciy Per Capia Per Capi

How To Calculate Price Elasiciy Per Capia Per Capi Price elasiciy of demand for crude oil: esimaes for 23 counries John C.B. Cooper Absrac This paper uses a muliple regression model derived from an adapaion of Nerlove s parial adjusmen model o esimae boh

More information

THE NEW MARKET EFFECT ON RETURN AND VOLATILITY OF SPANISH STOCK SECTOR INDEXES

THE NEW MARKET EFFECT ON RETURN AND VOLATILITY OF SPANISH STOCK SECTOR INDEXES THE NEW MARKET EFFECT ON RETURN AND VOLATILITY OF SPANISH STOCK SECTOR INDEXES Juan Ángel Lafuene Universidad Jaume I Unidad Predeparamenal de Finanzas y Conabilidad Campus del Riu Sec. 1080, Casellón

More information

Faculdade de Economia da Universidade de Coimbra

Faculdade de Economia da Universidade de Coimbra Faculdade de Economia da Universidade de Coimbra Grupo de Esudos Moneários e Financeiros (GEMF) Av. Dias da Silva, 165 3004-512 COIMBRA, PORTUGAL gemf@fe.uc.p hp://gemf.fe.uc.p MICAELA ANTUNES & ELIAS

More information