General-to-Specific (GETS) Modelling and Indicator Saturation with the R Package gets (version 0.4)

Size: px
Start display at page:

Download "General-to-Specific (GETS) Modelling and Indicator Saturation with the R Package gets (version 0.4)"

Transcription

1 General-to-Specific (GETS) Modelling and Indicator Saturation with the R Package gets (version 0.4) Genaro Sucarrat Department of Economics BI Norwegian Business School Forskermøtet 2016 (NTNU, Trondheim) 4 January 2016 Joint with: Felix Pretis (Oxford) and James Reade (Univ. of Reading)

2 Prelude: Homepage: The paper is available there ++ (slides, forum and more) How to use R? Default IDE: Comes with R RStudio IDE (very popular): R Commander (a GUI): In this presentation I will use RStudio Why R? Tremendously powerful, versatile and democratic Enormous user-community (7700+ CRAN packages, 1100 on Bioconductor, on Github, ++) All CRAN and Bioconductor packages are checked and have user-manuals Open source and free Available on all operating systems, and via the cloud

3 The R package gets provides GETS modelling of the mean of a regression: y t = β 1x 1t + + β k x kt + ɛ t, ɛ t = σ tz t, z t iid(0, 1) 2...GETS modelling of the (log-)variance of a regression: ln σ 2 t = α 1w 1t + + α l w lt 3...detection and tests for breaks w/indicator Saturation (IS) methods The main functions of the gets package: 1 arx: Estimation of AR-X model with (optionally) log-arch-x errors 2 getsm: Automated GETS modelling of mean specification 3 getsv: Automated GETS modelling of variance specification 4 isat: Automated GETS modelling of an indicator saturated mean specification

4 Automated multi-path GETS modelling software: Sucarrat (November 2011): AutoSEARCH. An R package available from the CRAN. Multi-path, single-round, GETS modelling of both the mean and variance specifications. Based on code developed for Sucarrat and Escribano (2012): Automated Model Selection in Finance..., Ox.Bull.Econ.Stat. 74, pp Sucarrat (October 2014): gets. An R package available on the CRAN. More user-friendly and faster than AutoSEARCH, and contains more features (e.g. indicator saturation methods) Hoover and Perez (1999): MATLAB code. Only 10 paths, not user-friendly and no help-system OxMetrics (commercial): Hendry and Krolzig (2001): PcGets. Multi-path, multi-round, additional features Doornik (2009): Autometrics. Multi-branch, multi-round, additional features

5 Why AutoSEARCH/gets?: PcGets/Autometrics models the mean: y t = φ 0 + r φr yt r + s ηsx m s,t + ɛ t, ɛ t = σ tz t, z t iid(0, 1) In my research, I was interested in GETS modelling of the log-variance: ln σ 2 t = α 0 + p αp ln ɛ2 t p + d δ dx v d,t PcGets/Autometrics achieves this by modelling the AR-X representation: ln ɛ 2 t = φ 0 + P p=1 αp ln ɛ2 t p + D d=1 δ dx v d,t + u t, u t iid(0, σ 2 u), where φ 0 = α 0 + E(ln z 2 t ) and u t = ln z 2 t E(ln z 2 t ), see e.g. Bauwens and Sucarrat (2010): General to Specific Modelling of Exchange Rate Volatility: A Forecast Evaluation, Int.J.Forecasting 26, pp Problems: Uncorrelated and homoscedastic residuals û t does not imply uncorrelated and homoscedastic standardised residuals ẑ t, and likelihood-based comparisons with other models should preferrably be undertaken in terms of the likelihood of ɛ t rather than of û t This led to Sucarrat and Escribano (2012): Automated Model Selection in Finance..., Ox.Bull.Econ.Stat. 74, pp

6 Does anyone use gets/autosearch? AutoSEARCH: Downloads per week from 0 cloud (RStudio)

7 Four main ingredients of GETS modelling: Backwards elimination (along multiple paths) Regressor significance testing (individual and joint) Diagnostics testing Information criteria GETS modelling in 3 steps: 1: Formulate a General Unrestricted Model (GUM) that passes the chosen diagnostics tests 2: Backwards eliminiation of insignificant regressors along multiple paths while at each regressor removal: a) Test for joint insignificance and b) Check the diagnostics 3: Choose the best terminal model according to an information criterion

8 Example: The starting model (i.e. the GUM): y t = β 1 x 1t + β 2 x 2t + β 3 x 3t + ɛ t [p val] [0.07] [0.02] [0.26] P-values of two-sided t-tests in square brackets If we choose a 5% significance level, then deletion along two paths (i.e. a maximum of two distinct terminal models) If we start by deleting x 1t, then the second model in the first path becomes y t = β 2 x 2t + β 3 x 3t + ɛ t [p val] [0.00] [0.22] Next, deleting x 3t gives y t = β 2 x 2t + ɛ t, [p val] [0.00] i.e. the terminal model of path 1 (the deletion path is given by x 1t, x 3t)

9 Example (cont.): Recall the starting model (i.e. the GUM): y t = β 1 x 1t + β 2 x 2t + β 3 x 3t + ɛ t [p val] [0.07] [0.02] [0.26] If we now start by deleting x 3t, then we obtain i.e. the terminal model of path 2 Summarised: y t = β 1 x 1t + β 2 x 2t + ɛ t [0.03] [0.00] Path 1 = {x 1t, x 3t} with Terminal model = {x 2t} Path 2 = {x 3t} with Terminal model = {x 1t, x 2t} The final model: The one with smallest value on the chosen information criterion, e.g. Schwarz (1978)

10 Model selection properties of GETS modelling: k rel : Number of relevant variables k irr : Number of irrelevant variables E( k irr /k irr ) α: The irrelevance proportion or gauge equals the significance level α E( k rel /k rel ) 1: The relevance proportion or potency The (L)DGP is contained in the final model with probability 1 The irrelevance proportion (i.e. gauge) is closely related to the Per Comparison Error Rate (PCER). Recall: PCER = E [ kirr /(k rel + k irr )] The gauge and potency can be viewed as a more detailed (and more intuitive) characterisation of the False Discovery Rate (FDR). Recall: FDR = E [ kirr /( k irr + k rel )] How well does GETS modelling do compared with other model selection algorithms in terms of the relevance and irrelevance proportions? Very well! Studies show that it generally does better than step-wise methods Studies show that it generally beats the LASSO/shrinkage methods

11 Selected reading: Hendry and Richard (1982): On the Formulation of Empirical Models in Dynamic Econometrics, Journal of Econometrics Mizon (1995): Progressive Modeling of Macroeconomic Time Series: The LSE Methodology, in Hoover (ed.) Macroeconometrics. Developments, Tensions and Prospects, Kluwer Academic Publishers Hoover and Perez (1999): Data Mining Reconsidered: Encompassing and the General-to-Specific Approach to Specification Search, Econometrics Journal Hendry and Krolzig (1999): Improving on Data Mining Reconsidered by K.D. Hoover and S.J. Perez, Econometrics Journal Campos, Ericsson and Hendry (eds.) (2005): General-to-Specific Modeling. Volumes 1 and 2. Edward Elgar Publishing Hendry, Johansen and Santos Hendry et al. (2007): Automatic selection of indicators in a fully saturated regression, Computational Statistics Sucarrat and Escribano (2012): Automated Model Selection in Finance: General-to-Specific Modelling of the Mean and Volatility Specifications, Oxford Bulletin of Economics and Statistics Hendry and Doornik (2014): Empirical Model Discovery and Theory Evaluation. The MIT Press

12 Outline: arx: Estimation of AR-X model with (optionally) log-arch-x errors getsm: GETS modelling of mean specification getsv: GETS modelling of (log)variance specification isat: GETS modelling of an indicator saturated mean specification LaTeX: Generating LaTeX code with the xtable package Exporting results to EViews and Stata Future versions

13 arx: Estimation

14 The AR-X model with log-arch-x errors is given by y t = φ 0 + r φ r y t r + s η sx m s,t + ɛ t, ɛ t = σ tz t, z t iid(0, 1) ln σ 2 t = α 0 + p α p ln ɛ 2 t p + d δ d x v d,t Example of arx: set.seed(123) y <- arima.sim(list(ar=0.4), 100) mod01 <- arx(y, ar=1) Let us make things more interesting... mx <- matrix(rnorm(100*5), 100, 5) mod02 <- arx(y, mc=true, ar=1:2, mxreg=mx) mod03 <- arx(y, mc=true, ar=1:2, mxreg=mx, arch=1:3, asym=1, vxreg=log(mx ˆ2), vcov.type="white") Extraction functions: coef, fitted, loglik, plot, print, recursive, residuals, summary, vcov

15 getsm: Modelling the mean

16 Usage of getsm: Apply on arx object Examples: getsm02 <- getsm(mod02) getsm02b <- getsm(mod02, t.pval=0.01, wald.pval=0.01) getsm02c <- getsm(mod02, keep=1) All arguments of getsm function (w/defaults): t.pval = 0.05, wald.pval = 0.05, do.pet = TRUE, ar.ljungb = list(lag = NULL, pval = 0.025), arch.ljungb = list(lag = NULL, pval = 0.025), normality.jarqueb = NULL, info.method = c("sc", "aic", "hq"), keep = NULL, include.gum = FALSE, include.empty = FALSE, max.regs = NULL, zero.adj = NULL, vc.adj = NULL, verbose = TRUE, print.searchinfo = TRUE, estimate.specific = TRUE, plot = TRUE, alarm = FALSE Extraction functions: coef, fitted, loglik, paths, plot, print, recursive, residuals, summary, terminals, vcov

17 getsv: Modelling the variance

18 Usage of getsv: Apply on arx object Examples: getsv03 <- getsv(mod03) getsv03b <- getsv(mod03, t.pval=0.1, wald.pval=0.1) getsv03c <- getsv(mod03, keep=1:4) All arguments of getsv function (w/defaults): keep = c(1), t.pval = 0.05, do.pet = TRUE, wald.pval = 0.05, ar.ljungb = list(lag = NULL, pval = 0.025), arch.ljungb = list(lag = NULL, pval = 0.025), info.method = c("sc", "aic", "hq"), include.empty = FALSE, zero.adj = NULL, vc.adj = NULL, tol = NULL, LAPACK = NULL, max.regs = 1e+05, verbose = TRUE, alarm = FALSE Extraction functions (same as those of getsm): coef, fitted, loglik, paths, plot, print, recursive, residuals, summary, terminals, vcov

19 isat: Indicator Saturation

20 Prelude to Saturation: Recall: A step-indicator for observation t {1, 2,..., T } is given by 1 {t t } = 1 if t t and 0 if t < t, t = 1, 2,..., T Advantages with the step-indicator approach to location-shifts: Computationally simple Empirically, many shifts are of a step-nature/non-smooth Logistic Smooth Transition Term (LSTT) terms can be written as a sum of step-shifts: LSTT = = t exp [ b(t t )], b > 0, a t1 {t t }, a t (0, 1) A series {y t} with a break in the deterministic trend can be represented by step-shifts in its difference, i.e. in y t Outliers or impulses can be represented by a pair of subsequent step-indicators. That is: 1 {t=t } = 1 {t t } 1 {t t +1}

21 Prelude to Saturation (cont.): Consider the following DGP: y t = ɛ t for t = 1,..., 30 and y t = 4 + ɛ t for t = 31,..., 100, ɛ t N(0, 1): y <- rnorm(100) y[1:30] <- y[1:30] + 4 Let us do GETS modelling with 20 step-indicators as regressors, covering the period t = 20,..., 40: mysteps <- sim(y) blockofsteps <- mysteps[,19:39] mod04 <- arx(y, mc=true, mxreg=blockofsteps) getsm(mod04) Saturation: The whole sample T is divided into blocks/subsets of indicators, and GETS modelling is undertaken on each block and/or block combination Divide the T indicators into blocks and do GETS on each block Take the union of the final models and do GETS anew

22 isat function: GETS modelling of an indicator saturated mean specification Indicators: Impulses, steps (default), trends Joint with Felix Pretis, Univ. of Oxford, and James Reade, Univ. of Reading Specification (an AR-X w/indicators): y t = φ 0 + r φ r y t r + s η sx m s,t + indicators + ɛ t, Example of isat w/step Indicator Saturation (SIS): The annual flow of the river Nile at Ashwan data(nile) plot(nile, xlab="year", ylab="annual flow") nilemod <- isat(nile, ar=1:2, sis=true, t.pval=0.01) Extraction functions (same as those of getsm): coef, fitted, loglik, paths, plot, print, recursive, residuals, summary, terminals, vcov

23 LaTeX

24 Generating LaTeX code: The objects returned by arx, getsm, getsv and isat are lists To obtain the names of the entries of these lists, use the summary command (or names). Example: summary(mod04) The estimation results are stored in data frames named, respectively: mean.results, variance.results and diagnostics These can readily be converted into LaTeX code with the package xtable. Example: library(xtable) print( xtable(mod04$mean.results) ) Similarly for the log-variance results and the diagnostics: print( xtable(mod04$variance.results) ) print( xtable(mod04$diagnostics.results) ) To control the number of printed digits, use the digits argument of the xtable function

25 EViews and Stata

26 Most popular commercial econometric softwares: EViews and Stata None of these provide GETS modelling capabilities To facilitate GETS modelling for EViews and Stata users, we have created two functions: eviews and stata These can be applied on arx, gets and isat objects. Example: eviews(nilemod) Similarly for Stata: stata(nilemod) The data-export feature is most likely to be useful in concjunction with isat

27 Future versions

28 Future versions: More options and features Further speed improvements

29 Thanks!

30 These slides are available at:

31 References: Bauwens, L. and G. Sucarrat (2010). General to Specific Modelling of Exchange Rate Volatility: A Forecast Evaluation. International Journal of Forecasting 26, Campos, J., D. F. Hendry, and N. R. Ericsson (Eds.) (2005). General-to-Specific Modeling. Volumes 1 and 2. Cheltenham: Edward Elgar Publishing. Doornik, J. (2009). Autometrics. In J. L. Castle and N. Shephard (Eds.), The Methodology and Practice of Econometrics: A Festschrift in Honour of David F. Hendry, pp Oxford: Oxford University Press. Hendry, D. F. and J. Doornik (2014). Empirical Model Discovery and Theory Evaluation. London: The MIT Press. Hendry, D. F., S. Johansen, and C. Santos (2007). Automatic selection of indicators in a fully saturated regression. Computational Statistics 20, DOI /s z. Hendry, D. F. and H.-M. Krolzig (1999). Improving on Data Mining Reconsidered by K.D. Hoover and S.J. Perez. Econometrics Journal 2, Hendry, D. F. and H.-M. Krolzig (2001). Automatic Econometric Model Selection using PcGets. London: Timberlake Consultants Press. Hendry, D. F. and J.-F. Richard (1982). On the Formulation of Empirical Models in Dynamic Econometrics. Journal of Econometrics 20, Hoover, K. D. and S. J. Perez (1999). Data Mining Reconsidered: Encompassing and the General-to-Specific Approach to Specification Search. Econometrics Journal 2, Dataset and code: Mizon, G. (1995). Progressive Modeling of Macroeconomic Time Series: The LSE Methodology. In K. D. Hoover (Ed.), Macroeconometrics. Developments, Tensions and Prospects, pp Kluwer Academic Publishers. Schwarz, G. (1978). Estimating the Dimension of a Model. The Annals of Statistics 6, Sucarrat, G. (2011). AutoSEARCH: An R Package for Automated Financial Modelling. Sucarrat, G. (2014). gets: General-to-Specific (GETS) Model Selection. R package version Sucarrat, G. and Á. Escribano (2012). Automated Model Selection in Finance: General-to-Specific Modelling of the Mean and Volatility Specifications. Oxford Bulletin of Economics and Statistics 74,

Multi-Path General-to-Specific Modelling with OxMetrics

Multi-Path General-to-Specific Modelling with OxMetrics Multi-Path General-to-Specific Modelling with OxMetrics Genaro Sucarrat (Department of Economics, UC3M) http://www.eco.uc3m.es/sucarrat/ 1 April 2009 (Corrected for errata 22 November 2010) Outline: 1.

More information

WHAT MOVES THE LABOR FORCE PARTICIPATION RATE?

WHAT MOVES THE LABOR FORCE PARTICIPATION RATE? WHAT MOVES THE LABOR FORCE PARTICIPATION RATE? DAVID H. BERNSTEIN Abstract. The seasonally adjusted civilian labor force participation rate, the sum of employed and unemployed persons as a percentage of

More information

2 Comparing model selection techniques for linear regression: LASSO and Autometrics

2 Comparing model selection techniques for linear regression: LASSO and Autometrics Comparing model selection techniques for linear regression: LASSO and Autometrics 10 2 Comparing model selection techniques for linear regression: LASSO and Autometrics 2.1. Introduction Several strategies

More information

Forecast Combination

Forecast Combination Forecast Combination In the press, you will hear about Blue Chip Average Forecast and Consensus Forecast These are the averages of the forecasts of distinct professional forecasters. Is there merit to

More information

Econometric Methods for Valuation Analysis

Econometric Methods for Valuation Analysis Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, 2017 1 / 25 Outline We will consider econometric

More information

GENERAL TO SPECIFIC MODELLING OF EXCHANGE RATE VOLATILITY: A FORECAST EVALUATION

GENERAL TO SPECIFIC MODELLING OF EXCHANGE RATE VOLATILITY: A FORECAST EVALUATION GENERAL TO SPECIFIC MODELLING OF EXCHANGE RATE VOLATILITY: A FORECAST EVALUATION Luc BAUWENS and Genaro SUCARRAT 1 September 2006 Abstract The general-to-specific (GETS) methodology is widely employed

More information

The Asset Pricing Model of Exchange Rate and its Test on Survey Data

The Asset Pricing Model of Exchange Rate and its Test on Survey Data Discussion of Anna Naszodi s paper: The Asset Pricing Model of Exchange Rate and its Test on Survey Data Discussant: Genaro Sucarrat Department of Economics Universidad Carlos III de Madrid http://www.eco.uc3m.es/sucarrat/index.html

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

More information

Financial Econometrics: Problem Set # 3 Solutions

Financial Econometrics: Problem Set # 3 Solutions Financial Econometrics: Problem Set # 3 Solutions N Vera Chau The University of Chicago: Booth February 9, 219 1 a. You can generate the returns using the exact same strategy as given in problem 2 below.

More information

ESTIMATING MONEY DEMAND FUNCTION OF BANGLADESH

ESTIMATING MONEY DEMAND FUNCTION OF BANGLADESH BRAC University Journal, vol. VIII, no. 1&2, 2011, pp. 31-36 ESTIMATING MONEY DEMAND FUNCTION OF BANGLADESH Md. Habibul Alam Miah Department of Economics Asian University of Bangladesh, Uttara, Dhaka Email:

More information

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Agricultural and Applied Economics 637 Applied Econometrics II

Agricultural and Applied Economics 637 Applied Econometrics II Agricultural and Applied Economics 637 Applied Econometrics II Assignment I Using Search Algorithms to Determine Optimal Parameter Values in Nonlinear Regression Models (Due: February 3, 2015) (Note: Make

More information

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R**

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** *National Coordinator (M&E), National Agricultural Innovation Project (NAIP), Krishi

More information

Assessing Model Stability Using Recursive Estimation and Recursive Residuals

Assessing Model Stability Using Recursive Estimation and Recursive Residuals Assessing Model Stability Using Recursive Estimation and Recursive Residuals Our forecasting procedure cannot be expected to produce good forecasts if the forecasting model that we constructed was stable

More information

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay The EGARCH model Asymmetry in responses to + & returns: g(ɛ t ) = θɛ t + γ[ ɛ t E( ɛ t )], with E[g(ɛ t )] = 0. To see asymmetry

More information

Discussion Paper No. DP 07/05

Discussion Paper No. DP 07/05 SCHOOL OF ACCOUNTING, FINANCE AND MANAGEMENT Essex Finance Centre A Stochastic Variance Factor Model for Large Datasets and an Application to S&P data A. Cipollini University of Essex G. Kapetanios Queen

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations Stan Stilger June 6, 1 Fouque and Tullie use importance sampling for variance reduction in stochastic volatility simulations.

More information

Models with Time-varying Mean and Variance: A Robust Analysis of U.S. Industrial Production

Models with Time-varying Mean and Variance: A Robust Analysis of U.S. Industrial Production Models with Time-varying Mean and Variance: A Robust Analysis of U.S. Industrial Production Charles S. Bos and Siem Jan Koopman Department of Econometrics, VU University Amsterdam, & Tinbergen Institute,

More information

A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US

A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US A. Journal. Bis. Stus. 5(3):01-12, May 2015 An online Journal of G -Science Implementation & Publication, website: www.gscience.net A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US H. HUSAIN

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

Testing the Stability of Demand for Money in Tonga

Testing the Stability of Demand for Money in Tonga MPRA Munich Personal RePEc Archive Testing the Stability of Demand for Money in Tonga Saten Kumar and Billy Manoka University of the South Pacific, University of Papua New Guinea 12. June 2008 Online at

More information

Relationship between Inflation and Unemployment in India: Vector Error Correction Model Approach

Relationship between Inflation and Unemployment in India: Vector Error Correction Model Approach Relationship between Inflation and Unemployment in India: Vector Error Correction Model Approach Anup Sinha 1 Assam University Abstract The purpose of this study is to investigate the relationship between

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Lecture 5a: ARCH Models

Lecture 5a: ARCH Models Lecture 5a: ARCH Models 1 2 Big Picture 1. We use ARMA model for the conditional mean 2. We use ARCH model for the conditional variance 3. ARMA and ARCH model can be used together to describe both conditional

More information

Interest rate models and Solvency II

Interest rate models and Solvency II www.nr.no Outline Desired properties of interest rate models in a Solvency II setting. A review of three well-known interest rate models A real example from a Norwegian insurance company 2 Interest rate

More information

ARE EXPORTS AND IMPORTS COINTEGRATED? EVIDENCE FROM NINE MENA COUNTRIES* HUSEIN, Jamal ** Abstract

ARE EXPORTS AND IMPORTS COINTEGRATED? EVIDENCE FROM NINE MENA COUNTRIES* HUSEIN, Jamal ** Abstract ARE EXPORTS AND IMPORTS COINTEGRATED? EVIDENCE FROM NINE MENA COUNTRIES* HUSEIN, Jamal ** Abstract The aim of this article is to examine the long-run convergence (cointegration) between exports and imports

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

A Threshold Multivariate Model to Explain Fiscal Multipliers with Government Debt

A Threshold Multivariate Model to Explain Fiscal Multipliers with Government Debt Econometric Research in Finance Vol. 4 27 A Threshold Multivariate Model to Explain Fiscal Multipliers with Government Debt Leonardo Augusto Tariffi University of Barcelona, Department of Economics Submitted:

More information

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p 57) #4.1, 4., 4.3 Week (pp 58-6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15-19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9-31) #.,.6,.9 Week 4 (pp 36-37)

More information

Week 7 Quantitative Analysis of Financial Markets Simulation Methods

Week 7 Quantitative Analysis of Financial Markets Simulation Methods Week 7 Quantitative Analysis of Financial Markets Simulation Methods Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 November

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

Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University

Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University June 21, 2006 Abstract Oxford University was invited to participate in the Econometric Game organised

More information

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Department of Quantitative Economics, Switzerland david.ardia@unifr.ch R/Rmetrics User and Developer Workshop, Meielisalp,

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

The Long-Run Determinants of UK Wages,

The Long-Run Determinants of UK Wages, The Long-Run Determinants of UK Wages, 1860 2004 Jennifer L. Castle and David F. Hendry Economics Department, Oxford University, U.K. April 25, 2008 Abstract As it is almost 50 years since Phillips (1958),

More information

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model Analyzing Oil Futures with a Dynamic Nelson-Siegel Model NIELS STRANGE HANSEN & ASGER LUNDE DEPARTMENT OF ECONOMICS AND BUSINESS, BUSINESS AND SOCIAL SCIENCES, AARHUS UNIVERSITY AND CENTER FOR RESEARCH

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

Example 1 of econometric analysis: the Market Model

Example 1 of econometric analysis: the Market Model Example 1 of econometric analysis: the Market Model IGIDR, Bombay 14 November, 2008 The Market Model Investors want an equation predicting the return from investing in alternative securities. Return is

More information

Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks

Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks Yongli Wang University of Leicester Econometric Research in Finance Workshop on 15 September 2017 SGH Warsaw School

More information

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Package Note: We use fgarch to estimate most volatility models, but will discuss the package rugarch later, which can be used

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

An Empirical Study on the Determinants of Dollarization in Cambodia *

An Empirical Study on the Determinants of Dollarization in Cambodia * An Empirical Study on the Determinants of Dollarization in Cambodia * Socheat CHIM Graduate School of Economics, Osaka University 1-7 Machikaneyama, Toyonaka, Osaka, 560-0043, Japan E-mail: chimsocheat3@yahoo.com

More information

When are prediction market prices most informative?

When are prediction market prices most informative? When are prediction market prices most informative? Alasdair Brown University of East Anglia J. James Reade University of Reading May 21, 2018 Leighton Vaughan Williams Nottingham Business School Abstract

More information

Backtesting Trading Book Models

Backtesting Trading Book Models Backtesting Trading Book Models Using Estimates of VaR Expected Shortfall and Realized p-values Alexander J. McNeil 1 1 Heriot-Watt University Edinburgh ETH Risk Day 11 September 2015 AJM (HWU) Backtesting

More information

Equity Price Dynamics Before and After the Introduction of the Euro: A Note*

Equity Price Dynamics Before and After the Introduction of the Euro: A Note* Equity Price Dynamics Before and After the Introduction of the Euro: A Note* Yin-Wong Cheung University of California, U.S.A. Frank Westermann University of Munich, Germany Daily data from the German and

More information

Time series: Variance modelling

Time series: Variance modelling Time series: Variance modelling Bernt Arne Ødegaard 5 October 018 Contents 1 Motivation 1 1.1 Variance clustering.......................... 1 1. Relation to heteroskedasticity.................... 3 1.3

More information

Regression and Simulation

Regression and Simulation Regression and Simulation This is an introductory R session, so it may go slowly if you have never used R before. Do not be discouraged. A great way to learn a new language like this is to plunge right

More information

1 Roy model: Chiswick (1978) and Borjas (1987)

1 Roy model: Chiswick (1978) and Borjas (1987) 14.662, Spring 2015: Problem Set 3 Due Wednesday 22 April (before class) Heidi L. Williams TA: Peter Hull 1 Roy model: Chiswick (1978) and Borjas (1987) Chiswick (1978) is interested in estimating regressions

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

Volume 29, Issue 2. A note on finance, inflation, and economic growth

Volume 29, Issue 2. A note on finance, inflation, and economic growth Volume 29, Issue 2 A note on finance, inflation, and economic growth Daniel Giedeman Grand Valley State University Ryan Compton University of Manitoba Abstract This paper examines the impact of inflation

More information

Demand for Money in China with Currency Substitution: Evidence from the Recent Data

Demand for Money in China with Currency Substitution: Evidence from the Recent Data Modern Economy, 2017, 8, 484-493 http://www.scirp.org/journal/me ISSN Online: 2152-7261 ISSN Print: 2152-7245 Demand for Money in China with Currency Substitution: Evidence from the Recent Data Yongqing

More information

Identification and Estimation of Dynamic Games when Players Belief Are Not in Equilibrium

Identification and Estimation of Dynamic Games when Players Belief Are Not in Equilibrium Identification and Estimation of Dynamic Games when Players Belief Are Not in Equilibrium A Short Review of Aguirregabiria and Magesan (2010) January 25, 2012 1 / 18 Dynamics of the game Two players, {i,

More information

GARCH Models. Instructor: G. William Schwert

GARCH Models. Instructor: G. William Schwert APS 425 Fall 2015 GARCH Models Instructor: G. William Schwert 585-275-2470 schwert@schwert.ssb.rochester.edu Autocorrelated Heteroskedasticity Suppose you have regression residuals Mean = 0, not autocorrelated

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (34 pts) Answer briefly the following questions. Each question has

More information

Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005

Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005 Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005 Xinhong Lu, Koichi Maekawa, Ken-ichi Kawai July 2006 Abstract This paper attempts

More information

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis WenShwo Fang Department of Economics Feng Chia University 100 WenHwa Road, Taichung, TAIWAN Stephen M. Miller* College of Business University

More information

Economics Bulletin, 2013, Vol. 33 No. 3 pp

Economics Bulletin, 2013, Vol. 33 No. 3 pp 1. Introduction In an attempt to facilitate faster economic growth through greater economic cooperation and free trade, the last four decades have witnessed the formation of major trading blocs and memberships

More information

An Implementation of Markov Regime Switching GARCH Models in Matlab

An Implementation of Markov Regime Switching GARCH Models in Matlab An Implementation of Markov Regime Switching GARCH Models in Matlab Thomas Chuffart Aix-Marseille University (Aix-Marseille School of Economics), CNRS & EHESS Abstract MSGtool is a MATLAB toolbox which

More information

Forecast Evaluation of Explanatory Models of Financial Variability Forthcoming in Economics The Open-Access, Open-Assessment E-Journal

Forecast Evaluation of Explanatory Models of Financial Variability Forthcoming in Economics The Open-Access, Open-Assessment E-Journal Forecast Evaluation of Explanatory Models of Financial Variability Forthcoming in Economics The Open-Access, Open-Assessment E-Journal Genaro Sucarrat 3 March 2009 Abstract A practice that has become widespread

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Money Market Uncertainty and Retail Interest Rate Fluctuations: A Cross-Country Comparison

Money Market Uncertainty and Retail Interest Rate Fluctuations: A Cross-Country Comparison DEPARTMENT OF ECONOMICS JOHANNES KEPLER UNIVERSITY LINZ Money Market Uncertainty and Retail Interest Rate Fluctuations: A Cross-Country Comparison by Burkhard Raunig and Johann Scharler* Working Paper

More information

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms Discrete Dynamics in Nature and Society Volume 2009, Article ID 743685, 9 pages doi:10.1155/2009/743685 Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and

More information

EXCHANGE RATE VOLATILITY AND THE MIXTURE OF DISTRIBUTION HYPOTHESIS. Luc Bauwens Dagfinn Rime Genaro Sucarrat

EXCHANGE RATE VOLATILITY AND THE MIXTURE OF DISTRIBUTION HYPOTHESIS. Luc Bauwens Dagfinn Rime Genaro Sucarrat EXCHANGE RATE VOLATILITY AND THE MIXTURE OF DISTRIBUTION HYPOTHESIS Luc Bauwens Dagfinn Rime Genaro Sucarrat 30 January 2005 Abstract This paper sheds new light on the mixture of distribution hypothesis

More information

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza Volume 9, Issue Measuring the external risk in the United Kingdom Estela Sáenz University of Zaragoza María Dolores Gadea University of Zaragoza Marcela Sabaté University of Zaragoza Abstract This paper

More information

Package semsfa. April 21, 2018

Package semsfa. April 21, 2018 Type Package Package semsfa April 21, 2018 Title Semiparametric Estimation of Stochastic Frontier Models Version 1.1 Date 2018-04-18 Author Giancarlo Ferrara and Francesco Vidoli Maintainer Giancarlo Ferrara

More information

Package FADA. May 20, 2016

Package FADA. May 20, 2016 Type Package Package FADA May 20, 2016 Title Variable Selection for Supervised Classification in High Dimension Version 1.3.2 Date 2016-05-12 Author Emeline Perthame (INRIA, Grenoble, France), Chloe Friguet

More information

Chapter 4 Level of Volatility in the Indian Stock Market

Chapter 4 Level of Volatility in the Indian Stock Market Chapter 4 Level of Volatility in the Indian Stock Market Measurement of volatility is an important issue in financial econometrics. The main reason for the prominent role that volatility plays in financial

More information

The Kalman Filter Approach for Estimating the Natural Unemployment Rate in Romania

The Kalman Filter Approach for Estimating the Natural Unemployment Rate in Romania ACTA UNIVERSITATIS DANUBIUS Vol 10, no 1, 2014 The Kalman Filter Approach for Estimating the Natural Unemployment Rate in Romania Mihaela Simionescu 1 Abstract: The aim of this research is to determine

More information

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book.

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book. Simulation Methods Chapter 13 of Chris Brook s Book Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 April 26, 2017 Christopher

More information

Financial Econometrics Review Session Notes 4

Financial Econometrics Review Session Notes 4 Financial Econometrics Review Session Notes 4 February 1, 2011 Contents 1 Historical Volatility 2 2 Exponential Smoothing 3 3 ARCH and GARCH models 5 1 In this review session, we will use the daily S&P

More information

Modeling the volatility of FTSE All Share Index Returns

Modeling the volatility of FTSE All Share Index Returns MPRA Munich Personal RePEc Archive Modeling the volatility of FTSE All Share Index Returns Bayraci, Selcuk University of Exeter, Yeditepe University 27. April 2007 Online at http://mpra.ub.uni-muenchen.de/28095/

More information

Effects of skewness and kurtosis on model selection criteria

Effects of skewness and kurtosis on model selection criteria Economics Letters 59 (1998) 17 Effects of skewness and kurtosis on model selection criteria * Sıdıka Başçı, Asad Zaman Department of Economics, Bilkent University, 06533, Bilkent, Ankara, Turkey Received

More information

Exchange Rate Regime Classification with Structural Change Methods

Exchange Rate Regime Classification with Structural Change Methods Exchange Rate Regime Classification with Structural Change Methods Achim Zeileis Ajay Shah Ila Patnaik http://statmath.wu-wien.ac.at/ zeileis/ Overview Exchange rate regimes What is the new Chinese exchange

More information

Natural Hazards and Regional Economic Growth

Natural Hazards and Regional Economic Growth Institute of Public Finance, University of Innsbruck alps-centre for Natural Hazard Management supported by DRAFT August 17, 2006 Agenda 1 Situation 2 Literature overview Theortical model 3 Data Results

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

competition for a country s exports at the global scene. Thus, in this situation, a successful real devaluation 2 can improve and enhance export earni

competition for a country s exports at the global scene. Thus, in this situation, a successful real devaluation 2 can improve and enhance export earni Estimating Export Equations for Developing Countries Sanjesh Kumar * The paper uses annual time series data to estimate the price and income elasticities of export demand for three developing countries

More information

Forecasting jumps in conditional volatility The GARCH-IE model

Forecasting jumps in conditional volatility The GARCH-IE model Forecasting jumps in conditional volatility The GARCH-IE model Philip Hans Franses and Marco van der Leij Econometric Institute Erasmus University Rotterdam e-mail: franses@few.eur.nl 1 Outline of presentation

More information

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Alisdair McKay Boston University June 2013 Microeconomic evidence on insurance - Consumption responds to idiosyncratic

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

Financial Time Series and Their Characterictics

Financial Time Series and Their Characterictics Financial Time Series and Their Characterictics Mei-Yuan Chen Department of Finance National Chung Hsing University Feb. 22, 2013 Contents 1 Introduction 1 1.1 Asset Returns..............................

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 2 Oil Price Uncertainty As noted in the Preface, the relationship between the price of oil and the level of economic activity is a fundamental empirical issue in macroeconomics.

More information

Exchange Rate Regime Classification with Structural Change Methods

Exchange Rate Regime Classification with Structural Change Methods Exchange Rate Regime Classification with Structural Change Methods Achim Zeileis Ajay Shah Ila Patnaik http://statmath.wu-wien.ac.at/ zeileis/ Overview Exchange rate regimes What is the new Chinese exchange

More information

Lecture on advanced volatility models

Lecture on advanced volatility models FMS161/MASM18 Financial Statistics Stochastic Volatility (SV) Let r t be a stochastic process. The log returns (observed) are given by (Taylor, 1982) r t = exp(v t /2)z t. The volatility V t is a hidden

More information

Lecture 7: Bayesian approach to MAB - Gittins index

Lecture 7: Bayesian approach to MAB - Gittins index Advanced Topics in Machine Learning and Algorithmic Game Theory Lecture 7: Bayesian approach to MAB - Gittins index Lecturer: Yishay Mansour Scribe: Mariano Schain 7.1 Introduction In the Bayesian approach

More information

Variance clustering. Two motivations, volatility clustering, and implied volatility

Variance clustering. Two motivations, volatility clustering, and implied volatility Variance modelling The simplest assumption for time series is that variance is constant. Unfortunately that assumption is often violated in actual data. In this lecture we look at the implications of time

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

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods EC316a: Advanced Scientific Computation, Fall 2003 Notes Section 4 Discrete time, continuous state dynamic models: solution methods We consider now solution methods for discrete time models in which decisions

More information

Technical Appendix: Policy Uncertainty and Aggregate Fluctuations.

Technical Appendix: Policy Uncertainty and Aggregate Fluctuations. Technical Appendix: Policy Uncertainty and Aggregate Fluctuations. Haroon Mumtaz Paolo Surico July 18, 2017 1 The Gibbs sampling algorithm Prior Distributions and starting values Consider the model to

More information

STATE UNIVERSITY OF NEW YORK AT ALBANY Department of Economics. Ph. D. Comprehensive Examination: Macroeconomics Spring, 2009

STATE UNIVERSITY OF NEW YORK AT ALBANY Department of Economics. Ph. D. Comprehensive Examination: Macroeconomics Spring, 2009 STATE UNIVERSITY OF NEW YORK AT ALBANY Department of Economics Ph. D. Comprehensive Examination: Macroeconomics Spring, 2009 Section 1. (Suggested Time: 45 Minutes) For 3 of the following 6 statements,

More information

Demand Effects and Speculation in Oil Markets: Theory and Evidence

Demand Effects and Speculation in Oil Markets: Theory and Evidence Demand Effects and Speculation in Oil Markets: Theory and Evidence Eyal Dvir (BC) and Ken Rogoff (Harvard) IMF - OxCarre Conference, March 2013 Introduction Is there a long-run stable relationship between

More information

Short & Long Run impact of volatility on the effect monetary shocks

Short & Long Run impact of volatility on the effect monetary shocks Short & Long Run impact of volatility on the effect monetary shocks Fernando Alvarez University of Chicago & NBER Inflation: Drivers & Dynamics Conference 218 Cleveland Fed Alvarez Volatility & Monetary

More information

The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp

The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp. 351-359 351 Bootstrapping the Small Sample Critical Values of the Rescaled Range Statistic* MARWAN IZZELDIN

More information

Not All Oil Price Shocks Are Alike: A Neoclassical Perspective

Not All Oil Price Shocks Are Alike: A Neoclassical Perspective Not All Oil Price Shocks Are Alike: A Neoclassical Perspective Vipin Arora Pedro Gomis-Porqueras Junsang Lee U.S. EIA Deakin Univ. SKKU December 16, 2013 GRIPS Junsang Lee (SKKU) Oil Price Dynamics in

More information

Exchange Rate Volatility: Effect on Turkish Tourism Incomes. Ali Rıza Aktaş, Burhan Özkan. Akdeniz University, Antalya, Turkey.

Exchange Rate Volatility: Effect on Turkish Tourism Incomes. Ali Rıza Aktaş, Burhan Özkan. Akdeniz University, Antalya, Turkey. Management Studies, August 2014, Vol. 2, No. 8, 493-499 doi: 10.17265/2328-2185/2014.08.001 D DAVID PUBLISHING Exchange Rate Volatility: Effect on Turkish Tourism Incomes Ali Rıza Aktaş, Burhan Özkan Akdeniz

More information

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu October

More information