Hidden Markov Models for Financial Market Predictions

Size: px
Start display at page:

Download "Hidden Markov Models for Financial Market Predictions"

Transcription

1 Hidden Markov Models for Financial Market Predictions Department of Mathematics and Statistics Youngstown State University Central Spring Sectional Meeting, Michigan State University, March 15

2 1 Introduction of HMMs 2 HMMs for economics regimes 3 HMMs for stock prices 4 HMM for stock sections

3 History of HMMs Introduced in 1966 by Baum and Petrie Baum and his colleagues published HMM training for a single observation, 1970 Levonson, Rabiner, and Sondhi presented HMM training for multiple independent observations, 1983 Li, Parizeau, and Plamondo introduced HMM traning for multiple observations, 2000

4 What is a Hidden Markov Model? Hidden Markov Model (HMM): stochastic signal model with three assumptions: The observation at time t, O t, was generated by some process whose state, S t, is hidden. The hidden process satisfies the first-order Markov property: given S t 1, S t is independent of S i for any i < t 1. The hidden state variable is discrete.

5 Some applications of HMMs Figure : 1. Speech recognition 2. Bioinformatics 3. Finance

6 Elements of HMM Observation data, O = (O t ), t = 1,.., T Hidden states, S = (S i ), i = 1, 2,..., N Hidden state sequence: Q = (q t ), t = 1,..., T Transition matrix A = (a ij ) a ij = P(q t = S j q t 1 = S i ), i, j = 1, 2,..., N Observation symbols per state, V = (v k ), k = 1, 2,..., M The observation probability B = (b ik ) b ik = P(O t = v k q t = S i ), i = 1, 2,..., N; k = 1, 2,..., M Initial probabilities, vector p, of being in state S i at t = 1 p i = P(q 1 = S i ), i = 1, 2,..., N

7 Hidden Markov Model S1 a11 S1 a12 b1(ot) a21 S2 a22 S2 Ot b2(ot) Ot+1 t t+1 Parameters of HMM: λ = {A, B, p}

8 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ)

9 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ) Forward, backward algorithm

10 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ) Forward, backward algorithm 2 Given (O, λ), simulate the most likely hidden states, Q

11 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ) Forward, backward algorithm 2 Given (O, λ), simulate the most likely hidden states, Q Viterbi algorithm

12 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ) Forward, backward algorithm 2 Given (O, λ), simulate the most likely hidden states, Q Viterbi algorithm 3 Given O, calibrate HMM parameters, λ

13 Three problems and corresponding solutions for HMMs 1 Given (O, λ), compute the probability of observations, P(O λ) Forward, backward algorithm 2 Given (O, λ), simulate the most likely hidden states, Q Viterbi algorithm 3 Given O, calibrate HMM parameters, λ Baum-Welch algorithm

14 Forward Algorithm Define the joint probability α t (i) = P(O 1, O 2,..., O t, q t = S i λ) S i t (i) t-1 t

15 Forward algorithm Initialization, α 1 (i) = p i b i (O 1 ) for i = 1,..., N For t = 2, 3,..., T, for j = 1,..., N [ N α t (j) = i=1 α t 1 (i)a ij ]b j (O t ), P(O λ) = N i=1 α T (i)

16 Backward Algorithm Define the conditional probability β t (j) = P(O t+1, O t+2,.., O T q t = S j, λ), for j = 1,..., N S j t+1 (j) t+1 t+2

17 Backward Algorithm Algorithm Initialization, β T (i) = 1 for i = 1,..., N For t = T 1, T 2,..., 1, for i = 1,..., N β t (i) = N a ij b j (O t+1 )β t+1 (j) j=1 P(O λ) = N i=1 p ib i (O 1 )β 1 (i)

18 Forecast economics regimes using HMM 1 Inflation (CPI) 2 Credit Index 3 Yield Curve 4 Commodity 5 Dow Jones Industrial Average HMM assumptions: There are two states represent Bull and Bear market. The observation corresponding with each state follows a normal distribution.

19 Training and Predicting Process Using the variables above: Use HMM for single and multiple observation data with normal distributions. Calibrate Markov-switching model parameters using Baum-Welch algorithm Define state or regime 2 with lower mean/variance Use the obtained parameters to predict the corresponding states (regimes), predict the upcoming regime.

20 Results HMM Bear Market (monthly 5/2006 5/2013) Normalized data DJIA NDR Bear Market HMM Bear Market Time Figure : Dow Jones observations vs probabilities of being in the bear market

21 Results Figure : Forecast bear market using CPI indicator

22 Results HMM Forecast Bear Market (monthly 10/2006 5/2013) Normalized data DJIA Credit Index Yield Curve Commodity HMM Bear Market Time Figure : Forecast bear market using multiple observations

23 Forecast stock price using HMM S&P 500, a stock market index based on the market capitalizations of 500 large companies having common stock listed on the NYSE or NASDAQ. Monthly percentage changes from February 1947 through June SPY GOOG FORD AAPL GE

24 Training and Predicting Process Using the variables above: Use HMM for single and multiple observation data with normal distributions. Calibrate Markov-switching model parameters using Baum-Welch algorithm Use the obtained parameters to predict stock prices for the next trading period.

25 S&P500 Using Close Prices 7/30/2012 7/31/2013 S&P500 Prices True price Estimated price Times Figure : Forecast S&P500 close prices using single observation

26 S&P500 Using Close Open High Low 7/30/2012 7/31/2013 S&P500 Prices True price Estimated price Times Figure : Forecast S&P500 closing prices using multiple observations (open-close-high-low)

27 SPY 10:51:52 to 10:53:41 on 1/7/2011 S&P500 Prices True price Estimated price Times Figure : Forecast SPY bid price in tick by tick

28 Can we use HMMs to make money? Symbol Initial Investment ($) Earning ($) Earning % SPY 9, GOOG 30, , FORD AAPL GE 1, TOTAL 41, , Table : One year daily stock trading portfolio from December 2012 to December 2013

29 HMM for stock selections

30 Stock Factors

31 HMM for stock selections 1 Each month, look at regimes of the four macro variables, e.g. {CPI, SP500, VIX, GDP} = {2, 1, 1, 2} 2 Look back all months with the same regimes {2, 1, 1, 2} and check factor performances and then rank factor performances (factor did well for that regime will have higher rank and higher weight) 3 Add all factor s ranks to find a composite score (from 0 to 100) for each stock 4 Pick top 50 stocks

32 Economic Growth (GDP) 15,849 14,962 14,125 13,335 12,589 11,885 11,220 10,593 10,000 9,441 Growth (Quarterly GDP Growth Rate) - 2 Regimes Monthly Data to (Log Scale) 15,849 14,962 14,125 13,335 12,589 11,885 11,220 10,593 10,000 9,441 8, ,913 Regime Parameters ( ) Mu Sigma Regime 1 Regime 2 (Unshaded) (Shaded) Regime 1 Regime 2 (Unshaded) (Shaded) Data Statistics Mean Variance Regime 1 Regime 2 (Unshaded) (Shaded) Regime 1 Regime 2 (Unshaded) (Shaded)

33 1, Top Decile of Cash/Enterprise Value vs. S&P 500 Title Gain/ Standard Downside Batting Sharpe Info Tracking Annum Deviation Deviation Average Ratio Ratio Error Monthly Data to (Log Scale) 50 *Not Including Transaction Costs. 40 *Equity Lines Start at 100 on Top Decile of Cash/Enterprise Value ( ) = Rescaled S&P 500 Index ( ) = Excess Return Cumulative Excess Return (1/10 Scale) Max Drawdown Top Decile of Cash/Enterprise Value 14.2% 24.5% 19.2% 59.4% % -65.7% ( ) S&P 500 Index 2.3% 15.7% 12.3% % ( ) 1,

34 Top Decile of 1-Month Momentum vs. S&P Top Decile of 1-Month Momentum ( ) = Rescaled S&P 500 Index ( ) = Title Gain/ Standard Downside Batting Sharpe Info Tracking Annum Deviation Deviation Average Ratio Ratio Error Monthly Data to (Log Scale) Excess Return Cumulative Excess Return (1/10 Scale) *Not Including Transaction Costs. *Equity Lines Start at 100 on Max Drawdown Top Decile of 1-Month Momentum 5.0% 22.1% 16.3% 51.7% % -60.1% ( ) S&P 500 Index 2.3% 15.7% 12.3% % ( )

35 Factor Weight Monthly Data to Earnings/Price Weight = 0.13 Free Cash Flow/Enterprise Value Weight = Sales/Enterprise Value Weight = Month Momentum Weight = Month Momentum Weight =

36 Top Decile of Model Composite Score vs. S&P 500 Monthly Data to (Log Scale) 631 Top Decile of Model Composite Score ( ) = Rescaled S&P 500 Index ( ) = *Not Including Transaction Costs. *Equity Lines Start at 100 on Excess Return 30 Cumulative Excess Return (1/10 Scale) Title Gain/ Standard Downside Batting Sharpe Info Tracking Max Annum Deviation Deviation Average Ratio Ratio Error Drawdown Top Decile of Model Composite Score 11.1% 21.8% 18.1% 58.9% % -61.9% ( ) S&P 500 Index 2.3% 15.7% 12.3% % ( )

37 Thank you! : ntnguyen01@ysu.edu Department of Mathematics & Statistics Youngstown State University

Hidden Markov Model for High Frequency Data

Hidden Markov Model for High Frequency Data Hidden Markov Model for High Frequency Data Department of Mathematics, Florida State University Joint Math Meeting, Baltimore, MD, January 15 What are HMMs? A Hidden Markov model (HMM) is a stochastic

More information

risks Hidden Markov Model for Stock Selection Risks 2015, 3, ; doi: /risks ISSN Article

risks Hidden Markov Model for Stock Selection Risks 2015, 3, ; doi: /risks ISSN Article Risks 15, 3, 5-473; doi:10.3390/risks305 Article OPEN ACCESS risks ISSN 2227-9091 www.mdpi.com/journal/risks Hidden Markov Model for Stock Selection Nguyet Nguyen 1, * and Dung Nguyen 2 1 Faculty of Mathematics

More information

Computer Vision Group Prof. Daniel Cremers. 7. Sequential Data

Computer Vision Group Prof. Daniel Cremers. 7. Sequential Data Group Prof. Daniel Cremers 7. Sequential Data Bayes Filter (Rep.) We can describe the overall process using a Dynamic Bayes Network: This incorporates the following Markov assumptions: (measurement) (state)!2

More information

Academic Research Review. Classifying Market Conditions Using Hidden Markov Model

Academic Research Review. Classifying Market Conditions Using Hidden Markov Model Academic Research Review Classifying Market Conditions Using Hidden Markov Model INTRODUCTION Best known for their applications in speech recognition, Hidden Markov Models (HMMs) are able to discern and

More information

where RS is the ratio of the Average Gain (AG) to the Average Loss (AL),

where RS is the ratio of the Average Gain (AG) to the Average Loss (AL), 1 Index Trading Algorithm Using Discrete Hidden Markov Models and Technical Analysis Luis Andrade Abstract This work presents an innovative approach to algorithmic stock market index trading by means of

More information

Occasional Paper. Dynamic Methods for Analyzing Hedge-Fund Performance: A Note Using Texas Energy-Related Funds. Jiaqi Chen and Michael L.

Occasional Paper. Dynamic Methods for Analyzing Hedge-Fund Performance: A Note Using Texas Energy-Related Funds. Jiaqi Chen and Michael L. DALLASFED Occasional Paper Dynamic Methods for Analyzing Hedge-Fund Performance: A Note Using Texas Energy-Related Funds Jiaqi Chen and Michael L. Tindall Federal Reserve Bank of Dallas Financial Industry

More information

Regime Switching Volatility Calibration by the Baum-Welch Method

Regime Switching Volatility Calibration by the Baum-Welch Method Regime Switching Volatility Calibration by the Baum-Welch Method Abstract Regime switching volatility models provide a tractable method of modelling stochastic volatility. Currently the most popular method

More information

Hidden Markov Models. Slides by Carl Kingsford. Based on Chapter 11 of Jones & Pevzner, An Introduction to Bioinformatics Algorithms

Hidden Markov Models. Slides by Carl Kingsford. Based on Chapter 11 of Jones & Pevzner, An Introduction to Bioinformatics Algorithms Hidden Markov Models Slides by Carl Kingsford Based on Chapter 11 of Jones & Pevzner, An Introduction to Bioinformatics Algorithms Eukaryotic Genes & Exon Splicing Prokaryotic (bacterial) genes look like

More information

Oil and macroeconomic (in)stability

Oil and macroeconomic (in)stability Oil and macroeconomic (in)stability Hilde C. Bjørnland Vegard H. Larsen Centre for Applied Macro- and Petroleum Economics (CAMP) BI Norwegian Business School CFE-ERCIM December 07, 2014 Bjørnland and Larsen

More information

Heterogeneous Hidden Markov Models

Heterogeneous Hidden Markov Models Heterogeneous Hidden Markov Models José G. Dias 1, Jeroen K. Vermunt 2 and Sofia Ramos 3 1 Department of Quantitative methods, ISCTE Higher Institute of Social Sciences and Business Studies, Edifício ISCTE,

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

A Hidden Markov Model Approach to Information-Based Trading: Theory and Applications

A Hidden Markov Model Approach to Information-Based Trading: Theory and Applications A Hidden Markov Model Approach to Information-Based Trading: Theory and Applications Online Supplementary Appendix Xiangkang Yin and Jing Zhao La Trobe University Corresponding author, Department of Finance,

More information

WIF Option Pricing with Hidden Markov Models. Hiroshi Ishijima, Takao Kihara

WIF Option Pricing with Hidden Markov Models. Hiroshi Ishijima, Takao Kihara WIF-05-004 Option Pricing with Hidden Markov Models Hiroshi Ishijima, Takao Kihara Option Pricing with Hidden Markov Models Hiroshi Ishijima Takao Kihara May 6 & September 22, 2005 Abstract In this paper,

More information

Financial Markets. Economics Spring 2017

Financial Markets. Economics Spring 2017 Financial Markets Economics Spring 2017 What Can You Do With Your Money? Spend it or save it Savings: income not used for consumption Marginal propensity to consume: the change in personal spending that

More information

Graphic-1: Market-Regimes with 4 states

Graphic-1: Market-Regimes with 4 states The Identification of Market-Regimes with a Hidden-Markov Model by Dr. Chrilly Donninger Chief Scientist, Sibyl-Project Sibyl-Working-Paper, June 2012 http://www.godotfinance.com/ Financial assets follow

More information

Turbulence, Systemic Risk, and Dynamic Portfolio Construction

Turbulence, Systemic Risk, and Dynamic Portfolio Construction Turbulence, Systemic Risk, and Dynamic Portfolio Construction Will Kinlaw, CFA Head of Portfolio and Risk Management Research State Street Associates 1 Outline Measuring market turbulence Principal components

More information

New Frame for Financial Risk Management by Using Hidden Markov Models

New Frame for Financial Risk Management by Using Hidden Markov Models International Journal of Contemporary Mathematical Sciences Vol. 11, 2016, no. 9, 437-454 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2016.6953 New Frame for Financial Risk Management by

More information

Portfolio Risk Management and Linear Factor Models

Portfolio Risk Management and Linear Factor Models Chapter 9 Portfolio Risk Management and Linear Factor Models 9.1 Portfolio Risk Measures There are many quantities introduced over the years to measure the level of risk that a portfolio carries, and each

More information

High Frequency Price Movement Strategy. Adam, Hujia, Samuel, Jorge

High Frequency Price Movement Strategy. Adam, Hujia, Samuel, Jorge High Frequency Price Movement Strategy Adam, Hujia, Samuel, Jorge Limit Order Book (LOB) Limit Order Book [https://nms.kcl.ac.uk/rll/enrique-miranda/index.html] High Frequency Price vs. Daily Price (MSFT)

More information

A Production-Based Model for the Term Structure

A Production-Based Model for the Term Structure A Production-Based Model for the Term Structure U Wharton School of the University of Pennsylvania U Term Structure Wharton School of the University 1 / 19 Production-based asset pricing in the literature

More information

Asset allocation under regime-switching models

Asset allocation under regime-switching models Title Asset allocation under regime-switching models Authors Song, N; Ching, WK; Zhu, D; Siu, TK Citation The 5th International Conference on Business Intelligence and Financial Engineering BIFE 212, Lanzhou,

More information

Financial Markets Economics Fall, 2013

Financial Markets Economics Fall, 2013 Financial Markets Economics Fall, 2013 What Can You Do With Your Money? Spend it or save it Savings: income not used for consumption Marginal propensity to consume: the change in personal spending that

More information

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Simerjot Kaur (sk3391) Stanford University Abstract This work presents a novel algorithmic trading system based on reinforcement

More information

Risk Management for All Markets

Risk Management for All Markets Risk Management for All Markets By Steve Blumenthal, CIO/CEO of CMG Capital Management Group, Inc. Investors need to invest differently in bull markets than they do in bear markets. Ned Davis Summary An

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

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

More information

Using Regime-Based Analysis to Develop a Resilient Glide Path

Using Regime-Based Analysis to Develop a Resilient Glide Path LEADERSHIP SERIES Using Regime-Based Analysis to Develop a Resilient Glide Path Being aware of extended and cyclical market environments can help inform the ongoing development and evaluation of a glide

More information

Notes on the EM Algorithm Michael Collins, September 24th 2005

Notes on the EM Algorithm Michael Collins, September 24th 2005 Notes on the EM Algorithm Michael Collins, September 24th 2005 1 Hidden Markov Models A hidden Markov model (N, Σ, Θ) consists of the following elements: N is a positive integer specifying the number of

More information

Hidden Markov Models & Applications Using R

Hidden Markov Models & Applications Using R R User Group Singapore (RUGS) Hidden Markov Models & Applications Using R Truc Viet Joe Le What is a Model? A mathematical formalization of the relationships between variables: Independent variables (X)

More information

The Recognition of Investor s Sentiment and the Trading Strategy Based on HMM

The Recognition of Investor s Sentiment and the Trading Strategy Based on HMM 2018 International Conference on Big Data and Artificial Intelligence (ICBDAI 2018) The Recognition of Investor s Sentiment and the Trading Strategy Based on HMM Juan Cheng1, Chenghu Ma2, Zhibai Wang3

More information

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Maciej Augustyniak Fields Institute February 3, 0 Stylized facts of financial data GARCH Regime-switching MS-GARCH Agenda Available

More information

A New Application of Hidden Markov Model in Exchange Rate Forecasting

A New Application of Hidden Markov Model in Exchange Rate Forecasting Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Handout 4: Deterministic Systems and the Shortest Path Problem

Handout 4: Deterministic Systems and the Shortest Path Problem SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 4: Deterministic Systems and the Shortest Path Problem Instructor: Shiqian Ma January 27, 2014 Suggested Reading: Bertsekas

More information

The EM algorithm for HMMs

The EM algorithm for HMMs The EM algorithm for HMMs Michael Collins February 22, 2012 Maximum-Likelihood Estimation for Fully Observed Data (Recap from earlier) We have fully observed data, x i,1... x i,m, s i,1... s i,m for i

More information

On VIX Futures in the rough Bergomi model

On VIX Futures in the rough Bergomi model On VIX Futures in the rough Bergomi model Oberwolfach Research Institute for Mathematics, February 28, 2017 joint work with Antoine Jacquier and Claude Martini Contents VIX future dynamics under rbergomi

More information

Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction

Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling January 26, 2012 version c 2011 Charles

More information

Equity Rating and Report

Equity Rating and Report NDRG GUIDE TO Equity Rating and Report Ned Davis Research Group Generate Alpha. Identify risk. Choose Ned Davis Research. TABLE OF CONTENTS NDRG Equity Focus Ranks...1 Universe...1 Rating a Stock Based

More information

Guided Equity Allocation

Guided Equity Allocation September 2017 Guided Equity Allocation VanEck Vectors NDR CMG Long/Flat Allocation ETF Disclosures This material does not constitute an offer to sell or solicitation to buy any security, including shares

More information

Web Appendix to Components of bull and bear markets: bull corrections and bear rallies

Web Appendix to Components of bull and bear markets: bull corrections and bear rallies Web Appendix to Components of bull and bear markets: bull corrections and bear rallies John M. Maheu Thomas H. McCurdy Yong Song 1 Bull and Bear Dating Algorithms Ex post sorting methods for classification

More information

Exploiting Market Sentiment to Create Daily Trading Signals

Exploiting Market Sentiment to Create Daily Trading Signals Exploiting Market Sentiment to Create Daily Trading Signals Presented by: Dr Xiang Yu LT-Accelerate 22 November 2016, Brussels OptiRisk Systems Ltd. OptiRisk specializes in optimization and risk analytics

More information

Forecasting prices from level-i quotes in the presence of hidden liquidity

Forecasting prices from level-i quotes in the presence of hidden liquidity Forecasting prices from level-i quotes in the presence of hidden liquidity S. Stoikov, M. Avellaneda and J. Reed December 5, 2011 Background Automated or computerized trading Accounts for 70% of equity

More information

Quantitative Trading System For The E-mini S&P

Quantitative Trading System For The E-mini S&P AURORA PRO Aurora Pro Automated Trading System Aurora Pro v1.11 For TradeStation 9.1 August 2015 Quantitative Trading System For The E-mini S&P By Capital Evolution LLC Aurora Pro is a quantitative trading

More information

Hierarchical Hidden Markov Models in High-Frequency Stock Markets

Hierarchical Hidden Markov Models in High-Frequency Stock Markets Hierarchical Hidden Markov Models in High-Frequency Stock Markets Luis Damiano with Michael Waylandt and Brian Peterson R/Finance 2018 2018-06-02 R/Finance 2018 Chicago, IL 1/49 R/Finance 2018 Chicago,

More information

Funeral by funeral, theory advances. (Paul Samuelson)

Funeral by funeral, theory advances. (Paul Samuelson) A broad hint from the VIX: Timing the market with implied volatility. Chrilly Donninger Chief Scientist, Sibyl-Project Sibyl-Working-Paper, April 2013 http://www.godotfinance.com/ Funeral by funeral, theory

More information

An Application of CAN SLIM Investing in the Dow Jones Benchmark

An Application of CAN SLIM Investing in the Dow Jones Benchmark An Application of CAN SLIM Investing in the Dow Jones Benchmark Track: Finance Introduction Matt Lutey, Mohammad Kabir Hassan and Dave Rayome This paper provides an alternative view of the popular CAN

More information

A Novel approach to Macroeconomic Time Series Prediction by combining the Hidden Markov Regime-Switching and VAR frameworks

A Novel approach to Macroeconomic Time Series Prediction by combining the Hidden Markov Regime-Switching and VAR frameworks A Novel approach to Macroeconomic Time Series Prediction by combining the Hidden Markov Regime-Switching and VAR frameworks Pratik Mehta Department of Mathematics,Rutgers University, 110 Frelinghuysen

More information

Exact Inference (9/30/13) 2 A brief review of Forward-Backward and EM for HMMs

Exact Inference (9/30/13) 2 A brief review of Forward-Backward and EM for HMMs STA561: Probabilistic machine learning Exact Inference (9/30/13) Lecturer: Barbara Engelhardt Scribes: Jiawei Liang, He Jiang, Brittany Cohen 1 Validation for Clustering If we have two centroids, η 1 and

More information

Asset Replication via Kalman Filtering FE 800 Special Problems in FE Spring 2014 Semester

Asset Replication via Kalman Filtering FE 800 Special Problems in FE Spring 2014 Semester FE 800 Special Problems in FE Spring 2014 Semester 1 Jason Gunther Maciej (Matt) Karasiewicz Asset Replication via Introduction of Team Members Faculty Advisor Rupak Chatterjee 2 Literature Review Asset

More information

The Evaluation of Swing Contracts with Regime Switching. 6th World Congress of the Bachelier Finance Society Hilton, Toronto June

The Evaluation of Swing Contracts with Regime Switching. 6th World Congress of the Bachelier Finance Society Hilton, Toronto June The Evaluation of Swing Contracts with Regime Switching Carl Chiarella, Les Clewlow and Boda Kang School of Finance and Economics University of Technology, Sydney Lacima Group, Sydney 6th World Congress

More information

Templeton Non-US Equity. Imperial County Employees' Retirement System. February SEATTLE LOS ANGELES

Templeton Non-US Equity. Imperial County Employees' Retirement System. February SEATTLE LOS ANGELES Templeton Non-US Equity Imperial County Employees' Retirement System February 14 SEATTLE 6.6.37 LOS ANGELES 31.97.1777 www.wurts.com MANAGER OVERVIEW Firm Ownership Firm Name Product Name Product Total

More information

Inference of Several Log-normal Distributions

Inference of Several Log-normal Distributions Inference of Several Log-normal Distributions Guoyi Zhang 1 and Bose Falk 2 Abstract This research considers several log-normal distributions when variances are heteroscedastic and group sizes are unequal.

More information

Stock Market Prediction System

Stock Market Prediction System Stock Market Prediction System W.N.N De Silva 1, H.M Samaranayaka 2, T.R Singhara 3, D.C.H Wijewardana 4. Sri Lanka Institute of Information Technology, Malabe, Sri Lanka. { 1 nathashanirmani55, 2 malmisamaranayaka,

More information

I R TECHNICAL RESEARCH REPORT. A Framework for Mixed Estimation of Hidden Markov Models. by S. Dey, S. Marcus T.R

I R TECHNICAL RESEARCH REPORT. A Framework for Mixed Estimation of Hidden Markov Models. by S. Dey, S. Marcus T.R TECHNICAL RESEARCH REPORT A Framework for Mixed Estimation of Hidden Markov Models by S. Dey, S. Marcus T.R. 98-31 I R INSTITUTE FOR SYSTEMS RESEARCH ISR develops, applies and teaches advanced methodologies

More information

Lecture 2: Forecasting stock returns

Lecture 2: Forecasting stock returns Lecture 2: Forecasting stock returns Prof. Massimo Guidolin Advanced Financial Econometrics III Winter/Spring 2018 Overview The objective of the predictability exercise on stock index returns Predictability

More information

SOCIETY OF ACTUARIES Quantitative Finance and Investment Advanced Exam Exam QFIADV AFTERNOON SESSION

SOCIETY OF ACTUARIES Quantitative Finance and Investment Advanced Exam Exam QFIADV AFTERNOON SESSION SOCIETY OF ACTUARIES Exam QFIADV AFTERNOON SESSION Date: Friday, May 2, 2014 Time: 1:30 p.m. 3:45 p.m. INSTRUCTIONS TO CANDIDATES General Instructions 1. This afternoon session consists of 6 questions

More information

Applications of machine learning for volatility estimation and quantitative strategies

Applications of machine learning for volatility estimation and quantitative strategies Applications of machine learning for volatility estimation and quantitative strategies Artur Sepp Quantica Capital AG Swissquote Conference 2018 on Machine Learning in Finance 9 November 2018 Machine Learning

More information

Estimating Market Power in Differentiated Product Markets

Estimating Market Power in Differentiated Product Markets Estimating Market Power in Differentiated Product Markets Metin Cakir Purdue University December 6, 2010 Metin Cakir (Purdue) Market Equilibrium Models December 6, 2010 1 / 28 Outline Outline Estimating

More information

Algorithmic Trading under the Effects of Volume Order Imbalance

Algorithmic Trading under the Effects of Volume Order Imbalance Algorithmic Trading under the Effects of Volume Order Imbalance 7 th General Advanced Mathematical Methods in Finance and Swissquote Conference 2015 Lausanne, Switzerland Ryan Donnelly ryan.donnelly@epfl.ch

More information

MS&E 448 Final Presentation High Frequency Algorithmic Trading

MS&E 448 Final Presentation High Frequency Algorithmic Trading MS&E 448 Final Presentation High Frequency Algorithmic Trading Francis Choi George Preudhomme Nopphon Siranart Roger Song Daniel Wright Stanford University June 6, 2017 High-Frequency Trading MS&E448 June

More information

Online Appendix (Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates

Online Appendix (Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates Online Appendix Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates Aeimit Lakdawala Michigan State University Shu Wu University of Kansas August 2017 1

More information

Global Journal of Finance and Banking Issues Vol. 5. No Manu Sharma & Rajnish Aggarwal PERFORMANCE ANALYSIS OF HEDGE FUND INDICES

Global Journal of Finance and Banking Issues Vol. 5. No Manu Sharma & Rajnish Aggarwal PERFORMANCE ANALYSIS OF HEDGE FUND INDICES PERFORMANCE ANALYSIS OF HEDGE FUND INDICES Dr. Manu Sharma 1 Panjab University, India E-mail: manumba2000@yahoo.com Rajnish Aggarwal 2 Panjab University, India Email: aggarwalrajnish@gmail.com Abstract

More information

Pricing and hedging with rough-heston models

Pricing and hedging with rough-heston models Pricing and hedging with rough-heston models Omar El Euch, Mathieu Rosenbaum Ecole Polytechnique 1 January 216 El Euch, Rosenbaum Pricing and hedging with rough-heston models 1 Table of contents Introduction

More information

VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly:

VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly: Volatility Pivots User Guide help@volatilitypivots.com VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly: 1. This strategy works with

More information

Weak Interest Rate Parity and Currency. Portfolio Diversification

Weak Interest Rate Parity and Currency. Portfolio Diversification Weak Interest Rate Parity and Currency Portfolio Diversification Leonard C. MacLean Yonggan Zhao William T. Ziemba July 2005 JEL Classification: C12 C13 C61 F31 G11 G15 School of Business Administration,

More information

FEBRUARY 15, 2019 Market Commentary by Scott J. Brown, Ph.D., Chief Economist

FEBRUARY 15, 2019 Market Commentary by Scott J. Brown, Ph.D., Chief Economist FEBRUARY 15, 2019 Market Commentary by Scott J. Brown, Ph.D., Chief Economist Negotiations on trade and the budget remained central, but the economic data also had some impact on the markets. Congress

More information

Can We Lower Portfolio Volatility and Still Meet Equity Return Expectations?

Can We Lower Portfolio Volatility and Still Meet Equity Return Expectations? Can We Lower Portfolio Volatility and Still Meet Equity Return Expectations? Richard Yasenchak, CFA Senior Vice President, Client Portfolio Manager, INTECH FOR INSTITUTIONAL INVESTOR USE/NOT FOR PUBLIC

More information

Return Decomposition over the Business Cycle

Return Decomposition over the Business Cycle Return Decomposition over the Business Cycle Tolga Cenesizoglu March 1, 2016 Cenesizoglu Return Decomposition & the Business Cycle March 1, 2016 1 / 54 Introduction Stock prices depend on investors expectations

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

SHOULD YOU CARE ABOUT VALUATIONS IN LOW VOLATILITY STRATEGIES?

SHOULD YOU CARE ABOUT VALUATIONS IN LOW VOLATILITY STRATEGIES? SHOULD YOU CARE ABOUT VALUATIONS IN LOW VOLATILITY STRATEGIES? July 2017 UNCORRELATED ANSWERS TM Executive Summary Increasing popularity of low-volatility strategies has led to fear that low-volatility

More information

Lecture 9: Markov and Regime

Lecture 9: Markov and Regime Lecture 9: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2017 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

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

9.1 Principal Component Analysis for Portfolios

9.1 Principal Component Analysis for Portfolios Chapter 9 Alpha Trading By the name of the strategies, an alpha trading strategy is to select and trade portfolios so the alpha is maximized. Two important mathematical objects are factor analysis and

More information

On the Distribution of Stock Market Data

On the Distribution of Stock Market Data On the Distribution of Stock Market Data V.V. Ivanov and P.V. Zrelov Laboratory of Information Technologies, Joint Institute for Nuclear Research. Introduction. The time series originating from the stock

More information

On growth and volatility regime switching models for New Zealand GDP data

On growth and volatility regime switching models for New Zealand GDP data On growth and volatility regime switching models for New Zealand GDP data Bob Buckle New Zealand Treasury David Haugh New Zealand Treasury Peter Thomson Statistics Research Associates Ltd New Zealand March

More information

Crescat Portfolio Management, LLC Verification and Crescat Global Macro Hedge Fund Composite Performance Examination Report.

Crescat Portfolio Management, LLC Verification and Crescat Global Macro Hedge Fund Composite Performance Examination Report. Crescat Portfolio Management, LLC Verification and Crescat Global Macro Hedge Fund Composite Performance Examination Report December 31, 2018 Verification and Performance Examination Report Investors Crescat

More information

Resolving Failed Banks: Uncertainty, Multiple Bidding, & Auction Design

Resolving Failed Banks: Uncertainty, Multiple Bidding, & Auction Design Resolving Failed Banks: Uncertainty, Multiple Bidding, & Auction Design Jason Allen, Rob Clark, Brent Hickman, and Eric Richert Workshop in memory of Art Shneyerov October 12, 2018 Preliminary and incomplete.

More information

Stochastic Games and Bayesian Games

Stochastic Games and Bayesian Games Stochastic Games and Bayesian Games CPSC 532L Lecture 10 Stochastic Games and Bayesian Games CPSC 532L Lecture 10, Slide 1 Lecture Overview 1 Recap 2 Stochastic Games 3 Bayesian Games Stochastic Games

More information

Investment Horizon, Risk Drivers and Portfolio Construction

Investment Horizon, Risk Drivers and Portfolio Construction Investment Horizon, Risk Drivers and Portfolio Construction Institute of Actuaries Australia Insights Seminar 8 th February 2018 A/Prof. Geoff Warren The Australian National University 2 Overview The key

More information

Stochastic Volatility (SV) Models Lecture 9. Morettin & Toloi, 2006, Section 14.6 Tsay, 2010, Section 3.12 Tsay, 2013, Section 4.

Stochastic Volatility (SV) Models Lecture 9. Morettin & Toloi, 2006, Section 14.6 Tsay, 2010, Section 3.12 Tsay, 2013, Section 4. Stochastic Volatility (SV) Models Lecture 9 Morettin & Toloi, 2006, Section 14.6 Tsay, 2010, Section 3.12 Tsay, 2013, Section 4.13 Stochastic volatility model The canonical stochastic volatility model

More information

Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory

Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory D. Berleant, L. Andrieu, J.-P. Argaud, F. Barjon, M.-P. Cheong, M. Dancre, G. Sheble, and C.-C. Teoh

More information

Portfolio Optimization. Prof. Daniel P. Palomar

Portfolio Optimization. Prof. Daniel P. Palomar Portfolio Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19, HKUST, Hong

More information

Optimal Portfolio Liquidation and Macro Hedging

Optimal Portfolio Liquidation and Macro Hedging Bloomberg Quant Seminar, October 15, 2015 Optimal Portfolio Liquidation and Macro Hedging Marco Avellaneda Courant Institute, YU Joint work with Yilun Dong and Benjamin Valkai Liquidity Risk Measures Liquidity

More information

Tradespoon MetaStock Add-on

Tradespoon MetaStock Add-on Tradespoon MetaStock Add-on An institutional-grade tool for the self-directed trader Overview MetaStock delivers powerful tools, powerful trades, and proprietary scanning, endless customization, comprehensive

More information

Modeling Portfolios that Contain Risky Assets Risk and Reward I: Introduction

Modeling Portfolios that Contain Risky Assets Risk and Reward I: Introduction Modeling Portfolios that Contain Risky Assets Risk and Reward I: Introduction C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling April 2, 2014 version c 2014 Charles

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

Implementing Momentum Strategy with Options: Dynamic Scaling and Optimization

Implementing Momentum Strategy with Options: Dynamic Scaling and Optimization Implementing Momentum Strategy with Options: Dynamic Scaling and Optimization Abstract: Momentum strategy and its option implementation are studied in this paper. Four basic strategies are constructed

More information

Risk-adjusted Stock Selection Criteria

Risk-adjusted Stock Selection Criteria Department of Statistics and Econometrics Momentum Strategies using Risk-adjusted Stock Selection Criteria Svetlozar (Zari) T. Rachev University of Karlsruhe and University of California at Santa Barbara

More information

... especially dynamic volatility

... especially dynamic volatility More about volatility...... especially dynamic volatility Add a little wind and we get a little increase in volatility. Add a hurricane and we get a huge increase in volatility. (c) 2017, Gary R. Evans

More information

Lecture 8: Markov and Regime

Lecture 8: Markov and Regime Lecture 8: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2016 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

A Sensitivity Analysis between Common Risk Factors and Exchange Traded Funds

A Sensitivity Analysis between Common Risk Factors and Exchange Traded Funds A Sensitivity Analysis between Common Risk Factors and Exchange Traded Funds Tahura Pervin Dept. of Humanities and Social Sciences, Dhaka University of Engineering & Technology (DUET), Gazipur, Bangladesh

More information

Lecture 2: Forecasting stock returns

Lecture 2: Forecasting stock returns Lecture 2: Forecasting stock returns Prof. Massimo Guidolin Advanced Financial Econometrics III Winter/Spring 2016 Overview The objective of the predictability exercise on stock index returns Predictability

More information

Portfolios that Contain Risky Assets Portfolio Models 1. Risk and Reward

Portfolios that Contain Risky Assets Portfolio Models 1. Risk and Reward Portfolios that Contain Risky Assets Portfolio Models 1. Risk and Reward C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling February 17, 2016 version c 2016 Charles

More information

Market Inefficiency: Pairs Trading with the Kalman Filter

Market Inefficiency: Pairs Trading with the Kalman Filter Market Inefficiency: Pairs Trading with the Kalman Filter Heather E. Dempsey, Sacred Heart University December 8 th, 2017 www.hedempsey.com Abstract Keywords: Pairs trading, Kalman Filter, Statistical

More information

Cross-Section Performance Reversion

Cross-Section Performance Reversion Cross-Section Performance Reversion Maxime Rivet, Marc Thibault and Maël Tréan Stanford University, ICME mrivet, marcthib, mtrean at stanford.edu Abstract This article presents a way to use cross-section

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

Hidden Markov Regimes in Operational Loss Data

Hidden Markov Regimes in Operational Loss Data Hidden Markov Regimes in Operational Loss Data Georges Dionne and Samir Saissi Hassani Canada Research Chair in Risk Management HEC Montréal ABA Operational Risk Modeling Forum November 2-4, 2016 The Fairmont

More information

Systemic Influences on Optimal Investment

Systemic Influences on Optimal Investment Systemic Influences on Optimal Equity-Credit Investment University of Alberta, Edmonton, Canada www.math.ualberta.ca/ cfrei cfrei@ualberta.ca based on joint work with Agostino Capponi (Columbia University)

More information

Pakes (1986): Patents as Options: Some Estimates of the Value of Holding European Patent Stocks

Pakes (1986): Patents as Options: Some Estimates of the Value of Holding European Patent Stocks Pakes (1986): Patents as Options: Some Estimates of the Value of Holding European Patent Stocks Spring 2009 Main question: How much are patents worth? Answering this question is important, because it helps

More information

Columbus Asset Allocation Report For Portfolio Rebalancing on

Columbus Asset Allocation Report For Portfolio Rebalancing on Columbus Asset Allocation Report For Portfolio Rebalancing on 2017-08-31 Strategy Overview Columbus is a global asset allocation strategy designed to adapt to prevailing market conditions. It dynamically

More information

Components of bull and bear markets: bull corrections and bear rallies

Components of bull and bear markets: bull corrections and bear rallies Components of bull and bear markets: bull corrections and bear rallies John M. Maheu 1 Thomas H. McCurdy 2 Yong Song 3 1 Department of Economics, University of Toronto and RCEA 2 Rotman School of Management,

More information

Monthly Stock Market Report

Monthly Stock Market Report October 23, 23 Monthly Stock Market Report This document is for internal use only. The document or any of its contents should not be distributed outside of the Federal Reserve System without permission.

More information