Predictability in finance

Size: px
Start display at page:

Download "Predictability in finance"

Transcription

1 Predictability in finance Two techniques to discuss predicability Variance ratios in the time dimension (Lo-MacKinlay)x Construction of implementable trading strategies

2 Predictability, Autocorrelation and related topics In this lecture the focus is on dependencies in stock returns. The question is the possibility of forecastability of stock returns (or prices). As a background of this question recall the Fama [1970] overview of market efficiency. He defined his weak-form efficiency as saying that we could not use information in past prices to forecast expected future returns better than the market. Note that to make this statement precise we need to specify what we mean by the market expected return. Hence a discovery of dependencies in stock return may not contradict market efficiency if this dependency is reflecting changing expectations about future returns, we can only reject specific models of future expectations. Most of the literature in this area tends to be technical in nature, using econometric time series analysis.

3 Random walks The random walk hypothesis in its various forms is one of the oldest paradigms in finance, and has been tested in a large number of ways. Summarized: Can future prices be predicted on the basis of past prices only? Question: Is the possibility of forecasting future prices evidence of inefficiency in itself? No, because to some degree we can forecast returns: Basic assumption of finance: Riskier stocks have higher expected returns. Thus, the question should not be whether we can predict returns/prices, but whether we can predict the unexpected part of future returns: r t+k E t [r t+k ]

4 The Lo MacKinlay variance Ratio statistics Look at Lo and MacKinlay [1988] (LM) in detail. Idea is to generate a robust estimator of short term dependence (autocorrelation). Assumption about returns: Random Walk hypothesis E[P t ] = ap t 1 Take logs, X t = ln (P t ) X t = µ + X t 1 + ɛ t

5 Basis for test statistic: Estimated variance is linear in the sampling interval. Example: iid normal observations (ɛ t = N(0, σ 2 )). Define σ 2 a = 1 2n σ 2 b = 1 2n 2n t=1 (X t X t 1 µ) 2 n (X 2t X 2t 2 µ) 2 t=1 ( σ 2 a is sampled at double the frequency of σ 2 b )

6 Can show: the asymptotic variance of σ 2 b is twice that of σ2 a. 2n 2 ( σ a σ0 2 ) D N(0, 2σ 4 0 ) 2n 2 ( σ b σ0 2 ) D N(0, 4σ 4 0 ) The test statistic relies on the difference of these two, J r = σ2 b σ 2 a 1 This is a ratio of two variances, hence a variance ratio test. Limiting distribution of J t : 2nJr D N(0, 2) Test statistic: sample equivalents of J r.

7 Are modifications of iid examples to account for possible heteroskedastic and dependent error terms. The statistics used in the paper are ˆM r (q), the variance ratio, ˆM r (q) a.s. 0 z (q), which measures the significance of any deviation of ˆM r (q)from its expected value, z (q) D N(0, 1)

8 Doing Lo Mackinlay tests Let us look at some examples of running the Lo and MacKinlay (1988) test.

9 Calculate the Lo-MacKinlay(1988) variance ratio tests for daily and monthly return for Norwegian stock market indices for the post 1980 period.

10 library(zoo) DailyData <- read.zoo("../../../data/norway/stock_market_in header=true,sep=";",format="%y%m%d"); MonthlyData <- read.zoo("../../../data/norway/stock_market_ header=true,sep=";",format="%y%m%d" library(vrtest) Lo.Mac(DailyData$EW,c(2,5,10,25)) Lo.Mac(MonthlyData$EW,c(2,5,10,25))

11 > Lo.Mac(DailyData$EW,c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

12 > Lo.Mac(MonthlyData$EW,c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

13 Calculate the Lo-MacKinlay(1988) variance ratio tests for daily returns for the following Norwegian stocks. Norsk Hydro Sydvaranger Yara Use lags 2, 5,10, 25

14 library(zoo) SRets <- read.zoo("../../../data/norway/ose_individual_stoc header=true,skip=2,sep=","); NHY <- na.omit(srets$norsk.hydro) SYD <- na.omit(srets$sydvaranger) Yara <- na.omit(srets$yara) library(vrtest) Lo.Mac(NHY,c(2,5,10,25)) Lo.Mac(SYD,c(2,5,10,25)) Lo.Mac(Yara,c(2,5,10,25))

15 Results in the following > Lo.Mac(NHY,c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

16 > Lo.Mac(SYD,c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

17 > Lo.Mac(Yara,c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

18 Calculate the Lo-MacKinlay(1988) variance ratio tests for log differences of daily exchange rates. The exchange rates are against NOK CAD USD DKK SEK GBP Use lags 2, 5,10, 25

19 library(zoo) cur <- read.zoo("../../../data/exchange_rates/valutakurser_ header=true,format="%m/%d/%y",sep=",") library(vrtest) CAD <- na.omit(cur$cad) Lo.Mac(as.matrix(diff(log(CAD))),c(2,5,10,25)) USD <- na.omit(cur$usd) Lo.Mac(as.matrix(diff(log(USD))),c(2,5,10,25)) DKK <- na.omit(cur$dkk) Lo.Mac(as.matrix(diff(log(DKK))),c(2,5,10,25)) SEK <- na.omit(cur$sek) Lo.Mac(as.matrix(diff(log(SEK))),c(2,5,10,25)) GBP <- na.omit(cur$gbp) Lo.Mac(as.matrix(diff(log(GBP))),c(2,5,10,25))

20 > Lo.Mac(as.matrix(diff(log(CAD))),c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

21 > Lo.Mac(as.matrix(diff(log(USD))),c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

22 > Lo.Mac(as.matrix(diff(log(DKK))),c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

23 > Lo.Mac(as.matrix(diff(log(SEK))),c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

24 > Lo.Mac(as.matrix(diff(log(GBP))),c(2,5,10,25)) $Stats M1 M2 k= k= k= k=

25 Trading Strategies Have shown existence of positive autocorrelation in index returns, cross-correlations in stocks. Also find other predictable variation in cross-sectional asset returns. predictability in short-horizon returns. Important question: Does predictability have any economic significance? One way to ask that question: Does the predictability affect trading decisions?

26 Trading strategies Construct trading strategies in terms of a plan for buying and selling stocks based on current & past price behaviour to try to measure economic importance of predictability, or: Can we make a million in the stock market? How do we construct a portfolio?

27 Example: Lehmann [1990]. Given N securities over T periods. Period t: buy ω it k dollars of security i. Some strategies that have been investigated: Buy winners & sell losers (price continuation) Buy losers & sell winners (price reversals) Strategy: Reversals Choose ω it k > 0 if last return was negative Choose ω it k < 0 if last return was positive

28 Let R it k be return on asset i in period t k, and R t k be the average return in period t k. Can write strategy as ω it k > 0 if R it k < R t k or R it k R t k < 0 ω it k > 0 if R it k > R t k or R it k R t k > 0 If we also want to buy more of the worst losers, make weights proportional to returns ω it k = (R it k R t k ) This is what Lehmann does.

29 His strategy of re-balancing the portfolio every week has a very high profit. If he investest 100 in winners and 100 in losers, get average semiannual profits less transaction costs of Conclude: Construct portfolios in a way that seem feasible, generate large profits. Sign of market inefficiency? Open question, Again: large literature, good fight.

30 Eugene F Fama. Efficient capital markets: A review of theory and empirical work. Journal of Finance, 25: , Bruce N Lehmann. Fads, martingales and market efficiency. Quarterly Journal of Economics, 105:1 28, February Andrew W Lo and A Craig MacKinlay. Stock market returns do not follow random walks: Evidence from a simple specification test. Review of Financial Studies, 1:41 60, 1988.

Predictability/Trading strategies

Predictability/Trading strategies Predictability/Trading strategies Bernt Arne Ødegaard 6 June 2018 Contents 1 Introduction 1 2 Predictability, Autocorrelation and related topics. 1 3 Random walks 2 4 Short-term dependence. 3 5 Tests based

More information

Risky asset valuation and the efficient market hypothesis

Risky asset valuation and the efficient market hypothesis Risky asset valuation and the efficient market hypothesis IGIDR, Bombay May 13, 2011 Pricing risky assets Principle of asset pricing: Net Present Value Every asset is a set of cashflow, maturity (C i,

More information

Testing for efficient markets

Testing for efficient markets IGIDR, Bombay May 17, 2011 What is market efficiency? A market is efficient if prices contain all information about the value of a stock. An attempt at a more precise definition: an efficient market is

More information

Mean GMM. Standard error

Mean GMM. Standard error Table 1 Simple Wavelet Analysis for stocks in the S&P 500 Index as of December 31 st 1998 ^ Shapiro- GMM Normality 6 0.9664 0.00281 11.36 4.14 55 7 0.9790 0.00300 56.58 31.69 45 8 0.9689 0.00319 403.49

More information

A Non-Random Walk Down Wall Street

A Non-Random Walk Down Wall Street A Non-Random Walk Down Wall Street Andrew W. Lo A. Craig MacKinlay Princeton University Press Princeton, New Jersey list of Figures List of Tables Preface xiii xv xxi 1 Introduction 3 1.1 The Random Walk

More information

Financial Econometrics and Volatility Models Return Predictability

Financial Econometrics and Volatility Models Return Predictability Financial Econometrics and Volatility Models Return Predictability Eric Zivot March 31, 2010 1 Lecture Outline Market Efficiency The Forms of the Random Walk Hypothesis Testing the Random Walk Hypothesis

More information

High Frequency Autocorrelation in the Returns of the SPY and the QQQ. Scott Davis* January 21, Abstract

High Frequency Autocorrelation in the Returns of the SPY and the QQQ. Scott Davis* January 21, Abstract High Frequency Autocorrelation in the Returns of the SPY and the QQQ Scott Davis* January 21, 2004 Abstract In this paper I test the random walk hypothesis for high frequency stock market returns of two

More information

Serial Persistence and Risk Structure of Local Housing Market

Serial Persistence and Risk Structure of Local Housing Market Serial Persistence and Risk Structure of Local Housing Market A paper presented in the 17th Pacific Rim Real Estate Society Conference, Gold Coast, Australia, 17-19 January 2011 * Contact Author: Dr Song

More information

Efficiency in the Australian Stock Market, : A Note on Extreme Long-Run Random Walk Behaviour

Efficiency in the Australian Stock Market, : A Note on Extreme Long-Run Random Walk Behaviour University of Wollongong Research Online Faculty of Commerce - Papers (Archive) Faculty of Business 2006 Efficiency in the Australian Stock Market, 1875-2006: A Note on Extreme Long-Run Random Walk Behaviour

More information

Study of the Weak-form Efficient Market Hypothesis

Study of the Weak-form Efficient Market Hypothesis Bachelor s Thesis in Financial Economics Study of the Weak-form Efficient Market Hypothesis Evidence from the Chinese Stock Market Authors: John Hang Nadja Grochevaia Supervisor: Charles Nadeau Department

More information

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Jae H. Kim Department of Econometrics and Business Statistics Monash University, Caulfield East, VIC 3145, Australia

More information

Blame the Discount Factor No Matter What the Fundamentals Are

Blame the Discount Factor No Matter What the Fundamentals Are Blame the Discount Factor No Matter What the Fundamentals Are Anna Naszodi 1 Engel and West (2005) argue that the discount factor, provided it is high enough, can be blamed for the failure of the empirical

More information

Lecture 5. Predictability. Traditional Views of Market Efficiency ( )

Lecture 5. Predictability. Traditional Views of Market Efficiency ( ) Lecture 5 Predictability Traditional Views of Market Efficiency (1960-1970) CAPM is a good measure of risk Returns are close to unpredictable (a) Stock, bond and foreign exchange changes are not predictable

More information

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Yifan Li 1,2 Ingmar Nolte 1 Sandra Nolte 1 1 Lancaster University 2 University of Manchester 4th Konstanz - Lancaster Workshop on

More information

Empirical Evidence. r Mt r ft e i. now do second-pass regression (cross-sectional with N 100): r i r f γ 0 γ 1 b i u i

Empirical Evidence. r Mt r ft e i. now do second-pass regression (cross-sectional with N 100): r i r f γ 0 γ 1 b i u i Empirical Evidence (Text reference: Chapter 10) Tests of single factor CAPM/APT Roll s critique Tests of multifactor CAPM/APT The debate over anomalies Time varying volatility The equity premium puzzle

More information

VARIANCE-RATIO TEST OF RANDOM WALKS IN AGRICULTURAL COMMODITY FUTURES MARKETS IN INDIA

VARIANCE-RATIO TEST OF RANDOM WALKS IN AGRICULTURAL COMMODITY FUTURES MARKETS IN INDIA I J A B E R, Vol. 11, No. 2, (2013): 299-305 VARIANCE-RATIO TEST OF RANDOM WALKS IN AGRICULTURAL COMMODITY FUTURES MARKETS IN INDIA * Anver Sadath, C. and ** Sumalatha, B. S. Abstract: In this paper, we

More information

Lecture 6: Non Normal Distributions

Lecture 6: Non Normal Distributions Lecture 6: Non Normal Distributions and their Uses in GARCH Modelling Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Non-normalities in (standardized) residuals from asset return

More information

Financial Economics. Runs Test

Financial Economics. Runs Test Test A simple statistical test of the random-walk theory is a runs test. For daily data, a run is defined as a sequence of days in which the stock price changes in the same direction. For example, consider

More information

Financial Returns: Stylized Features and Statistical Models

Financial Returns: Stylized Features and Statistical Models Financial Returns: Stylized Features and Statistical Models Qiwei Yao Department of Statistics London School of Economics q.yao@lse.ac.uk p.1 Definitions of returns Empirical evidence: daily prices in

More information

Mean Reversion in Asset Returns and Time Non-Separable Preferences

Mean Reversion in Asset Returns and Time Non-Separable Preferences Mean Reversion in Asset Returns and Time Non-Separable Preferences Petr Zemčík CERGE-EI April 2005 1 Mean Reversion Equity returns display negative serial correlation at horizons longer than one year.

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

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

Applied Macro Finance

Applied Macro Finance Master in Money and Finance Goethe University Frankfurt Week 2: Factor models and the cross-section of stock returns Fall 2012/2013 Please note the disclaimer on the last page Announcements Next week (30

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

EFFICIENT MARKETS HYPOTHESIS

EFFICIENT MARKETS HYPOTHESIS EFFICIENT MARKETS HYPOTHESIS when economists speak of capital markets as being efficient, they usually consider asset prices and returns as being determined as the outcome of supply and demand in a competitive

More information

ABSTRACT JEL: G12, G13, G14, G15. KEYWORDS: Emerging Markets, Variance Ratio Test, Wild Bootstrap, Conditional Heteroskedasticity.

ABSTRACT JEL: G12, G13, G14, G15. KEYWORDS: Emerging Markets, Variance Ratio Test, Wild Bootstrap, Conditional Heteroskedasticity. GLOBAL JOURNAL OF BUSINESS RESEARCH VOLUME 7 NUMBER 4 2013 THE EFFICIENCY OF EMERGING STOCK MARKETS: EVIDENCE FROM ASIA AND AFRICA Abdelmoneim Youssef, University of Rome tor Vergata Giuseppe Galloppo,

More information

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 6. Volatility Models and (Ref. Joel Hasbrouck - Empirical Market Microstructure ) Steve Yang Stevens Institute of Technology 10/02/2012 Outline 1 Volatility

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

RE-EXAMINE THE WEAK FORM MARKET EFFICIENCY

RE-EXAMINE THE WEAK FORM MARKET EFFICIENCY International Journal of Economics, Commerce and Management United Kingdom Vol. V, Issue 6, June 07 http://ijecm.co.uk/ ISSN 348 0386 RE-EXAMINE THE WEAK FORM MARKET EFFICIENCY THE CASE OF AMMAN STOCK

More information

The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They?

The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They? The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They? Massimiliano Marzo and Paolo Zagaglia This version: January 6, 29 Preliminary: comments

More information

ECON FINANCIAL ECONOMICS

ECON FINANCIAL ECONOMICS ECON 337901 FINANCIAL ECONOMICS Peter Ireland Boston College Fall 2017 These lecture notes by Peter Ireland are licensed under a Creative Commons Attribution-NonCommerical-ShareAlike 4.0 International

More information

ECON FINANCIAL ECONOMICS

ECON FINANCIAL ECONOMICS ECON 337901 FINANCIAL ECONOMICS Peter Ireland Boston College Spring 2018 These lecture notes by Peter Ireland are licensed under a Creative Commons Attribution-NonCommerical-ShareAlike 4.0 International

More information

2.4 STATISTICAL FOUNDATIONS

2.4 STATISTICAL FOUNDATIONS 2.4 STATISTICAL FOUNDATIONS Characteristics of Return Distributions Moments of Return Distribution Correlation Standard Deviation & Variance Test for Normality of Distributions Time Series Return Volatility

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 Predictability Characteristics and Profitability of Price Momentum Strategies: A New Approach

The Predictability Characteristics and Profitability of Price Momentum Strategies: A New Approach The Predictability Characteristics and Profitability of Price Momentum Strategies: A ew Approach Prodosh Eugene Simlai University of orth Dakota We suggest a flexible method to study the dynamic effect

More information

Weak Form Efficiency of Gold Prices in the Indian Market

Weak Form Efficiency of Gold Prices in the Indian Market Weak Form Efficiency of Gold Prices in the Indian Market Nikeeta Gupta Assistant Professor Public College Samana, Patiala Dr. Ravi Singla Assistant Professor University School of Applied Management, Punjabi

More information

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3 Washington University Fall 2001 Department of Economics James Morley Economics 487 Project Proposal due Monday 10/22 Final Project due Monday 12/3 For this project, you will analyze the behaviour of 10

More information

1.1 Interest rates Time value of money

1.1 Interest rates Time value of money Lecture 1 Pre- Derivatives Basics Stocks and bonds are referred to as underlying basic assets in financial markets. Nowadays, more and more derivatives are constructed and traded whose payoffs depend on

More information

Market Efficiency and Microstructure Evolution in U.S. Equity Markets: A High-Frequency Perspective

Market Efficiency and Microstructure Evolution in U.S. Equity Markets: A High-Frequency Perspective Market Efficiency and Microstructure Evolution in U.S. Equity Markets: A High-Frequency Perspective Jeff Castura, Robert Litzenberger, Richard Gorelick, Yogesh Dwivedi RGM Advisors, LLC August 30, 2010

More information

Unexpected volatility and intraday serial correlation

Unexpected volatility and intraday serial correlation Unexpected volatility and intraday serial correlation arxiv:physics/0610023v1 [physics.soc-ph] 3 Oct 2006 Simone Bianco Center for Nonlinear Science, University of North Texas P.O. Box 311427, Denton,

More information

The Efficient Market Hypothesis Testing on the Prague Stock Exchange

The Efficient Market Hypothesis Testing on the Prague Stock Exchange The Efficient Market ypothesis Testing on the Prague Stock Exchange Miloslav Vošvrda, Jan Filacek, Marek Kapicka * Abstract: This article attempts to answer the question, to what extent can the Czech Capital

More information

Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1

Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1 Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1 Data sets used in the following sections can be downloaded from http://faculty.chicagogsb.edu/ruey.tsay/teaching/fts/ Exercise Sheet

More information

Sampling and sampling distribution

Sampling and sampling distribution Sampling and sampling distribution September 12, 2017 STAT 101 Class 5 Slide 1 Outline of Topics 1 Sampling 2 Sampling distribution of a mean 3 Sampling distribution of a proportion STAT 101 Class 5 Slide

More information

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Université de Montréal Rapport de recherche Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Rédigé par : Imhof, Adolfo Dirigé par : Kalnina, Ilze Département

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

Information Share. Bernt Arne Ødegaard 29 May 2018

Information Share. Bernt Arne Ødegaard 29 May 2018 Information Share Bernt Arne Ødegaard 29 May 2018 Contents 1 Information Share, or, measuring the importance of different markets 1 1.1 Setup................................................... 1 1.2 Information

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Testing for Weak Form Efficiency of Stock Markets

Testing for Weak Form Efficiency of Stock Markets Testing for Weak Form Efficiency of Stock Markets Jonathan B. Hill 1 Kaiji Motegi 2 1 University of North Carolina at Chapel Hill 2 Kobe University The 3rd Annual International Conference on Applied Econometrics

More information

10/7 Chapter 10 Measuring Exposure to FX Changes

10/7 Chapter 10 Measuring Exposure to FX Changes Rauli Susmel Dept. of Finance Univ. of Houston FINA 4360 International Financial Management 10/7 Chapter 10 Measuring Exposure to FX Changes Three areas of FX exposure - Transaction exposure: associated

More information

Discussion Paper No. DP 07/02

Discussion Paper No. DP 07/02 SCHOOL OF ACCOUNTING, FINANCE AND MANAGEMENT Essex Finance Centre Can the Cross-Section Variation in Expected Stock Returns Explain Momentum George Bulkley University of Exeter Vivekanand Nawosah University

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 4. Cross-Sectional Models and Trading Strategies Steve Yang Stevens Institute of Technology 09/26/2013 Outline 1 Cross-Sectional Methods for Evaluation of Factor

More information

TESTING THE EXPECTATIONS HYPOTHESIS ON CORPORATE BOND YIELDS. Samih Antoine Azar *

TESTING THE EXPECTATIONS HYPOTHESIS ON CORPORATE BOND YIELDS. Samih Antoine Azar * RAE REVIEW OF APPLIED ECONOMICS Vol., No. 1-2, (January-December 2010) TESTING THE EXPECTATIONS HYPOTHESIS ON CORPORATE BOND YIELDS Samih Antoine Azar * Abstract: This paper has the purpose of testing

More information

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration Stochastic Models Statistics Walt Pohl Universität Zürich Department of Business Administration February 28, 2013 The Value of Statistics Business people tend to underestimate the value of statistics.

More information

Stock Price Behavior. Stock Price Behavior

Stock Price Behavior. Stock Price Behavior Major Topics Statistical Properties Volatility Cross-Country Relationships Business Cycle Behavior Page 1 Statistical Behavior Previously examined from theoretical point the issue: To what extent can the

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

Time Series Residual Momentum

Time Series Residual Momentum Discussion Paper No. 38 Time Series Residual Momentum Hongwei Chuang March, 2015 Data Science and Service Research Discussion Paper Center for Data Science and Service Research Graduate School of Economic

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

GENERATION OF STANDARD NORMAL RANDOM NUMBERS. Naveen Kumar Boiroju and M. Krishna Reddy

GENERATION OF STANDARD NORMAL RANDOM NUMBERS. Naveen Kumar Boiroju and M. Krishna Reddy GENERATION OF STANDARD NORMAL RANDOM NUMBERS Naveen Kumar Boiroju and M. Krishna Reddy Department of Statistics, Osmania University, Hyderabad- 500 007, INDIA Email: nanibyrozu@gmail.com, reddymk54@gmail.com

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

Temporary movements in stock prices

Temporary movements in stock prices Temporary movements in stock prices Jonathan Lewellen MIT Sloan School of Management 50 Memorial Drive E52-436, Cambridge, MA 02142 (617) 258-8408 lewellen@mit.edu First draft: August 2000 Current version:

More information

TESTING WEAK-FORM MARKET EFFICIENCY OF DHAKA STOCK EXCHANGE: A TIME SERIES ANALYSIS

TESTING WEAK-FORM MARKET EFFICIENCY OF DHAKA STOCK EXCHANGE: A TIME SERIES ANALYSIS TESTING WEAK-FORM MARKET EFFICIENCY OF DHAKA STOCK EXCHANGE: A TIME SERIES ANALYSIS Idris Ali, MD. Kamrujjaman & Mynudden Zikria Bahar ABSTRACT This paper endeavors to determine whether Dhaka Stock Market

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

Behavioral Finance 1-1. Chapter 4 Challenges to Market Efficiency

Behavioral Finance 1-1. Chapter 4 Challenges to Market Efficiency Behavioral Finance 1-1 Chapter 4 Challenges to Market Efficiency 1 Introduction 1-2 Early tests of market efficiency were largely positive However, more recent empirical evidence has uncovered a series

More information

Test of Capital Market Efficiency Theory in the Nigerian Capital Market

Test of Capital Market Efficiency Theory in the Nigerian Capital Market Test of Capital Market Efficiency Theory in the Nigerian Capital Market OGUNDINA, John Ayodele Department of Accounting and Finance Lagos State University, Ojo, Lagos, Nigeria. E mail:ayodelejohayo@yahoo.com:

More information

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models Indian Institute of Management Calcutta Working Paper Series WPS No. 797 March 2017 Implied Volatility and Predictability of GARCH Models Vivek Rajvanshi Assistant Professor, Indian Institute of Management

More information

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models The Financial Review 37 (2002) 93--104 Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models Mohammad Najand Old Dominion University Abstract The study examines the relative ability

More information

Threshold cointegration and nonlinear adjustment between stock prices and dividends

Threshold cointegration and nonlinear adjustment between stock prices and dividends Applied Economics Letters, 2010, 17, 405 410 Threshold cointegration and nonlinear adjustment between stock prices and dividends Vicente Esteve a, * and Marı a A. Prats b a Departmento de Economia Aplicada

More information

An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach

An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach Hossein Asgharian and Björn Hansson Department of Economics, Lund University Box 7082 S-22007 Lund, Sweden

More information

Keywords Akiake Information criterion, Automobile, Bonus-Malus, Exponential family, Linear regression, Residuals, Scaled deviance. I.

Keywords Akiake Information criterion, Automobile, Bonus-Malus, Exponential family, Linear regression, Residuals, Scaled deviance. I. Application of the Generalized Linear Models in Actuarial Framework BY MURWAN H. M. A. SIDDIG School of Mathematics, Faculty of Engineering Physical Science, The University of Manchester, Oxford Road,

More information

18.440: Lecture 32 Strong law of large numbers and Jensen s inequality

18.440: Lecture 32 Strong law of large numbers and Jensen s inequality 18.440: Lecture 32 Strong law of large numbers and Jensen s inequality Scott Sheffield MIT 1 Outline A story about Pedro Strong law of large numbers Jensen s inequality 2 Outline A story about Pedro Strong

More information

Washington University Fall Economics 487

Washington University Fall Economics 487 Washington University Fall 2009 Department of Economics James Morley Economics 487 Project Proposal due Tuesday 11/10 Final Project due Wednesday 12/9 (by 5:00pm) (20% penalty per day if the project is

More information

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

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

More information

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

More information

Testing Out-of-Sample Portfolio Performance

Testing Out-of-Sample Portfolio Performance Testing Out-of-Sample Portfolio Performance Ekaterina Kazak 1 Winfried Pohlmeier 2 1 University of Konstanz, GSDS 2 University of Konstanz, CoFE, RCEA Econometric Research in Finance Workshop 2017 SGH

More information

Event Study. Dr. Qiwei Chen

Event Study. Dr. Qiwei Chen Event Study Dr. Qiwei Chen Event Study Analysis Definition: An event study attempts to measure the valuation effects of an economic event, such as a merger or earnings announcement, by examining the response

More information

Basics. STAT:5400 Computing in Statistics Simulation studies in statistics Lecture 9 September 21, 2016

Basics. STAT:5400 Computing in Statistics Simulation studies in statistics Lecture 9 September 21, 2016 STAT:5400 Computing in Statistics Simulation studies in statistics Lecture 9 September 21, 2016 Based on a lecture by Marie Davidian for ST 810A - Spring 2005 Preparation for Statistical Research North

More information

Lecture 37 Sections 11.1, 11.2, Mon, Mar 31, Hampden-Sydney College. Independent Samples: Comparing Means. Robb T. Koether.

Lecture 37 Sections 11.1, 11.2, Mon, Mar 31, Hampden-Sydney College. Independent Samples: Comparing Means. Robb T. Koether. : : Lecture 37 Sections 11.1, 11.2, 11.4 Hampden-Sydney College Mon, Mar 31, 2008 Outline : 1 2 3 4 5 : When two samples are taken from two different populations, they may be taken independently or not

More information

Financial Engineering. Craig Pirrong Spring, 2006

Financial Engineering. Craig Pirrong Spring, 2006 Financial Engineering Craig Pirrong Spring, 2006 March 8, 2006 1 Levy Processes Geometric Brownian Motion is very tractible, and captures some salient features of speculative price dynamics, but it is

More information

Lecture 5: Univariate Volatility

Lecture 5: Univariate Volatility Lecture 5: Univariate Volatility Modellig, ARCH and GARCH Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Stepwise Distribution Modeling Approach Three Key Facts to Remember Volatility

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

Information Share, or, measuring the importance of different markets

Information Share, or, measuring the importance of different markets Information Share, or, measuring the importance of different markets The Information Share concerns ways of measuing which market place is most important in price discovery. It is attributed to?. It is

More information

MASTER IN FINANCE MASTER S FINAL WORK DISSERTATION PORTUGUESE STOCK MARKET GONÇALO FILIPE RODRIGUES ALVES TESTING THE RANDOM WALK HYPOTHESIS IN THE

MASTER IN FINANCE MASTER S FINAL WORK DISSERTATION PORTUGUESE STOCK MARKET GONÇALO FILIPE RODRIGUES ALVES TESTING THE RANDOM WALK HYPOTHESIS IN THE MASTER IN FINANCE MASTER S FINAL WORK DISSERTATION TESTING THE RANDOM WALK HYPOTHESIS IN THE PORTUGUESE STOCK MARKET GONÇALO FILIPE RODRIGUES ALVES OCTOBER-2015 MASTER IN FINANCE MASTER S FINAL WORK DISSERTATION

More information

Lecture 39 Section 11.5

Lecture 39 Section 11.5 on Lecture 39 Section 11.5 Hampden-Sydney College Mon, Nov 10, 2008 Outline 1 on 2 3 on 4 on Exercise 11.27, page 715. A researcher was interested in comparing body weights for two strains of laboratory

More information

The Relationship between Earning, Dividend, Stock Price and Stock Return: Evidence from Iranian Companies

The Relationship between Earning, Dividend, Stock Price and Stock Return: Evidence from Iranian Companies 20 International Conference on Humanities, Society and Culture IPEDR Vol.20 (20) (20) IACSIT Press, Singapore The Relationship between Earning, Dividend, Stock Price and Stock Return: Evidence from Iranian

More information

Foundations of Asset Pricing

Foundations of Asset Pricing Foundations of Asset Pricing C Preliminaries C Mean-Variance Portfolio Choice C Basic of the Capital Asset Pricing Model C Static Asset Pricing Models C Information and Asset Pricing C Valuation in Complete

More information

GDP, Share Prices, and Share Returns: Australian and New Zealand Evidence

GDP, Share Prices, and Share Returns: Australian and New Zealand Evidence Journal of Money, Investment and Banking ISSN 1450-288X Issue 5 (2008) EuroJournals Publishing, Inc. 2008 http://www.eurojournals.com/finance.htm GDP, Share Prices, and Share Returns: Australian and New

More information

Module 6 Portfolio risk and return

Module 6 Portfolio risk and return Module 6 Portfolio risk and return Prepared by Pamela Peterson Drake, Ph.D., CFA 1. Overview Security analysts and portfolio managers are concerned about an investment s return, its risk, and whether it

More information

Testing for Weak Form Market Efficiency in Indian Foreign Exchange Makret

Testing for Weak Form Market Efficiency in Indian Foreign Exchange Makret University of Hyderabad, India From the SelectedWorks of Anoop Sasikumar August, 011 Testing for Weak Form Market Efficiency in Indian Foreign Exchange Makret Anoop Sasikumar Available at: https://works.bepress.com/anoop_sasikumar/1/

More information

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1 THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS Pierre Giot 1 May 2002 Abstract In this paper we compare the incremental information content of lagged implied volatility

More information

Relations between Prices, Dividends and Returns. Present Value Relations (Ch7inCampbell et al.) Thesimplereturn:

Relations between Prices, Dividends and Returns. Present Value Relations (Ch7inCampbell et al.) Thesimplereturn: Present Value Relations (Ch7inCampbell et al.) Consider asset prices instead of returns. Predictability of stock returns at long horizons: There is weak evidence of predictability when the return history

More information

University of Toronto Financial Econometrics, ECO2411. Course Outline

University of Toronto Financial Econometrics, ECO2411. Course Outline University of Toronto Financial Econometrics, ECO2411 Course Outline John M. Maheu 2006 Office: 5024 (100 St. George St.), K244 (UTM) Office Hours: T2-4, or by appointment Phone: 416-978-1495 (100 St.

More information

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

Lecture 3: Forecasting interest rates

Lecture 3: Forecasting interest rates Lecture 3: Forecasting interest rates Prof. Massimo Guidolin Advanced Financial Econometrics III Winter/Spring 2017 Overview The key point One open puzzle Cointegration approaches to forecasting interest

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Lecture 3: Return vs Risk: Mean-Variance Analysis

Lecture 3: Return vs Risk: Mean-Variance Analysis Lecture 3: Return vs Risk: Mean-Variance Analysis 3.1 Basics We will discuss an important trade-off between return (or reward) as measured by expected return or mean of the return and risk as measured

More information

Purchasing Power Parity: Reasons for Deviations of the Ruble from PPP

Purchasing Power Parity: Reasons for Deviations of the Ruble from PPP Purchasing Power Parity: Reasons for Deviations of the Ruble from PPP Anton A Cheremukhin Published in Russian: 17 January 2005, This Summary: 16 October 2005 Abstract This paper aims at testing of the

More information

Portfolio Theory Forward Testing

Portfolio Theory Forward Testing Advances in Management & Applied Economics, vol. 3, no.3, 2013, 225-244 ISSN: 1792-7544 (print version), 1792-7552(online) Scienpress Ltd, 2013 Portfolio Theory Forward Testing Marcus Davidsson 1 Abstract

More information

Is there a significant connection between commodity prices and exchange rates?

Is there a significant connection between commodity prices and exchange rates? Is there a significant connection between commodity prices and exchange rates? Preliminary Thesis Report Study programme: MSc in Business w/ Major in Finance Supervisor: Håkon Tretvoll Table of content

More information