Monte Carlo Simulation in Time Series Analysis: Cointegration

Size: px
Start display at page:

Download "Monte Carlo Simulation in Time Series Analysis: Cointegration"

Transcription

1 Monte Carlo Simulation in Time Series Analysis: Cointegration Hector Zapata Associate Vice Provost for International Programs Past Presidents of the LSU Alumni Association Alumni Professor SOUTH CHINA AGRICULTURAL UNIVERSITY GUANGZHOU, P.R. CHINA NOVEMBER 5, /3/2015 ZAPATA VISIT TO SCAU 1

2 Table of Contents LSU What is Monte Carlo Simulation (MCS)? Why Use in Time Series Econometrics? How to Build a MCS MCS in Cointegration Analysis: Granger Non-Causality Other work in Progress Future Work 11/3/2015 ZAPATA VISIT TO SCAU 2

3 LSU 11/3/2015 ZAPATA VISIT TO SCAU 3

4 Visit the LSU Campus 11/3/2015 ZAPATA VISIT TO SCAU 4

5 Introduction to LSU 11/3/2015 ZAPATA VISIT TO SCAU 5

6 What is Monte Carlo Simulation (MCS)? 11/3/2015 ZAPATA VISIT TO SCAU 6

7 What is Monte Carlo Simulation? Simulation is a numerical technique for experimenting with a digital computer, which often involves a model describing the behavior of an economic system or a business unit over a time a time period (time series analysis interpretation). The Origins date back to Monte Carlo (pic to the right) Source: P. Wilnott: The History of Monte Carlo Simulation Methods in Financial Engineering. 11/3/2015 ZAPATA VISIT TO SCAU 7

8 What is Monte Carlo Simulation? Brief History * E. Fermini s calculation of neutron diffusion atomic bomb. Source: (Monte Carlo Casino in Monaco * S. Ulam: how likely is someone to win once you know the cards on your hand? * J Von Neumann: nuclear fission research at Los Alamos Source: (Monte Carlo Casino in Monaco 11/3/2015 ZAPATA VISIT TO SCAU 8

9 What is Monte Carlo Simulation? Applications: Nuclear physics Financial Engineering Business & Finance (risk analysis; portfolio mgt) Econometric Analysis Agricultural Economics Source: (Monte Carlo Casino in Monaco Source: (Monte Carlo Casino in Monaco 11/3/2015 ZAPATA VISIT TO SCAU 9

10 Who Uses MC Simulation? Retirement Companies Other Financial Planners Wall Street Firms Users of Futures and Options Markets General Motors (inventory mgt.; i.r.; e.r.) Teachers & Researchers Source: (Monte Carlo Casino in Monaco Source: (Monte Carlo Casino in Monaco 11/3/2015 ZAPATA VISIT TO SCAU 10

11 What is Monte Carlo Simulation? Use Random Number Generator to simulate data with from a given PDF or Model MCS uses random number generator, loops and other repetitive tasks to generate the data and compare the performance of different methods. Example: Simulating a histogram from a standard normal distribution: > x=rnorm(100,0,1); # Simple Histogram > hist(x, col= blue, main= N(0,1) Histogram xlab= X ylab= Frequency ) 11/3/2015 ZAPATA VISIT TO SCAU 11

12 What is Monte Carlo Simulation? Simple Examples 11/3/2015 ZAPATA VISIT TO SCAU 12

13 Why Use in Time Series Econometrics? 11/3/2015 ZAPATA VISIT TO SCAU 13

14 Why Use MCS in Time Series Econometrics Small sample properties of estimators of regression coefficients in time series and panel time series Cointegration Gonzalo (1994). Five Alternative Methods of Estimating long-run equilibrium relationships. Journal of Econometrics OLS NLS ML PC CC Typical Ho: All estimators perform the same. Do some behave better in small samples?- --this is very relevant in economics. 11/3/2015 ZAPATA VISIT TO SCAU 14

15 Why Use MCS in Time Series Econometrics Selected Readings Rubinstein, R. Y. Simulation and the Monte Carlo Method. John Wiley & Sons, Inc., New York, 1981 Johnson, M. E. Multivariate Statistical Simulation. John Wiley & Sons, Inc., New York, Scott, D. W. Multivariate Density Estimation: Theory, Practice and Visualization. John Wile & Sons, Inc., New York, Gentle, J. E. Random Number Generation and Monte Carlo Methods, 2 nd Edition, Springer, New York, Dagpunar, J. S. Simulation and Monte Carlo: with Applications in Finance and MCMC. John Wiley & Sons, Ltd., England, Barreto, H. and F. M. Howland, Introductory Econometrics: Using Monte Carlo Simulation with Microsoft Excel. Cambridge University Press, New York, Handbook of Econometrics, Ch. 16 Monte Carlo Experimentation in Econometrics. Elsevier, B. V. 11/3/2015 ZAPATA VISIT TO SCAU 15

16 How to Build a MCS 11/3/2015 ZAPATA VISIT TO SCAU 16

17 Example 1: How to Build a MCS STEPS Step 1. Step 2. Step 3. Step 4. Step 5. What Question(s) do you plan to investigate? In Non-Causality: How Granger Non-Causality Tests Perform in a) small samples, b) model dimension, c) degree of cointegration, direction of causality, and various dynamic structures? Construct a simulated universe Identify the model (process that you want to simulate) Model dimension (1, 2, 3, ) variables and Complexity Define the inputs (parameters of the model; sample sizes+100) Random Number Generation (decide on distribution functions to use; pre-testing) Run a small scale of the experiment and fine-tune the design Simulate and Analyze Output Step 6. Report Results based on questions in Step 1. 11/3/2015 ZAPATA VISIT TO SCAU 17

18 MCS in Cointegration Analysis: Granger Non-Causality 11/3/2015 ZAPATA VISIT TO SCAU 18

19 Example 1: MCS in Cointegration Analysis A Monte Carlo Experiment designed to study the performance of two Wald and a likelihood ratio tests for Granger non-causality in bivariate and cointegrated systems 11/3/2015 ZAPATA VISIT TO SCAU 19

20 Example 1: MCS in Cointegration Analysis In Compact Matrix Notation: 11/3/2015 ZAPATA VISIT TO SCAU 20

21 Example 1: MCS in Cointegration Analysis In the Zapata & Rambaldi Experiment the hypothesis that r < p is formulated as: 11/3/2015 ZAPATA VISIT TO SCAU 21

22 Example 1: MCS in Cointegration Analysis Zapata & Rambaldi investigated Granger Non-Causality in Model (3) for 2 and 3 variable models, that is, in: WALD TEST Z t =[ y t X 1t ] Bivariate Case: Cointegration if r=1 Z t = [ y t X 1t X 2t ] Trivariate Case: cointegration if r=1 or r=2 Non-Causality means from X to Y: The Wald Statistics for Testing Ho: where R is NxP2k, rank(r)=n, and Σφ is the var-cov of φ. 11/3/2015 ZAPATA VISIT TO SCAU 22

23 Example 1: MCS in Cointegration Analysis Likelihood Ratio Test Cointegration literature has suggested that there may be efficiency gains by imposing the cointegrating restrictions under both the null and alternative hypotheses in testing non-causality. This means that testing y -/-> X must consider not only equation (4): and restrictions on Γ and Π as: Short & Long Run Non-Causality Long Run Non-Causality Non-Causality conditional on Cointegration Chi-Square(DF1 (k=1) or DF2 (k>2) 11/3/2015 ZAPATA VISIT TO SCAU 23

24 Example 1: MCS in Cointegration Analysis WALD TEST in Augmented VAR 11/3/2015 ZAPATA VISIT TO SCAU 24

25 Example 1: MCS in Cointegration Analysis The DGPs for Non-Causality Testing in Cointegration 11/3/2015 ZAPATA VISIT TO SCAU 25

26 % Rejection of Non-Causality in Cointegration in Contemporaneous Bivariate Models, Wald and LR Tests, 5% Level. Note that for DGP 1, Y does not cause X so when testing that y-/-> X, we expected the rejection percent to be abournd 0.05%. This is highlighted in the Table. Note at the smaller the sample size (n=25), the higher the frequency of rejection, and that this frequency is the highest for MWALD. WALD LR MWALD 11/3/2015 ZAPATA VISIT TO SCAU 26

27 Results % Rejection of Non-Causality in Cointegration in Contemporaneous Bivariate Models, Wald and LR Tests, 5% Level. Note that for DGP 1, X causes Y so when testing that y-/-> X, we expected the rejection percent to be around 100%. This is highlighted in the Table. Note at the smaller the sample size (n=25), the smaller the frequency of rejection; as expected, rejection is 100% at n=400. WALD LR MWALD 11/3/2015 ZAPATA VISIT TO SCAU 27

28 Draw Main Conclusions WALD, LR, MWALD work the same when sample size n=100 or higher, As sample size gets smaller, the LR test works best, With very small samples (n=25), LR is best, With very small samples, MWALD is worst, 11/3/2015 ZAPATA VISIT TO SCAU 28

29 Other Applications 11/3/2015 ZAPATA VISIT TO SCAU 29

30 OTHER APPLICATIONS Ran, T. and H. Zapata. Mixed Unit Roots and Deterministic Trends in Noncausality Tests. Selected Paper, Southern Agricultural Economics Association, Annual Meeting, Dallas, TX, February Tan, Y. and Zapata, H. Hog Price Transmission in Global Markets: China, EU and U.S. Selected Paper, Southern Agricultural Economics Association, February Chen, R. and Zapata, H. Dynamics of Price Volatility in the China-U.S. Hog Industries. Selected Paper, Southern Agricultural Economics Association, February (Simulation) 11/3/2015 ZAPATA VISIT TO SCAU 30

31 Future Work 11/3/2015 ZAPATA VISIT TO SCAU 31

32 FUTURE RESEARCH Abstract: This article examines hog price linkages and volatility between the United States and China using monthly data from June 1996 to December Both countries are among the main producers and consumers of pork in the world, with market trends and price volatility being of daily interest to worldwide market participants. U.S. Hog futures rallied in 2013 when Smithfield Foods Inc., the world s biggest pork processor and hog producer, agreed to an almost $5 billion takeover by a Chinese company (the biggest Chinese takeover of a U.S. company). Liquidity, market activity and price volatility are closely analyzed in this market because of the increasing financial interest. This article specifically analyzes volatility and spillover effects using a MGARCH-BEKK model with error-correction mechanism. Overall, it is found that volatility in Chinese hog prices is explained by own-price volatility and past unexpected events (shocks). American hog price volatility, however, is mostly explained by its own past shocks (events in the U.S. market). One common aggregate linkage between the two markets is unidirectional volatility spillover effects from China to U.S. hog prices, paralleling the flow of hog-pork exports from the U.S. to China. 11/3/2015 ZAPATA VISIT TO SCAU 32

33 FUTURE RESEARCH The VEC-MGARCH model is represented in Equations (3)-(5): PC t = c 1 + θ 1 ecm t 1 + PA t = c 2 + θ 2 ecm t 1 + m i=1 m i=1 δ 1i PC t i + δ 2i PC t i + m i=1 m i=1 ε t = ε 1t ε ~N 0, H t 2t H t = B 0 B 0 + A ε t 1 ε t 1 A + G H t 1 G γ 1i PA t i + ε 1t γ 2i PA t i + ε 2t H t = h PC,t h PC PA,t B h PC PA,t h 0 = b 11 b 12 A = a 11 a 12 PA,t 0 b 22 a 21 a G = g g g 21 g 22 11/3/2015 ZAPATA VISIT TO SCAU 33

34 FUTURE RESEARCH THANK YOU! 11/3/2015 ZAPATA VISIT TO SCAU 34

Introductory Econometrics for Finance

Introductory Econometrics for Finance Introductory Econometrics for Finance SECOND EDITION Chris Brooks The ICMA Centre, University of Reading CAMBRIDGE UNIVERSITY PRESS List of figures List of tables List of boxes List of screenshots Preface

More information

Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal Spot and Futures for the EU and USA

Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal Spot and Futures for the EU and USA 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal

More information

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Introduction Uthajakumar S.S 1 and Selvamalai. T 2 1 Department of Economics, University of Jaffna. 2

More information

Asian Economic and Financial Review EMPIRICAL TESTING OF EXCHANGE RATE AND INTEREST RATE TRANSMISSION CHANNELS IN CHINA

Asian Economic and Financial Review EMPIRICAL TESTING OF EXCHANGE RATE AND INTEREST RATE TRANSMISSION CHANNELS IN CHINA Asian Economic and Financial Review, 15, 5(1): 15-15 Asian Economic and Financial Review ISSN(e): -737/ISSN(p): 35-17 journal homepage: http://www.aessweb.com/journals/5 EMPIRICAL TESTING OF EXCHANGE RATE

More information

Interactions among China-related stocks: evidence from a causality test with a new procedure

Interactions among China-related stocks: evidence from a causality test with a new procedure University of Wollongong Research Online Faculty of Commerce - Papers (Archive) Faculty of Business 2004 Interactions among China-related stocks: evidence from a causality test with a new procedure Gary

More information

The Demand for Money in China: Evidence from Half a Century

The Demand for Money in China: Evidence from Half a Century International Journal of Business and Social Science Vol. 5, No. 1; September 214 The Demand for Money in China: Evidence from Half a Century Dr. Liaoliao Li Associate Professor Department of Business

More information

3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016)

3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) 3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) The Dynamic Relationship between Onshore and Offshore Market Exchange Rate in the Process of RMB Internationalization

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

A study on the long-run benefits of diversification in the stock markets of Greece, the UK and the US

A study on the long-run benefits of diversification in the stock markets of Greece, the UK and the US A study on the long-run benefits of diversification in the stock markets of Greece, the and the US Konstantinos Gillas * 1, Maria-Despina Pagalou, Eleni Tsafaraki Department of Economics, University of

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

Market Risk Analysis Volume II. Practical Financial Econometrics Market Risk Analysis Volume II Practical Financial Econometrics Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume II xiii xvii xx xxii xxvi

More information

Application of Structural Breakpoint Test to the Correlation Analysis between Crude Oil Price and U.S. Weekly Leading Index

Application of Structural Breakpoint Test to the Correlation Analysis between Crude Oil Price and U.S. Weekly Leading Index Open Journal of Business and Management, 2016, 4, 322-328 Published Online April 2016 in SciRes. http://www.scirp.org/journal/ojbm http://dx.doi.org/10.4236/ojbm.2016.42034 Application of Structural Breakpoint

More information

Foreign direct investment and profit outflows: a causality analysis for the Brazilian economy. Abstract

Foreign direct investment and profit outflows: a causality analysis for the Brazilian economy. Abstract Foreign direct investment and profit outflows: a causality analysis for the Brazilian economy Fernando Seabra Federal University of Santa Catarina Lisandra Flach Universität Stuttgart Abstract Most empirical

More information

Dynamic Causal Relationships among the Greater China Stock markets

Dynamic Causal Relationships among the Greater China Stock markets Dynamic Causal Relationships among the Greater China Stock markets Gao Hui Department of Economics and management, HeZe University, HeZe, ShanDong, China Abstract--This study examines the dynamic causal

More information

HKBU Institutional Repository

HKBU Institutional Repository Hong Kong Baptist University HKBU Institutional Repository Department of Economics Journal Articles Department of Economics 2008 Are the Asian equity markets more interdependent after the financial crisis?

More information

Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal

Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal Yuan Wen 1 * and Michael Ciaston 2 Abstract We illustrate how to collect data on jet fuel and heating oil futures

More information

Thi-Thanh Phan, Int. Eco. Res, 2016, v7i6, 39 48

Thi-Thanh Phan, Int. Eco. Res, 2016, v7i6, 39 48 INVESTMENT AND ECONOMIC GROWTH IN CHINA AND THE UNITED STATES: AN APPLICATION OF THE ARDL MODEL Thi-Thanh Phan [1], Ph.D Program in Business College of Business, Chung Yuan Christian University Email:

More information

Structural Cointegration Analysis of Private and Public Investment

Structural Cointegration Analysis of Private and Public Investment International Journal of Business and Economics, 2002, Vol. 1, No. 1, 59-67 Structural Cointegration Analysis of Private and Public Investment Rosemary Rossiter * Department of Economics, Ohio University,

More information

THE IMPACT OF FINANCIAL CRISIS IN 2008 TO GLOBAL FINANCIAL MARKET: EMPIRICAL RESULT FROM ASIAN

THE IMPACT OF FINANCIAL CRISIS IN 2008 TO GLOBAL FINANCIAL MARKET: EMPIRICAL RESULT FROM ASIAN THE IMPACT OF FINANCIAL CRISIS IN 2008 TO GLOBAL FINANCIAL MARKET: EMPIRICAL RESULT FROM ASIAN Thi Ngan Pham Cong Duc Tran Abstract This research examines the correlation between stock market and exchange

More information

Multivariate Causal Estimates of Dividend Yields, Price Earning Ratio and Expected Stock Returns: Experience from Malaysia

Multivariate Causal Estimates of Dividend Yields, Price Earning Ratio and Expected Stock Returns: Experience from Malaysia MPRA Munich Personal RePEc Archive Multivariate Causal Estimates of Dividend Yields, Price Earning Ratio and Expected Stock Returns: Experience from Malaysia Wan Mansor Wan Mahmood and Faizatul Syuhada

More information

The Relationship between Foreign Direct Investment and Economic Development An Empirical Analysis of Shanghai 's Data Based on

The Relationship between Foreign Direct Investment and Economic Development An Empirical Analysis of Shanghai 's Data Based on The Relationship between Foreign Direct Investment and Economic Development An Empirical Analysis of Shanghai 's Data Based on 2004-2015 Jiaqi Wang School of Shanghai University, Shanghai 200444, China

More information

PRIVATE AND GOVERNMENT INVESTMENT: A STUDY OF THREE OECD COUNTRIES. MEHDI S. MONADJEMI AND HYEONSEUNG HUH* University of New South Wales

PRIVATE AND GOVERNMENT INVESTMENT: A STUDY OF THREE OECD COUNTRIES. MEHDI S. MONADJEMI AND HYEONSEUNG HUH* University of New South Wales INTERNATIONAL ECONOMIC JOURNAL 93 Volume 12, Number 2, Summer 1998 PRIVATE AND GOVERNMENT INVESTMENT: A STUDY OF THREE OECD COUNTRIES MEHDI S. MONADJEMI AND HYEONSEUNG HUH* University of New South Wales

More information

Impact of FDI and Net Trade on GDP of India Using Cointegration approach

Impact of FDI and Net Trade on GDP of India Using Cointegration approach DOI : 10.18843/ijms/v5i2(6)/01 DOI URL :http://dx.doi.org/10.18843/ijms/v5i2(6)/01 Impact of FDI and Net Trade on GDP of India Using Cointegration approach Reyaz Ahmad Malik, PhD scholar, Department of

More information

A SIMULTANEOUS-EQUATION MODEL OF THE DETERMINANTS OF THE THAI BAHT/U.S. DOLLAR EXCHANGE RATE

A SIMULTANEOUS-EQUATION MODEL OF THE DETERMINANTS OF THE THAI BAHT/U.S. DOLLAR EXCHANGE RATE A SIMULTANEOUS-EQUATION MODEL OF THE DETERMINANTS OF THE THAI BAHT/U.S. DOLLAR EXCHANGE RATE Yu Hsing, Southeastern Louisiana University ABSTRACT This paper examines short-run determinants of the Thai

More information

European Journal of Economic Studies, 2016, Vol.(17), Is. 3

European Journal of Economic Studies, 2016, Vol.(17), Is. 3 Copyright 2016 by Academic Publishing House Researcher Published in the Russian Federation European Journal of Economic Studies Has been issued since 2012. ISSN: 2304-9669 E-ISSN: 2305-6282 Vol. 17, Is.

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

The Dynamics between Government Debt and Economic Growth in South Asia: A Time Series Approach

The Dynamics between Government Debt and Economic Growth in South Asia: A Time Series Approach The Empirical Economics Letters, 15(9): (September 16) ISSN 1681 8997 The Dynamics between Government Debt and Economic Growth in South Asia: A Time Series Approach Nimantha Manamperi * Department of Economics,

More information

Outward FDI and Total Factor Productivity: Evidence from Germany

Outward FDI and Total Factor Productivity: Evidence from Germany Outward FDI and Total Factor Productivity: Evidence from Germany Outward investment substitutes foreign for domestic production, thereby reducing total output and thus employment in the home (outward investing)

More information

COINTEGRATION AND MARKET EFFICIENCY: AN APPLICATION TO THE CANADIAN TREASURY BILL MARKET. Soo-Bin Park* Carleton University, Ottawa, Canada K1S 5B6

COINTEGRATION AND MARKET EFFICIENCY: AN APPLICATION TO THE CANADIAN TREASURY BILL MARKET. Soo-Bin Park* Carleton University, Ottawa, Canada K1S 5B6 1 COINTEGRATION AND MARKET EFFICIENCY: AN APPLICATION TO THE CANADIAN TREASURY BILL MARKET Soo-Bin Park* Carleton University, Ottawa, Canada K1S 5B6 Abstract: In this study we examine if the spot and forward

More information

An Empirical Analysis on the Relationship between Health Care Expenditures and Economic Growth in the European Union Countries

An Empirical Analysis on the Relationship between Health Care Expenditures and Economic Growth in the European Union Countries An Empirical Analysis on the Relationship between Health Care Expenditures and Economic Growth in the European Union Countries Çiğdem Börke Tunalı Associate Professor, Department of Economics, Faculty

More information

The co-movement and contagion effect on real estate investment trusts prices in Asia

The co-movement and contagion effect on real estate investment trusts prices in Asia The co-movement and contagion effect on real estate investment trusts prices in Asia Paper to be presented in Ronald Coase Centre for Property Rights Research Brownbag Workshop on 10 March 2016 Rita Yi

More information

EURASIAN JOURNAL OF ECONOMICS AND FINANCE

EURASIAN JOURNAL OF ECONOMICS AND FINANCE Eurasian Journal of Economics and Finance, 5(3), 217, 19-132 DOI: 1.1564/ejef.217.5.3.9 EURASIAN JOURNAL OF ECONOMICS AND FINANCE www.eurasianpublications.com RE-EXAMINING STOCK MARKET INTEGRATION AMONG

More information

Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea

Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea Mirzosaid SULTONOV 東北公益文科大学総合研究論集第 34 号抜刷 2018 年 7 月 30 日発行 研究論文 Oil Price Effects on Exchange Rate and Price Level: The Case

More information

The Relationship between Federal Government Revenues and Expenditures in Pakistan

The Relationship between Federal Government Revenues and Expenditures in Pakistan The Pakistan Development Review 49:4 Part II (Winter 2010) pp. 641 649 The Relationship between Federal Government Revenues and Expenditures in Pakistan FAZAL HUSAIN, MUHAMMAD ALI QASIM, and MAHMOOD KHALID

More information

An Empirical Analysis of the Relationship between Macroeconomic Variables and Stock Prices in Bangladesh

An Empirical Analysis of the Relationship between Macroeconomic Variables and Stock Prices in Bangladesh Bangladesh Development Studies Vol. XXXIV, December 2011, No. 4 An Empirical Analysis of the Relationship between Macroeconomic Variables and Stock Prices in Bangladesh NASRIN AFZAL * SYED SHAHADAT HOSSAIN

More information

Sectoral Analysis of the Demand for Real Money Balances in Pakistan

Sectoral Analysis of the Demand for Real Money Balances in Pakistan The Pakistan Development Review 40 : 4 Part II (Winter 2001) pp. 953 966 Sectoral Analysis of the Demand for Real Money Balances in Pakistan ABDUL QAYYUM * 1. INTRODUCTION The main objective of monetary

More information

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late)

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late) University of New South Wales Semester 1, 2011 School of Economics James Morley 1. Autoregressive Processes (15 points) Economics 4201 and 6203 Homework #2 Due on Tuesday 3/29 (20 penalty per day late)

More information

HOW DOES STATE AND LOCAL EDUCATION SPENDING AFFECT STATE ECONOMIC GROWTH IN THE LONG RUN?

HOW DOES STATE AND LOCAL EDUCATION SPENDING AFFECT STATE ECONOMIC GROWTH IN THE LONG RUN? HOW DOES STATE AND LOCAL EDUCATION SPENDING AFFECT STATE ECONOMIC GROWTH IN THE LONG RUN? John Deskins, Creighton University Brian Hill, Salisbury University M. H. Tuttle, Sam Houston State University

More information

The effect of Money Supply and Inflation rate on the Performance of National Stock Exchange

The effect of Money Supply and Inflation rate on the Performance of National Stock Exchange The effect of Money Supply and Inflation rate on the Performance of National Stock Exchange Mr. Ch.Sanjeev Research Scholar, Telangana University Dr. K.Aparna Assistant Professor, Telangana University

More information

MONEY, PRICES, INCOME AND CAUSALITY: A CASE STUDY OF PAKISTAN

MONEY, PRICES, INCOME AND CAUSALITY: A CASE STUDY OF PAKISTAN The Journal of Commerce, Vol. 4, No. 4 ISSN: 2218-8118, 2220-6043 Hailey College of Commerce, University of the Punjab, PAKISTAN MONEY, PRICES, INCOME AND CAUSALITY: A CASE STUDY OF PAKISTAN Dr. Nisar

More information

ON THE NEXUS BETWEEN SERVICES EXPORT AND SERVICE SECTOR GROWTH IN INDIAN CONTEXT

ON THE NEXUS BETWEEN SERVICES EXPORT AND SERVICE SECTOR GROWTH IN INDIAN CONTEXT Journal of Management - Vol. 12 No.1 April 15 ON THE NEXUS BETWEEN SERVICES EXPORT AND SERVICE SECTOR GROWTH IN INDIAN CONTEXT Introduction Mousumi Bhattacharya Rajiv Gandhi Indian Institute of Management,

More information

Conditional Heteroscedasticity and Testing of the Granger Causality: Case of Slovakia. Michaela Chocholatá

Conditional Heteroscedasticity and Testing of the Granger Causality: Case of Slovakia. Michaela Chocholatá Conditional Heteroscedasticity and Testing of the Granger Causality: Case of Slovakia Michaela Chocholatá The main aim of presentation: to analyze the relationships between the SKK/USD exchange rate and

More information

AN EMPIRICAL ANALYSIS OF THE PUBLIC DEBT RELEVANCE TO THE ECONOMIC GROWTH OF THE USA

AN EMPIRICAL ANALYSIS OF THE PUBLIC DEBT RELEVANCE TO THE ECONOMIC GROWTH OF THE USA AN EMPIRICAL ANALYSIS OF THE PUBLIC DEBT RELEVANCE TO THE ECONOMIC GROWTH OF THE USA Petar Kurečić University North, Koprivnica, Trg Žarka Dolinara 1, Croatia petar.kurecic@unin.hr Marin Milković University

More information

Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets

Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets The Lahore Journal of Economics 22 : 2 (Winter 2017): pp. 89 116 Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets Zohaib Aziz * and Javed Iqbal ** Abstract This

More information

MONEY, PRICES AND THE EXCHANGE RATE: EVIDENCE FROM FOUR OECD COUNTRIES

MONEY, PRICES AND THE EXCHANGE RATE: EVIDENCE FROM FOUR OECD COUNTRIES money 15/10/98 MONEY, PRICES AND THE EXCHANGE RATE: EVIDENCE FROM FOUR OECD COUNTRIES Mehdi S. Monadjemi School of Economics University of New South Wales Sydney 2052 Australia m.monadjemi@unsw.edu.au

More information

How can saving deposit rate and Hang Seng Index affect housing prices : an empirical study in Hong Kong market

How can saving deposit rate and Hang Seng Index affect housing prices : an empirical study in Hong Kong market Lingnan Journal of Banking, Finance and Economics Volume 2 2010/2011 Academic Year Issue Article 3 January 2010 How can saving deposit rate and Hang Seng Index affect housing prices : an empirical study

More information

A Survey of the Effects of Liberalization of Iran Non-Life Insurance Market by Using the Experiences of WTO Member Countries

A Survey of the Effects of Liberalization of Iran Non-Life Insurance Market by Using the Experiences of WTO Member Countries A Survey of the Effects of Liberalization of Iran Non-Life Insurance Market by Using the Experiences of WTO Member Countries Marufi Aghdam Jalal 1, Eshgarf Reza 2 Abstract Today, globalization is prevalent

More information

Research on the Relationship between Sino-EU Trade and Economic Growth

Research on the Relationship between Sino-EU Trade and Economic Growth Research on the Relationship between Sino-EU Trade and Economic Growth Yaqing Liu 1* 1 School of Economics and Management, North China University of Technology, China Abstract. The dependence on foreign

More information

Tax or Spend, What Causes What? Reconsidering Taiwan s Experience

Tax or Spend, What Causes What? Reconsidering Taiwan s Experience International Journal of Business and Economics, 2003, Vol. 2, No. 2, 109-119 Tax or Spend, What Causes What? Reconsidering Taiwan s Experience Scott M. Fuess, Jr. Department of Economics, University of

More information

Does Exchange Rate Volatility Influence the Balancing Item in Japan? An Empirical Note. Tuck Cheong Tang

Does Exchange Rate Volatility Influence the Balancing Item in Japan? An Empirical Note. Tuck Cheong Tang Pre-print version: Tang, Tuck Cheong. (00). "Does exchange rate volatility matter for the balancing item of balance of payments accounts in Japan? an empirical note". Rivista internazionale di scienze

More information

Fixed investment, household consumption, and economic growth : a structural vector error correction model (SVECM) study of Malaysia

Fixed investment, household consumption, and economic growth : a structural vector error correction model (SVECM) study of Malaysia MPRA Munich Personal RePEc Archive Fixed investment, household consumption, and economic growth : a structural vector error correction model (SVECM) study of Malaysia Zulkefly Abdul Karim and Bakri Abdul

More information

Cointegration and Price Discovery between Equity and Mortgage REITs

Cointegration and Price Discovery between Equity and Mortgage REITs JOURNAL OF REAL ESTATE RESEARCH Cointegration and Price Discovery between Equity and Mortgage REITs Ling T. He* Abstract. This study analyzes the relationship between equity and mortgage real estate investment

More information

The Agricultural Sector in the Macroeconomic Environment: An Empirical Approach for EU.

The Agricultural Sector in the Macroeconomic Environment: An Empirical Approach for EU. The Agricultural Sector in the Macroeconomic Environment: An Empirical Approach for EU. Abstract This paper attempts to examine the relationship between the agricultural sector and the macroeconomic environment

More information

Integration of Foreign Exchange Markets: A Short Term Dynamics Analysis

Integration of Foreign Exchange Markets: A Short Term Dynamics Analysis Global Journal of Management and Business Studies. ISSN 2248-9878 Volume 3, Number 4 (2013), pp. 383-388 Research India Publications http://www.ripublication.com/gjmbs.htm Integration of Foreign Exchange

More information

Foreign Direct Investment & Economic Growth in BRICS Economies: A Panel Data Analysis

Foreign Direct Investment & Economic Growth in BRICS Economies: A Panel Data Analysis Foreign Direct Investment & Economic Growth in BRICS Economies: A Panel Data Analysis Gaurav Agrawal The research paper is an attempt to examine the relationship between foreign direct investment (FDI)

More information

Do Closer Economic Ties Imply Convergence in Income - The Case of the U.S., Canada, and Mexico

Do Closer Economic Ties Imply Convergence in Income - The Case of the U.S., Canada, and Mexico Law and Business Review of the Americas Volume 1 1995 Do Closer Economic Ties Imply Convergence in Income - The Case of the U.S., Canada, and Mexico Thomas Osang Follow this and additional works at: http://scholar.smu.edu/lbra

More information

Dynamics Linkages among Money, Output, Interest Rate and Price: The Case in Malaysia

Dynamics Linkages among Money, Output, Interest Rate and Price: The Case in Malaysia Dynamics Linkages among Money, Output, Interest Rate and Price: The Case in Malaysia Ai-Yee Ooi Labuan International School of International Business and Finance Universiti Malaysia Sabah, 8799 Labuan,

More information

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties Posterior Inference Example. Consider a binomial model where we have a posterior distribution for the probability term, θ. Suppose we want to make inferences about the log-odds γ = log ( θ 1 θ), where

More information

This PDF is a selection from a published volume from the National Bureau of Economic Research

This PDF is a selection from a published volume from the National Bureau of Economic Research This PDF is a selection from a published volume from the National Bureau of Economic Research Volume Title: Europe and the Euro Volume Author/Editor: Alberto Alesina and Francesco Giavazzi, editors Volume

More information

Study of Relationship Between USD/INR Exchange Rate and BSE Sensex from

Study of Relationship Between USD/INR Exchange Rate and BSE Sensex from DOI : 10.18843/ijms/v5i3(1)/13 DOIURL :http://dx.doi.org/10.18843/ijms/v5i3(1)/13 Study of Relationship Between USD/INR Exchange Rate and BSE Sensex from 2008-2017 Hardeepika Singh Ahluwalia, Assistant

More information

The Effect of Exchange Rate Risk on Stock Returns in Kenya s Listed Financial Institutions

The Effect of Exchange Rate Risk on Stock Returns in Kenya s Listed Financial Institutions The Effect of Exchange Rate Risk on Stock Returns in Kenya s Listed Financial Institutions Loice Koskei School of Business & Economics, Africa International University,.O. Box 1670-30100 Eldoret, Kenya

More information

Inflation and Stock Market Returns in US: An Empirical Study

Inflation and Stock Market Returns in US: An Empirical Study Inflation and Stock Market Returns in US: An Empirical Study CHETAN YADAV Assistant Professor, Department of Commerce, Delhi School of Economics, University of Delhi Delhi (India) Abstract: This paper

More information

International Business & Economics Research Journal May/June 2015 Volume 14, Number 3

International Business & Economics Research Journal May/June 2015 Volume 14, Number 3 Dynamics Of The Relationship Between Bank Loans And Stock Prices In Saudi Arabia Saud Almutair, Al-Imam Muhammad Ibn Saud Islamic University, Saudi Arabia ABSTRACT The objective of this study is to find

More information

THE IMPACT OF BANKING RISKS ON THE CAPITAL OF COMMERCIAL BANKS IN LIBYA

THE IMPACT OF BANKING RISKS ON THE CAPITAL OF COMMERCIAL BANKS IN LIBYA THE IMPACT OF BANKING RISKS ON THE CAPITAL OF COMMERCIAL BANKS IN LIBYA Azeddin ARAB Kastamonu University, Turkey, Institute for Social Sciences, Department of Business Abstract: The objective of this

More information

Examination on the Relationship between OVX and Crude Oil Price with Kalman Filter

Examination on the Relationship between OVX and Crude Oil Price with Kalman Filter Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 55 (215 ) 1359 1365 Information Technology and Quantitative Management (ITQM 215) Examination on the Relationship between

More information

Volume 29, Issue 3. Application of the monetary policy function to output fluctuations in Bangladesh

Volume 29, Issue 3. Application of the monetary policy function to output fluctuations in Bangladesh Volume 29, Issue 3 Application of the monetary policy function to output fluctuations in Bangladesh Yu Hsing Southeastern Louisiana University A. M. M. Jamal Southeastern Louisiana University Wen-jen Hsieh

More information

INTERNATIONAL LINKAGES OF THE INDIAN AGRICULTURE COMMODITY FUTURES MARKETS

INTERNATIONAL LINKAGES OF THE INDIAN AGRICULTURE COMMODITY FUTURES MARKETS I J A B E R, Vol. 14, No. 6, (2016): 3841-3857 INTERNATIONAL LINKAGES OF THE INDIAN AGRICULTURE COMMODITY FUTURES MARKETS B. Brahmaiah * and Srinivasan Palamalai ** Abstract: The present paper attempts

More information

TRADE AND INTEGRATION OF THE US AND CHINA S COTTON MARKETS

TRADE AND INTEGRATION OF THE US AND CHINA S COTTON MARKETS TRADE AND INTEGRATION OF THE US AND CHINA S COTTON MARKETS Yuanlong Ge Graduate Research Assistant Department of Agricultural Economics Purdue University West Lafayette, IN, 47907-2056 Phone: 206-876-02

More information

Preprint: Will be published in Perm Winter School Financial Econometrics and Empirical Market Microstructure, Springer

Preprint: Will be published in Perm Winter School Financial Econometrics and Empirical Market Microstructure, Springer STRESS-TESTING MODEL FOR CORPORATE BORROWER PORTFOLIOS. Preprint: Will be published in Perm Winter School Financial Econometrics and Empirical Market Microstructure, Springer Seleznev Vladimir Denis Surzhko,

More information

The Relationship between Trade and Foreign Direct Investment in G7 Countries a Panel Data Approach

The Relationship between Trade and Foreign Direct Investment in G7 Countries a Panel Data Approach Journal of Economics and Development Studies June 2014, Vol. 2, No. 2, pp. 447-454 ISSN: 2334-2382 (Print), 2334-2390 (Online) Copyright The Author(s). 2014. All Rights Reserved. Published by American

More information

Nonlinear Dependence between Stock and Real Estate Markets in China

Nonlinear Dependence between Stock and Real Estate Markets in China MPRA Munich Personal RePEc Archive Nonlinear Dependence between Stock and Real Estate Markets in China Terence Tai Leung Chong and Haoyuan Ding and Sung Y Park The Chinese University of Hong Kong and Nanjing

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

Price Transmission from the Corn Market to the Hog Market in Québec

Price Transmission from the Corn Market to the Hog Market in Québec Price Transmission from the Corn Market to the Hog Market in Québec Aïcha Coulibaly, Ag Economist, M.B.A.,M.Sc. Michel Morin, Ag Economist, Market Analyst Contents Overview of the hog market in Québec

More information

Current Account Balances and Output Volatility

Current Account Balances and Output Volatility Current Account Balances and Output Volatility Ceyhun Elgin Bogazici University Tolga Umut Kuzubas Bogazici University Abstract: Using annual data from 185 countries over the period from 1950 to 2009,

More information

The Impact of Financial Parameters on Agricultural Cooperative and Investor-Owned Firm Performance in Greece

The Impact of Financial Parameters on Agricultural Cooperative and Investor-Owned Firm Performance in Greece The Impact of Financial Parameters on Agricultural Cooperative and Investor-Owned Firm Performance in Greece Panagiota Sergaki and Anastasios Semos Aristotle University of Thessaloniki Abstract. This paper

More information

Volume 35, Issue 1. Thai-Ha Le RMIT University (Vietnam Campus)

Volume 35, Issue 1. Thai-Ha Le RMIT University (Vietnam Campus) Volume 35, Issue 1 Exchange rate determination in Vietnam Thai-Ha Le RMIT University (Vietnam Campus) Abstract This study investigates the determinants of the exchange rate in Vietnam and suggests policy

More information

FREDRIK BAJERS VEJ 7 G 9220 AALBORG ØST Tlf.: URL: Fax: Monte Carlo methods

FREDRIK BAJERS VEJ 7 G 9220 AALBORG ØST Tlf.: URL:   Fax: Monte Carlo methods INSTITUT FOR MATEMATISKE FAG AALBORG UNIVERSITET FREDRIK BAJERS VEJ 7 G 9220 AALBORG ØST Tlf.: 96 35 88 63 URL: www.math.auc.dk Fax: 98 15 81 29 E-mail: jm@math.aau.dk Monte Carlo methods Monte Carlo methods

More information

Omitted Variables Bias in Regime-Switching Models with Slope-Constrained Estimators: Evidence from Monte Carlo Simulations

Omitted Variables Bias in Regime-Switching Models with Slope-Constrained Estimators: Evidence from Monte Carlo Simulations Journal of Statistical and Econometric Methods, vol. 2, no.3, 2013, 49-55 ISSN: 2051-5057 (print version), 2051-5065(online) Scienpress Ltd, 2013 Omitted Variables Bias in Regime-Switching Models with

More information

Personal income, stock market, and investor psychology

Personal income, stock market, and investor psychology ABSTRACT Personal income, stock market, and investor psychology Chung Baek Troy University Minjung Song Thomas University This paper examines how disposable personal income is related to investor psychology

More information

SCAF Workshop Integrated Cost and Schedule Risk Analysis. Tuesday 15th November 2016 The BAWA Centre, Filton, Bristol

SCAF Workshop Integrated Cost and Schedule Risk Analysis. Tuesday 15th November 2016 The BAWA Centre, Filton, Bristol The following presentation was given at: SCAF Workshop Integrated Cost and Schedule Risk Analysis Tuesday 15th November 2016 The BAWA Centre, Filton, Bristol Released for distribution by the Author www.scaf.org.uk/library

More information

The Stochastic Approach for Estimating Technical Efficiency: The Case of the Greek Public Power Corporation ( )

The Stochastic Approach for Estimating Technical Efficiency: The Case of the Greek Public Power Corporation ( ) The Stochastic Approach for Estimating Technical Efficiency: The Case of the Greek Public Power Corporation (1970-97) ATHENA BELEGRI-ROBOLI School of Applied Mathematics and Physics National Technical

More information

... About Monte Cario Simulation

... About Monte Cario Simulation WHAT PRACTITIONERS NEED TO KNOW...... About Monte Cario Simulation Mark Kritzman As financial analysts, we are often required to anticipate the future. Monte Carlo simulation is a numerical technique that

More information

Exchange Rate and Economic Performance - A Comparative Study of Developed and Developing Countries

Exchange Rate and Economic Performance - A Comparative Study of Developed and Developing Countries IOSR Journal of Business and Management (IOSR-JBM) e-issn: 2278-487X. Volume 8, Issue 1 (Jan. - Feb. 2013), PP 116-121 Exchange Rate and Economic Performance - A Comparative Study of Developed and Developing

More information

DEVELOPMENT OF FINANCIAL SECTOR AN EMPIRICAL EVIDENCE FROM SAARC COUNTRIES

DEVELOPMENT OF FINANCIAL SECTOR AN EMPIRICAL EVIDENCE FROM SAARC COUNTRIES International Journal of Economics, Commerce and Management United Kingdom Vol. II, Issue 11, Nov 2014 http://ijecm.co.uk/ ISSN 2348 0386 DEVELOPMENT OF FINANCIAL SECTOR AN EMPIRICAL EVIDENCE FROM SAARC

More information

VELOCITY AND THE VOLATILITY OF UNANTICIPATED AND ANTICIPATED MONEY SUPPLY IN THE UNITED KINGDOM

VELOCITY AND THE VOLATILITY OF UNANTICIPATED AND ANTICIPATED MONEY SUPPLY IN THE UNITED KINGDOM INTERNATIONAL ECONOMIC JOURNAL 61 Volume 9, Number 3, Autumn 1995 VELOCITY AND THE VOLATILITY OF UNANTICIPATED AND ANTICIPATED MONEY SUPPLY IN THE UNITED KINGDOM JOHN THORNTON International Monetary Fund,

More information

Evaluating Policy Feedback Rules using the Joint Density Function of a Stochastic Model

Evaluating Policy Feedback Rules using the Joint Density Function of a Stochastic Model Evaluating Policy Feedback Rules using the Joint Density Function of a Stochastic Model R. Barrell S.G.Hall 3 And I. Hurst Abstract This paper argues that the dominant practise of evaluating the properties

More information

THE IMPACT OF FDI, EXPORT, ECONOMIC GROWTH, TOTAL FIXED INVESTMENT ON UNEMPLOYMENT IN TURKEY. Ismail AKTAR Latif OZTURK Nedret DEMIRCI

THE IMPACT OF FDI, EXPORT, ECONOMIC GROWTH, TOTAL FIXED INVESTMENT ON UNEMPLOYMENT IN TURKEY. Ismail AKTAR Latif OZTURK Nedret DEMIRCI THE IMPACT OF FDI, EXPORT, ECONOMIC GROWTH, TOTAL FIXED INVESTMENT ON UNEMPLOYMENT IN TURKEY Ismail AKTAR Latif OZTURK Nedret DEMIRCI Kırıkkale University, TURKEY Abstract The impact of Foreign Direct

More information

Review: Population, sample, and sampling distributions

Review: Population, sample, and sampling distributions Review: Population, sample, and sampling distributions A population with mean µ and standard deviation σ For instance, µ = 0, σ = 1 0 1 Sample 1, N=30 Sample 2, N=30 Sample 100000000000 InterquartileRange

More information

Farmland Values, Government Payments, and the Overall Risk to U.S. Agriculture: A Structural Equation-Latent Variable Model

Farmland Values, Government Payments, and the Overall Risk to U.S. Agriculture: A Structural Equation-Latent Variable Model Farmland Values, Government Payments, and the Overall Risk to U.S. Agriculture: A Structural Equation-Latent Variable Model Ashok K. Mishra 1 and Cheikhna Dedah 1 Associate Professor and graduate student,

More information

RE-EXAMINE THE INTER-LINKAGE BETWEEN ECONOMIC GROWTH AND INFLATION:EVIDENCE FROM INDIA

RE-EXAMINE THE INTER-LINKAGE BETWEEN ECONOMIC GROWTH AND INFLATION:EVIDENCE FROM INDIA 6 RE-EXAMINE THE INTER-LINKAGE BETWEEN ECONOMIC GROWTH AND INFLATION:EVIDENCE FROM INDIA Pratiti Singha 1 ABSTRACT The purpose of this study is to investigate the inter-linkage between economic growth

More information

CURRENT ACCOUNT DEFICIT AND FISCAL DEFICIT A CASE STUDY OF INDIA

CURRENT ACCOUNT DEFICIT AND FISCAL DEFICIT A CASE STUDY OF INDIA CURRENT ACCOUNT DEFICIT AND FISCAL DEFICIT A CASE STUDY OF INDIA Anuradha Agarwal Research Scholar, Dayalbagh Educational Institute, Agra, India Email: 121anuradhaagarwal@gmail.com ABSTRACT Purpose/originality/value:

More information

Available online at ScienceDirect. Procedia Economics and Finance 15 ( 2014 )

Available online at   ScienceDirect. Procedia Economics and Finance 15 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 15 ( 2014 ) 1396 1403 Emerging Markets Queries in Finance and Business International crude oil futures and Romanian

More information

Macro News and Exchange Rates in the BRICS. Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo. February 2016

Macro News and Exchange Rates in the BRICS. Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo. February 2016 Economics and Finance Working Paper Series Department of Economics and Finance Working Paper No. 16-04 Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo Macro News and Exchange Rates in the

More information

A Test of the Normality Assumption in the Ordered Probit Model *

A Test of the Normality Assumption in the Ordered Probit Model * A Test of the Normality Assumption in the Ordered Probit Model * Paul A. Johnson Working Paper No. 34 March 1996 * Assistant Professor, Vassar College. I thank Jahyeong Koo, Jim Ziliak and an anonymous

More information

TESTING WAGNER S LAW FOR PAKISTAN:

TESTING WAGNER S LAW FOR PAKISTAN: 155 Pakistan Economic and Social Review Volume 45, No. 2 (Winter 2007), pp. 155-166 TESTING WAGNER S LAW FOR PAKISTAN: 1972-2004 HAFEEZ UR REHMAN, IMTIAZ AHMED and MASOOD SARWAR AWAN* Abstract. This paper

More information

The Demand for Money in Mexico i

The Demand for Money in Mexico i American Journal of Economics 2014, 4(2A): 73-80 DOI: 10.5923/s.economics.201401.06 The Demand for Money in Mexico i Raul Ibarra Banco de México, Direccion General de Investigacion Economica, Av. 5 de

More information

Dynamics and Information Transmission between Stock Index and Stock Index Futures in China

Dynamics and Information Transmission between Stock Index and Stock Index Futures in China 2015 International Conference on Management Science & Engineering (22 th ) October 19-22, 2015 Dubai, United Arab Emirates Dynamics and Information Transmission between Stock Index and Stock Index Futures

More information

Spending for Growth: An Empirical Evidence of Thailand

Spending for Growth: An Empirical Evidence of Thailand Applied Economics Journal 17 (2): 27-44 Copyright 2010 Center for Applied Economics Research ISSN 0858-9291 Spending for Growth: An Empirical Evidence of Thailand Jirawat Jaroensathapornkul* School of

More information

The Effects of Public Debt on Economic Growth and Gross Investment in India: An Empirical Evidence

The Effects of Public Debt on Economic Growth and Gross Investment in India: An Empirical Evidence Volume 8, Issue 1, July 2015 The Effects of Public Debt on Economic Growth and Gross Investment in India: An Empirical Evidence Amanpreet Kaur Research Scholar, Punjab School of Economics, GNDU, Amritsar,

More information

The Relationship between Consumer Price Index and Producer Price Index in China

The Relationship between Consumer Price Index and Producer Price Index in China Southern Illinois University Carbondale OpenSIUC Research Papers Graduate School Winter 12-15-2017 The Relationship between Consumer Price Index and Producer Price Index in China binbin shen sbinbin1217@siu.edu

More information