Least angle regression for time series forecasting with many predictors. Sarah Gelper & Christophe Croux Faculty of Business and Economics K.U.

Size: px
Start display at page:

Download "Least angle regression for time series forecasting with many predictors. Sarah Gelper & Christophe Croux Faculty of Business and Economics K.U."

Transcription

1 Least angle regression for time series forecasting with many predictors Sarah Gelper & Christophe Croux Faculty of Business and Economics K.U.Leuven

2 I ve got all these variables, but I don t know which ones to use. Goals in model selection: accurate predictions interpretable models Review article: Hesterberg, Choi, Meier and Fraley (2008) Statistics Surveys. 2

3 Application: The role of confidence Business and consumer surveys in Europe are carried out in different sectors Business: industry, retail, services and construction Consumers on a monthly basis in every EU country huge data set Which variables should be used for predicting next month s Belgian industrial production growth? 3

4 Outline 1. The LARS algorithm Efron, Hastie, Johnstone, Tibshirani (2004) The Annals of Statistics 2. Generalization for time series: the TS LARS algorithm 3. Simulation results 4. Application: Predicting Belgian industrial production using sentiment surveys 4

5 1. The LARS algorithm Linear forecast model: y = c + β 1 x 1 + β 2 x β p x p + ε. p is large. PROBLEM: Not all predictors are relevant, i.e. many β-coefficients are zero or very small, but we do not know which ones. OLS estimates have high variability when p is large, result: inaccurate forecasts. AIM of the LARS algorithm: Identify the most relevant predictors. Obtain a parsimonious model with good forecast power. 5

6 1. The LARS algorithm Linear forecast model: y = c + β 1 x 1 + β 2 x β p x p + ε. The LARS algorithm: 1. variable ranking 2. variable selection 3. parameter estimation 6

7 1. The LARS algorithm: variable ranking Assumption: all variables are standardized. Without predictors, best fit for y is ŷ = 0, residuals z = y ŷ. Active set A = set with ranked variables = STEP 0: Look for x j with highest cor(y, x j ) x (1) and A = {(1)} STEP 1: Look for γ 1 as small as possible such that cor(z γ 1 x (1), x (1) ) = cor(z γ 1 x (1), x j ) for j A c x (2) and A = {(1), (2)} Update fit ŷ ŷ + γ 1 x (1) and residual z z γ 1 x (1). 7

8 1. The LARS algorithm: variable ranking x2 fit0 fit1 x1 8

9 1. The LARS algorithm: variable ranking From STEP 1: current fit ŷ and active set A = {(1), (2)} STEP 2: Define u 2 the equiangular vector, a linear combination of x (1) and x (2) such that cor(u 2, x (1) ) = cor(u 2, x (2) ) and look for γ 2 as small as possible such that cor(z γ 2 u 2, x (1) ) = cor(z γ 2 u 2, x j ) for j A c x (3) and A = {(1), (2), (3)} Update fit ŷ ŷ + γ 2 u 2 and residual z z γ 2 u 2. 9

10 1. The LARS algorithm: variable ranking x2 x2 u2 fit0 fit1 x1 10

11 1. The LARS algorithm: variable ranking x2 x2 x3 u2 fit0 fit1 x1 fit2 11

12 1. The LARS algorithm Linear forecast model: y = c + β 1 x 1 + β 2 x β p x p + ε. The LARS algorithm: 1. variable ranking 2. variable selection: using information criteria 3. parameter estimation: OLS or shrinkage 12

13 2. Generalization for time series Linear time series forecast model: y t+h = β 0,0 y t β 0,p0 y t p0 + β 1,0 x 1,t β 1,p1 x 1,t p β m,0 x m,t β m,pm x m,t pm + ε t+h. Lagged values of response and predictors are included. Many β-coefficients are zero or very small. TS LARS: Select predictors as blocks of lagged values of the time series, a block is denoted by x j. Use R 2 (y x) = measure of multiple correlation between univariate y and multivariate x. 13

14 2. The TS LARS algorithm: variable ranking Assumption: all time series are standardized. Without predictors, best fit for y is obtained from an AR-model y t+h = β 0,0 y t β 0,p0 y t p0 + ε t+h, denote the fitted values by ŷ and the residuals by z. Active set A = Can the predictors improve the autoregressive fit? 14

15 2. The TS LARS algorithm: variable ranking STEP 0: Look for x j with highest R 2 (z x j ) x (1) and A = {(1)} Define x (1) = fitted values of regression z x (1). STEP 1: Look for γ 1 as small as possible such that R 2 (z γ 1 x (1) x (1) ) = R 2 (z γ 1 x (1) x j ) for j A c x (2) and A = {(1), (2)} Update the fit ŷ ŷ + γ 1 x (1) and the residuals z z γ 1 x (1). Define x (2) = fitted values of regression z x (2). 15

16 2. The TS LARS algorithm: variable ranking From STEP 1: current fit ŷ and active set A = {(1), (2)} STEP 2: Define u 2 a linear combination of x (1) and x (2) such that cor(u 2, x (1) ) = cor(u 2, x (2) ) and look for γ 2 as small as possible such that R 2 (z γ 2 u 2 x (1) ) = R 2 (z γ 2 u 2 x j ) for j A c x (3) and A = {(1), (2), (3)} Update fit ŷ ŷ + γ 2 u 2 and residuals z z γ 2 u 2. Define x (3) = fitted values of regression z x (3). 16

17 2. The TS LARS algorithm Linear time series forecast model: y t+h = β 0,0 y t β 0,p0 y t p0 + β 1,0 x 1,t β 1,p1 x 1,t p β m,0 x m,t β m,pm x m,t pm + ε t+h. The TS LARS algorithm: 1. variable ranking 2. variable & lag-length selection: use BIC! taking the dynamics into account 17

18 2. The TS LARS algorithm Implementation in R available Function TS.LARS(y,x,h) Input y: response x: matrix of predictors h: forecast horizon Output ordered.row: ordered row of predictors k.opt: number of selected predictors p.opt: selected lag length 18

19 3. Simulation Results Simulation setting: y t+1 = β 0,0 y t + β 0,1 y t j=1 β j,0 x j,t + 20 j=1 β j,1 x j,t 1 + ε t+1, 5 relevant predictors 15 redundant predictors lag length = 2 ε t+1 is i.i.d. N(0, 2) length of the time series is simulation runs 19

20 3. Simulation Results Variable ranking performance: Number of ranked relevant predictors TS LARS LARS TS FS Number of ranked predictors 20

21 3. Simulation Results Forecast performance: MSFE h = i=1 (y i,150+h ŷ i,150+h ) 2, h = 1 h = 2 h = 5 TS LARS LARS (< 0.01) (< 0.01) (0.67) TS FS (< 0.01) (< 0.01) (< 0.01) p-values for comparison to TS LARS in parenthesis. 21

22 4. Predicting Belgian industrial production using sentiment surveys Why use confidence indicators for forecasting economic activity? Many macro-economic models include expectations Farmer (1999), Matsasuka & Sbordone (1995). Data availability, timeliness Today, most recent data release on confidence indicators: March 2008 industrial production: February 2008, estimation Eurostat 22

23 4. Predicting Belgian industrial production using sentiment surveys Data set: y = Belgian industrial production growth 75 predictors: 5 sentiment surveys: Consumers Business: industry, retail, services and construction EU15 countries range = [April 1995, October 2007] 23

24 4. Predicting Belgian industrial production using sentiment surveys Top-5 ranking of predictors for one-month-ahead forecasts: Ranking Predictor 1 Industrial Confidence, France 2 Industrial Confidence, Belgium 3 Consumer Confidence, the Netherlands 4 Retail Confidence, Germany 5 Retail Confidence, France 24

25 4. Predicting Belgian industrial production using sentiment surveys Forecast performance MSFE h : h = 1 h = 2 h = 3 h = 6 h = 12 TS LARS LARS (0.01) (0.09) (0.01) (0.89) (0.75) TS FS (0.02) (0.13) (<0.01) (0.56) (0.75) DFM (<0.01) (0.45) (<0.01) (0.89) (0.25) p-values for comparison to TS LARS in parenthesis (Diebold-Mariano test). 25

26 Conclusion The TS LARS algorithm takes the time series dynamics into account. identifies the most relevant predictors. achieves good forecast performance. is fast. is not greedy. allows to identify both short-term and long-term predictors. 26

Multivariate Out-of-Sample Tests for Granger Causality

Multivariate Out-of-Sample Tests for Granger Causality Multivariate Out-of-Sample Tests for Granger Causality Sarah Gelper and Christophe Croux K.U.Leuven, Faculty of Economics and Applied Economics, Naamsestraat 69, 3000 Leuven, Belgium Abstract A time series

More information

Frontiers in Forecasting, Minneapolis February 21-23, Sparse VAR-Models. Christophe Croux. EDHEC Business School (France)

Frontiers in Forecasting, Minneapolis February 21-23, Sparse VAR-Models. Christophe Croux. EDHEC Business School (France) Frontiers in Forecasting, Minneapolis February 21-23, 2018 Sparse VAR-Models Christophe Croux EDHEC Business School (France) Joint Work with Ines Wilms (Cornell University), Luca Barbaglia (KU leuven),

More information

Volume 38, Issue 2. Nowcasting the New Turkish GDP

Volume 38, Issue 2. Nowcasting the New Turkish GDP Volume 38, Issue 2 Nowcasting the New Turkish GDP Barış Soybilgen İstanbul Bilgi University Ege Yazgan İstanbul Bilgi University Abstract In this study, we predict year-on-year and quarter-on-quarter Turkish

More information

NOWCASTING THE NEW TURKISH GDP

NOWCASTING THE NEW TURKISH GDP CEFIS WORKING PAPER SERIES First Version: August 2017 NOWCASTING THE NEW TURKISH GDP Barış Soybilgen, İstanbul Bilgi University Ege Yazgan, İstanbul Bilgi University Nowcasting the New Turkish GDP Barış

More information

Macroeconomic nowcasting with big data through the lens of a sparse factor model 1

Macroeconomic nowcasting with big data through the lens of a sparse factor model 1 Macroeconomic nowcasting with big data through the lens of a sparse factor model 1 Laurent Ferrara (Banque de France) Anna Simoni (CREST, CNRS, ENSAE, École Polytechnique ) ECB Forecasting Conference June

More information

Euro-indicators Working Group

Euro-indicators Working Group Euro-indicators Working Group Luxembourg, 9 th & 10 th June 2011 Item 9.3 of the Agenda Towards an early warning system for the Euro area By Gian Luigi Mazzi Doc 308/11 Introduction Clear picture of economic

More information

Short-term forecasts of GDP from dynamic factor models

Short-term forecasts of GDP from dynamic factor models Short-term forecasts of GDP from dynamic factor models Gerhard Rünstler gerhard.ruenstler@wifo.ac.at Austrian Institute for Economic Research November 16, 2011 1 Introduction Forecasting GDP from large

More information

Forecasting Euro Area Real GDP: Optimal Pooling of Information

Forecasting Euro Area Real GDP: Optimal Pooling of Information Euro Area Business Cycle Network (EABCN) Workshop Using Euro Area Data: Issues and Consequences for Economic Analysis Cambridge, 26-28 March 2008 Hosted by University of Cambridge Forecasting Euro Area

More information

The Prediction of Monthly Inflation Rate in Romania 1

The Prediction of Monthly Inflation Rate in Romania 1 Economic Insights Trends and Challenges Vol.III (LXVI) No. 2/2014 75-84 The Prediction of Monthly Inflation Rate in Romania 1 Mihaela Simionescu Institute for Economic Forecasting of the Romanian Academy,

More information

Robust Exponential Smoothing of Multivariate Time Series

Robust Exponential Smoothing of Multivariate Time Series Robust Exponential Smoothing of Multivariate Time Series Christophe Croux,a, Sarah Gelper b, Koen Mahieu a a Faculty of Business and Economics, K.U.Leuven, Naamsestraat 69, 3000 Leuven, Belgium b Erasmus

More information

University of Konstanz Department of Economics

University of Konstanz Department of Economics University of Konstanz Department of Economics Forecasting Aggregates with Disaggregate Variables: Does Boosting Help to Select the Most Relevant Predictors? Jing Zeng Working Paper Series 2014-20 http://www.wiwi.uni-konstanz.de/econdoc/working-paper-series/

More information

Nowcasting and Short-Term Forecasting of Russia GDP

Nowcasting and Short-Term Forecasting of Russia GDP Nowcasting and Short-Term Forecasting of Russia GDP Elena Deryugina Alexey Ponomarenko Aleksey Porshakov Andrey Sinyakov Bank of Russia 12 th ESCB Emerging Markets Workshop, Saariselka December 11, 2014

More information

VARMA versus VAR for Macroeconomic Forecasting

VARMA versus VAR for Macroeconomic Forecasting VARMA versus VAR for Macroeconomic Forecasting 1 VARMA versus VAR for Macroeconomic Forecasting George Athanasopoulos Department of Econometrics and Business Statistics Monash University Farshid Vahid

More information

Robust forecasting of non-stationary time series DEPARTMENT OF DECISION SCIENCES AND INFORMATION MANAGEMENT (KBI)

Robust forecasting of non-stationary time series DEPARTMENT OF DECISION SCIENCES AND INFORMATION MANAGEMENT (KBI) Faculty of Business and Economics Robust forecasting of non-stationary time series C. Croux, R. Fried, I. Gijbels and K. Mahieu DEPARTMENT OF DECISION SCIENCES AND INFORMATION MANAGEMENT (KBI KBI 1018

More information

FaMIDAS: A Mixed Frequency Factor Model with MIDAS structure

FaMIDAS: A Mixed Frequency Factor Model with MIDAS structure FaMIDAS: A Mixed Frequency Factor Model with MIDAS structure Frale C., Monteforte L. Computational and Financial Econometrics Limassol, October 2009 Introduction After the recent financial and economic

More information

An algorithm for the multivariate group lasso with covariance estimation

An algorithm for the multivariate group lasso with covariance estimation An algorithm for the multivariate group lasso with covariance estimation arxiv:1512.05153v1 [stat.co] 16 Dec 2015 Ines Wilms and Christophe Croux Leuven Statistics Research Centre, KU Leuven, Belgium Abstract

More information

Forecasting Unemployment Rates in the UK and EU

Forecasting Unemployment Rates in the UK and EU Forecasting Unemployment Rates in the UK and EU Team B9 Rajesh Manivannan (61710602) Kartick B Muthiah (61710764) Debayan Das (61710492) Devesh Kumar (61710353) Chirag Bhardwaj (61710812) Sreeharsha Konga

More information

A system for a real-time monitoring of the euro area economy

A system for a real-time monitoring of the euro area economy ISSN 1681-4789 Statistical working papers A system for a real-time monitoring of the euro area economy Gian Rilis Luigi augiati Mazzi, siscilit Filippo venis Moauro nim and Rosa Ruggeri Cannata 2016 edition

More information

Cross validation of prediction models for seasonal time series by parametric bootstrapping

Cross validation of prediction models for seasonal time series by parametric bootstrapping Cross validation of prediction models for seasonal time series by parametric bootstrapping Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna Prepared

More information

Forecasting Lecture 2: Forecast Combination, Multi-Step Forecasts

Forecasting Lecture 2: Forecast Combination, Multi-Step Forecasts Forecasting Lecture 2: Forecast Combination, Multi-Step Forecasts Bruce E. Hansen Central Bank of Chile October 29-31, 2013 Bruce Hansen (University of Wisconsin) Forecast Combination and Multi-Step Forecasts

More information

Robust control charts for time series data

Robust control charts for time series data Robust control charts for time series data Christophe Croux K.U. Leuven & Tilburg University Sarah Gelper Erasmus University Rotterdam Koen Mahieu K.U. Leuven Abstract This article presents a control chart

More information

Factor models. March 13, 2017

Factor models. March 13, 2017 Factor models March 13, 2017 Factor Models Macro economists have a peculiar data situation: Many data series, but usually short samples How can we utilize all this information without running into degrees

More information

Package multdm. May 18, 2018

Package multdm. May 18, 2018 Type Package Package multdm May 18, 2018 Title Multivariate Version of the Diebold-Mariano Test Version 1.0 Date 2018-05-18 Author Krzysztof Drachal [aut, cre] (Faculty of Economic Sciences, University

More information

Functional time series

Functional time series Rob J Hyndman Functional time series with applications in demography 4. Connections, extensions and applications Outline 1 Yield curves 2 Electricity prices 3 Dynamic updating with partially observed functions

More information

Short Term Forecasts of Euro Area GDP Growth

Short Term Forecasts of Euro Area GDP Growth Short Term Forecasts of Euro Area GDP Growth Elena Angelini European Central Bank Gonzalo Camba Mendez European Central Bank Domenico Giannone European Central Bank, ECARES and CEPR Lucrezia Reichlin London

More information

Vector Auto-Regressive Models

Vector Auto-Regressive Models Vector Auto-Regressive Models Laurent Ferrara 1 1 University of Paris Nanterre M2 Oct. 2018 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

VAR Models and Applications

VAR Models and Applications VAR Models and Applications Laurent Ferrara 1 1 University of Paris West M2 EIPMC Oct. 2016 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

INTRODUCTION TO TIME SERIES ANALYSIS. The Simple Moving Average Model

INTRODUCTION TO TIME SERIES ANALYSIS. The Simple Moving Average Model INTRODUCTION TO TIME SERIES ANALYSIS The Simple Moving Average Model The Simple Moving Average Model The simple moving average (MA) model: More formally: where t is mean zero white noise (WN). Three parameters:

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

Volume 30, Issue 1. A Short Note on the Nowcasting and the Forecasting of Euro-area GDP Using Non-Parametric Techniques

Volume 30, Issue 1. A Short Note on the Nowcasting and the Forecasting of Euro-area GDP Using Non-Parametric Techniques Volume 30, Issue A Short Note on the Nowcasting and the Forecasting of Euro-area GDP Using Non-Parametric Techniques Dominique Guégan PSE CES--MSE University Paris Panthéon-Sorbonne Patrick Rakotomarolahy

More information

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014 Warwick Business School Forecasting System Summary Ana Galvao, Anthony Garratt and James Mitchell November, 21 The main objective of the Warwick Business School Forecasting System is to provide competitive

More information

MATH 829: Introduction to Data Mining and Analysis Least angle regression

MATH 829: Introduction to Data Mining and Analysis Least angle regression 1/14 MATH 829: Introduction to Data Mining and Analysis Least angle regression Dominique Guillot Departments of Mathematical Sciences University of Delaware February 29, 2016 Least angle regression (LARS)

More information

Estimating Demand Elasticities Results from Econometric Models applied by TM-MS. Electricity Demand Elasticities Michael Viertel

Estimating Demand Elasticities Results from Econometric Models applied by TM-MS. Electricity Demand Elasticities Michael Viertel Estimating Demand Elasticities Results from Econometric Models applied by TM-MS 1 What to look for in Top-Down Demand Models? Consumption Data Demand Elasticities Prediction & Forecast Determine Perform

More information

Short-term forecasts of euro area real GDP growth: an assessment of real-time performance based on vintage data Marie Diron European Central Bank*

Short-term forecasts of euro area real GDP growth: an assessment of real-time performance based on vintage data Marie Diron European Central Bank* Short-term forecasts of euro area real GDP growth: an assessment of real-time performance based on vintage data Marie Diron European Central Bank* This draft: April 2005 Abstract Economic policy makers,

More information

1 Phelix spot and futures returns: descriptive statistics

1 Phelix spot and futures returns: descriptive statistics MULTIVARIATE VOLATILITY MODELING OF ELECTRICITY FUTURES: ONLINE APPENDIX Luc Bauwens 1, Christian Hafner 2, and Diane Pierret 3 October 13, 2011 1 Phelix spot and futures returns: descriptive statistics

More information

ESRI Research Note Nowcasting and the Need for Timely Estimates of Movements in Irish Output

ESRI Research Note Nowcasting and the Need for Timely Estimates of Movements in Irish Output ESRI Research Note Nowcasting and the Need for Timely Estimates of Movements in Irish Output David Byrne, Kieran McQuinn and Ciara Morley Research Notes are short papers on focused research issues. Nowcasting

More information

Bayesian Variable Selection for Nowcasting Time Series

Bayesian Variable Selection for Nowcasting Time Series Bayesian Variable Selection for Time Series Steve Scott Hal Varian Google August 14, 2013 What day of the week are there the most searches for [hangover]? 1. Sunday 2. Monday 3. Tuesday 4. Wednesday 5.

More information

Forecasting Economic Time Series Using Targeted Predictors. November 14, 2007

Forecasting Economic Time Series Using Targeted Predictors. November 14, 2007 Forecasting Economic Time Series Using Targeted Predictors Jushan Bai Serena Ng November 14, 2007 Abstract This paper studies two refinements to the method of factor forecasting. First, we consider the

More information

Folie 1. Folie 2. Folie 3. Evaluating Econometric Forecasts of. Economic and Financial Variables. Chapter 2 (

Folie 1. Folie 2. Folie 3. Evaluating Econometric Forecasts of. Economic and Financial Variables. Chapter 2 ( Folie 1 Evaluating Econometric Forecasts of Economic and Financial Variables Michael P. CLEMENS Palgrave macmilian, Basingstoke, 005 Chapter (.1.3.) Point Forecasts Zenaty Patrik 010703 Folie CONEN Introduction

More information

WORKING PAPER SERIES SHORT-TERM FORECASTS OF EURO AREA REAL GDP GROWTH AN ASSESSMENT OF REAL-TIME PERFORMANCE BASED ON VINTAGE DATA NO 622 / MAY 2006

WORKING PAPER SERIES SHORT-TERM FORECASTS OF EURO AREA REAL GDP GROWTH AN ASSESSMENT OF REAL-TIME PERFORMANCE BASED ON VINTAGE DATA NO 622 / MAY 2006 WORKING PAPER SERIES NO 622 / MAY 2006 SHORT-TERM FORECASTS OF EURO AREA REAL GDP GROWTH AN ASSESSMENT OF REAL-TIME PERFORMANCE BASED ON VINTAGE DATA by Marie Diron WORKING PAPER SERIES NO 622 / MAY 2006

More information

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I.

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I. Vector Autoregressive Model Vector Autoregressions II Empirical Macroeconomics - Lect 2 Dr. Ana Beatriz Galvao Queen Mary University of London January 2012 A VAR(p) model of the m 1 vector of time series

More information

Monitoring Forecasting Performance

Monitoring Forecasting Performance Monitoring Forecasting Performance Identifying when and why return prediction models work Allan Timmermann and Yinchu Zhu University of California, San Diego June 21, 2015 Outline Testing for time-varying

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Forecasting Fundamentals ECON/FIN

More information

ISyE 691 Data mining and analytics

ISyE 691 Data mining and analytics ISyE 691 Data mining and analytics Regression Instructor: Prof. Kaibo Liu Department of Industrial and Systems Engineering UW-Madison Email: kliu8@wisc.edu Office: Room 3017 (Mechanical Engineering Building)

More information

Forecasting 1 to h steps ahead using partial least squares

Forecasting 1 to h steps ahead using partial least squares Forecasting 1 to h steps ahead using partial least squares Philip Hans Franses Econometric Institute, Erasmus University Rotterdam November 10, 2006 Econometric Institute Report 2006-47 I thank Dick van

More information

Bayesian Compressed Vector Autoregressions

Bayesian Compressed Vector Autoregressions Bayesian Compressed Vector Autoregressions Gary Koop a, Dimitris Korobilis b, and Davide Pettenuzzo c a University of Strathclyde b University of Glasgow c Brandeis University 9th ECB Workshop on Forecasting

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

Nowcasting New Zealand GDP Using Machine Learning Algorithms

Nowcasting New Zealand GDP Using Machine Learning Algorithms Crawford School of Public Policy CAMA Centre for Applied Macroeconomic Analysis Nowcasting New Zealand GDP Using Machine Learning Algorithms CAMA Working Paper 47/2018 September 2018 Adam Richardson Reserve

More information

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 17th Class 7/1/10 The only function of economic forecasting is to make astrology look respectable. --John Kenneth Galbraith show

More information

Block Bootstrap Prediction Intervals for Vector Autoregression

Block Bootstrap Prediction Intervals for Vector Autoregression Department of Economics Working Paper Block Bootstrap Prediction Intervals for Vector Autoregression Jing Li Miami University 2013 Working Paper # - 2013-04 Block Bootstrap Prediction Intervals for Vector

More information

Forecasting Global Recessions in a GVAR Model of Actual and Expected Output in the G7

Forecasting Global Recessions in a GVAR Model of Actual and Expected Output in the G7 Forecasting Global Recessions in a GVAR Model of Actual and Expected Output in the G Tony Garratt, Kevin Lee and Kalvinder Shields Ron Smith Conference London, June Lee (Ron Smith Conference) G Recessions

More information

DNB W O R K ING P A P E R. Nowcasting and forecasting economic growth in the euro area using principal components. No. 415 / February 2014

DNB W O R K ING P A P E R. Nowcasting and forecasting economic growth in the euro area using principal components. No. 415 / February 2014 DNB Working Paper No. 415 / February 2014 Irma Hindrayanto, Siem Jan Koopman and Jasper de Winter DNB W O R K ING P A P E R Nowcasting and forecasting economic growth in the euro area using principal components

More information

Mining Big Data Using Parsimonious Factor and Shrinkage Methods

Mining Big Data Using Parsimonious Factor and Shrinkage Methods Mining Big Data Using Parsimonious Factor and Shrinkage Methods Hyun Hak Kim 1 and Norman Swanson 2 1 Bank of Korea and 2 Rutgers University ECB Workshop on using Big Data for Forecasting and Statistics

More information

EUROPEAN ECONOMY EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ECONOMIC AND FINANCIAL AFFAIRS

EUROPEAN ECONOMY EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ECONOMIC AND FINANCIAL AFFAIRS EUROPEAN ECONOMY EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ECONOMIC AND FINANCIAL AFFAIRS ECONOMIC PAPERS ISSN 1725-3187 http://europa.eu.int/comm/economy_finance N 249 June 2006 The Stacked Leading

More information

ARTICLE IN PRESS. Journal of Economics and Business xxx (2016) xxx xxx. Contents lists available at ScienceDirect. Journal of Economics and Business

ARTICLE IN PRESS. Journal of Economics and Business xxx (2016) xxx xxx. Contents lists available at ScienceDirect. Journal of Economics and Business Journal of Economics and Business xxx (2016) xxx xxx Contents lists available at ScienceDirect Journal of Economics and Business Comparing Federal Reserve, Blue Chip, and time series forecasts of US output

More information

A Non-Parametric Approach of Heteroskedasticity Robust Estimation of Vector-Autoregressive (VAR) Models

A Non-Parametric Approach of Heteroskedasticity Robust Estimation of Vector-Autoregressive (VAR) Models Journal of Finance and Investment Analysis, vol.1, no.1, 2012, 55-67 ISSN: 2241-0988 (print version), 2241-0996 (online) International Scientific Press, 2012 A Non-Parametric Approach of Heteroskedasticity

More information

Purchasing power parity: A nonlinear multivariate perspective. Abstract

Purchasing power parity: A nonlinear multivariate perspective. Abstract Purchasing power parity: A nonlinear multivariate perspective Frédérique Bec THEMA, University of Cergy-Pontoise and CREST, France Mélika Ben Salem OEP, Paris-Est University and LEA-INRA (PSE), France

More information

Forecasting the unemployment rate when the forecast loss function is asymmetric. Jing Tian

Forecasting the unemployment rate when the forecast loss function is asymmetric. Jing Tian Forecasting the unemployment rate when the forecast loss function is asymmetric Jing Tian This version: 27 May 2009 Abstract This paper studies forecasts when the forecast loss function is asymmetric,

More information

U n iversity o f H ei delberg

U n iversity o f H ei delberg U n iversity o f H ei delberg Department of Economics Discussion Paper Series No. 585 482482 Global Prediction of Recessions Jonas Dovern and Florian Huber March 2015 Global Prediction of Recessions Jonas

More information

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions Chapter 5 Analysis of Multiple Time Series Note: The primary references for these notes are chapters 5 and 6 in Enders (2004). An alternative, but more technical treatment can be found in chapters 10-11

More information

Linear regression methods

Linear regression methods Linear regression methods Most of our intuition about statistical methods stem from linear regression. For observations i = 1,..., n, the model is Y i = p X ij β j + ε i, j=1 where Y i is the response

More information

Indicator Models for Private Consumption

Indicator Models for Private Consumption 93 Indicator Models for Private Consumption Jonas Sørensen, Economics INTRODUCTION AND SUMMARY Private consumption accounts for around half of Denmark's gross domestic product, GDP, and is therefore an

More information

Factor models. May 11, 2012

Factor models. May 11, 2012 Factor models May 11, 2012 Factor Models Macro economists have a peculiar data situation: Many data series, but usually short samples How can we utilize all this information without running into degrees

More information

Examining the Evidence for Purchasing Power Parity Under the. Current Float by Recursive Mean Adjustment

Examining the Evidence for Purchasing Power Parity Under the. Current Float by Recursive Mean Adjustment Examining the Evidence for Purchasing Power Parity Under the Current Float by Recursive Mean Adjustment Hyeongwoo Kim and Young-Kyu Moh Auburn University and Texas Tech University June 2009 Abstract This

More information

LONG-MEMORY FORECASTING OF U.S. MONETARY INDICES

LONG-MEMORY FORECASTING OF U.S. MONETARY INDICES LONG-MEMORY FORECASTING OF U.S. MONETARY INDICES John Barkoulas Department of Finance & Quantitative Analysis Georgia Southern University Statesboro, GA 30460, USA Tel. (912) 871-1838, Fax (912) 871-1835

More information

Advances in Nowcasting Economic Activity

Advances in Nowcasting Economic Activity Advances in Nowcasting Economic Activity Juan Antoĺın-Díaz 1 Thomas Drechsel 2 Ivan Petrella 3 2nd Forecasting at Central Banks Conference Bank of England November 15, 218 1 London Business School 2 London

More information

Econ 423 Lecture Notes: Additional Topics in Time Series 1

Econ 423 Lecture Notes: Additional Topics in Time Series 1 Econ 423 Lecture Notes: Additional Topics in Time Series 1 John C. Chao April 25, 2017 1 These notes are based in large part on Chapter 16 of Stock and Watson (2011). They are for instructional purposes

More information

SHORT-TERM FORECASTING OF REAL GDP USING MONTHLY DATA

SHORT-TERM FORECASTING OF REAL GDP USING MONTHLY DATA SHORT-TERM FORECASTING OF REAL GDP USING MONTHLY DATA JURAJ HUČEK, ALEXANDER KARŠAY, MARIÁN VÁVRA OCCASIONAL PAPER National Bank of Slovakia www.nbs.sk Imricha Karvaša 1 813 25 Bratislva research@nbs.sk

More information

Nowcasting gross domestic product in Japan using professional forecasters information

Nowcasting gross domestic product in Japan using professional forecasters information Kanagawa University Economic Society Discussion Paper No. 2017-4 Nowcasting gross domestic product in Japan using professional forecasters information Nobuo Iizuka March 9, 2018 Nowcasting gross domestic

More information

Handbook on Rapid Estimates

Handbook on Rapid Estimates Handbook on Rapid Estimates November 13, 2015 2 Contents 7 Model selection, model specifications and a typology of rapid estimates 5 7.1 Abstract...................................... 5 7.2 Introduction....................................

More information

Transformations for variance stabilization

Transformations for variance stabilization FORECASTING USING R Transformations for variance stabilization Rob Hyndman Author, forecast Variance stabilization If the data show increasing variation as the level of the series increases, then a transformation

More information

May 2, Why do nonlinear models provide poor. macroeconomic forecasts? Graham Elliott (UCSD) Gray Calhoun (Iowa State) Motivating Problem

May 2, Why do nonlinear models provide poor. macroeconomic forecasts? Graham Elliott (UCSD) Gray Calhoun (Iowa State) Motivating Problem (UCSD) Gray with May 2, 2012 The with (a) Typical comments about future of forecasting imply a large role for. (b) Many studies show a limited role in providing forecasts from. (c) Reviews of forecasting

More information

Combining country-specific forecasts when forecasting Euro area macroeconomic aggregates

Combining country-specific forecasts when forecasting Euro area macroeconomic aggregates Combining country-specific forecasts when forecasting Euro area macroeconomic aggregates Jing Zeng March 26, 215 Abstract European Monetary Union (EMU) member countries forecasts are often combined to

More information

On Autoregressive Order Selection Criteria

On Autoregressive Order Selection Criteria On Autoregressive Order Selection Criteria Venus Khim-Sen Liew Faculty of Economics and Management, Universiti Putra Malaysia, 43400 UPM, Serdang, Malaysia This version: 1 March 2004. Abstract This study

More information

Forecasting Using Supervised Factor Models

Forecasting Using Supervised Factor Models Forecasting Using Supervised Factor Models Yundong Tu Guanghua School of Management Peking University Tae-Hwy Lee y Department of Economics University of California, Riverside November 2013 Abstract This

More information

Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh

Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh J. Environ. Sci. & Natural Resources, 5(): 97-07, 0 ISSN 999-736 Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh J. A. Syeda Department of Statistics, Hajee Mohammad Danesh Science

More information

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models Sung Y. Park CUHK Conditional forecasting model Forecast a variable conditional on assumptions about other variables. (scenario

More information

Empirical Approach to Modelling and Forecasting Inflation in Ghana

Empirical Approach to Modelling and Forecasting Inflation in Ghana Current Research Journal of Economic Theory 4(3): 83-87, 2012 ISSN: 2042-485X Maxwell Scientific Organization, 2012 Submitted: April 13, 2012 Accepted: May 06, 2012 Published: June 30, 2012 Empirical Approach

More information

Principles of forecasting

Principles of forecasting 2.5 Forecasting Principles of forecasting Forecast based on conditional expectations Suppose we are interested in forecasting the value of y t+1 based on a set of variables X t (m 1 vector). Let y t+1

More information

SCMA292 Mathematical Modeling : Machine Learning. Krikamol Muandet. Department of Mathematics Faculty of Science, Mahidol University.

SCMA292 Mathematical Modeling : Machine Learning. Krikamol Muandet. Department of Mathematics Faculty of Science, Mahidol University. SCMA292 Mathematical Modeling : Machine Learning Krikamol Muandet Department of Mathematics Faculty of Science, Mahidol University February 9, 2016 Outline Quick Recap of Least Square Ridge Regression

More information

Nowcasting at the Italian Fiscal Council Libero Monteforte Parliamentary Budget Office (PBO)

Nowcasting at the Italian Fiscal Council Libero Monteforte Parliamentary Budget Office (PBO) Nowcasting at the Italian Fiscal Council Libero Monteforte Parliamentary Budget Office (PBO) Bratislava, 23 November 2018 1 Outline Introduction Nowcasting for IFI s Nowcasting at PBO: Introduction The

More information

Approximating Fixed-Horizon Forecasts Using Fixed-Event Forecasts

Approximating Fixed-Horizon Forecasts Using Fixed-Event Forecasts Approximating Fixed-Horizon Forecasts Using Fixed-Event Forecasts Malte Knüppel and Andreea L. Vladu Deutsche Bundesbank 9th ECB Workshop on Forecasting Techniques 4 June 216 This work represents the authors

More information

EUROINDICATORS WORKING GROUP THE IMPACT OF THE SEASONAL ADJUSTMENT PROCESS OF BUSINESS TENDENCY SURVEYS ON TURNING POINTS DATING

EUROINDICATORS WORKING GROUP THE IMPACT OF THE SEASONAL ADJUSTMENT PROCESS OF BUSINESS TENDENCY SURVEYS ON TURNING POINTS DATING EUROINDICATORS WORKING GROUP 11 TH MEETING 4 & 5 DECEMBER 2008 EUROSTAT D1 DOC 239/08 THE IMPACT OF THE SEASONAL ADJUSTMENT PROCESS OF BUSINESS TENDENCY SURVEYS ON TURNING POINTS DATING ITEM 6.2 ON THE

More information

Acta Universitatis Carolinae. Mathematica et Physica

Acta Universitatis Carolinae. Mathematica et Physica Acta Universitatis Carolinae. Mathematica et Physica Jitka Zichová Some applications of time series models to financial data Acta Universitatis Carolinae. Mathematica et Physica, Vol. 52 (2011), No. 1,

More information

Bootstrap Simulation Procedure Applied to the Selection of the Multiple Linear Regressions

Bootstrap Simulation Procedure Applied to the Selection of the Multiple Linear Regressions JKAU: Sci., Vol. 21 No. 2, pp: 197-212 (2009 A.D. / 1430 A.H.); DOI: 10.4197 / Sci. 21-2.2 Bootstrap Simulation Procedure Applied to the Selection of the Multiple Linear Regressions Ali Hussein Al-Marshadi

More information

Week 9: An Introduction to Time Series

Week 9: An Introduction to Time Series BUS41100 Applied Regression Analysis Week 9: An Introduction to Time Series Dependent data, autocorrelation, AR and periodic regression models Max H. Farrell The University of Chicago Booth School of Business

More information

Smoothly Clipped Absolute Deviation (SCAD) for Correlated Variables

Smoothly Clipped Absolute Deviation (SCAD) for Correlated Variables Smoothly Clipped Absolute Deviation (SCAD) for Correlated Variables LIB-MA, FSSM Cadi Ayyad University (Morocco) COMPSTAT 2010 Paris, August 22-27, 2010 Motivations Fan and Li (2001), Zou and Li (2008)

More information

Lecture 5: Soft-Thresholding and Lasso

Lecture 5: Soft-Thresholding and Lasso High Dimensional Data and Statistical Learning Lecture 5: Soft-Thresholding and Lasso Weixing Song Department of Statistics Kansas State University Weixing Song STAT 905 October 23, 2014 1/54 Outline Penalized

More information

Nowcasting GDP with Real-time Datasets: An ECM-MIDAS Approach

Nowcasting GDP with Real-time Datasets: An ECM-MIDAS Approach Nowcasting GDP with Real-time Datasets: An ECM-MIDAS Approach, Thomas Goetz, J-P. Urbain Maastricht University October 2011 lain Hecq (Maastricht University) Nowcasting GDP with MIDAS October 2011 1 /

More information

14.44/ Energy Economics, Spring 2006 Problem Set 2

14.44/ Energy Economics, Spring 2006 Problem Set 2 14.44/14.444 Energy Economics, Spring 2006 Problem Set 2 Due Friday February 23, 2006 in class or Arthur Campbell s mail folder Late problem sets are not accepted This problem set reviews your knowledge

More information

Forecasting in a Mixed Up World: Nowcasting Hawaii Tourism

Forecasting in a Mixed Up World: Nowcasting Hawaii Tourism Forecasting in a Mixed Up World: Nowcasting Hawaii Tourism by Ashley Hirashima, James Jones, Carl S. Bonham, and Peter Fuleky Working Paper No. 2015-3R September 28, 2015 revised: August 2, 2016 UNIVERSITY

More information

Forecasting. Bernt Arne Ødegaard. 16 August 2018

Forecasting. Bernt Arne Ødegaard. 16 August 2018 Forecasting Bernt Arne Ødegaard 6 August 208 Contents Forecasting. Choice of forecasting model - theory................2 Choice of forecasting model - common practice......... 2.3 In sample testing of

More information

Variable Targeting and Reduction in High-Dimensional Vector Autoregressions

Variable Targeting and Reduction in High-Dimensional Vector Autoregressions Variable Targeting and Reduction in High-Dimensional Vector Autoregressions Tucker McElroy (U.S. Census Bureau) Frontiers in Forecasting February 21-23, 2018 1 / 22 Disclaimer This presentation is released

More information

Advances in econometric tools to complement official statistics in the field of Principal European Economic Indicators

Advances in econometric tools to complement official statistics in the field of Principal European Economic Indicators Advances in econometric tools to complement official statistics in the field of Principal European Economic Indicators GIAN LUIGI MAZZI, FILIPPO MOAURO AND ROSA RUGGERI CANNATA 2016 edition STATISTICAL

More information

How Well Are Recessions and Recoveries Forecast? Prakash Loungani, Herman Stekler and Natalia Tamirisa

How Well Are Recessions and Recoveries Forecast? Prakash Loungani, Herman Stekler and Natalia Tamirisa How Well Are Recessions and Recoveries Forecast? Prakash Loungani, Herman Stekler and Natalia Tamirisa 1 Outline Focus of the study Data Dispersion and forecast errors during turning points Testing efficiency

More information

Short-Term Forecasting of Czech Quarterly GDP Using Monthly Indicators *

Short-Term Forecasting of Czech Quarterly GDP Using Monthly Indicators * JEL Classification: C22, C32, C38, C52, C53, E23, E27 Keywords: GDP forecasting, bridge models, principal components, dynamic factor models, real-time evaluation Short-Term Forecasting of Czech uarterly

More information

Appendix 1 Model Selection: GARCH Models. Parameter estimates and summary statistics for models of the form: 1 if ɛt i < 0 0 otherwise

Appendix 1 Model Selection: GARCH Models. Parameter estimates and summary statistics for models of the form: 1 if ɛt i < 0 0 otherwise Appendix 1 Model Selection: GARCH Models Parameter estimates and summary statistics for models of the form: R t = µ + ɛ t ; ɛ t (0, h 2 t ) (1) h 2 t = α + 2 ( 2 ( 2 ( βi ht i) 2 + γi ɛt i) 2 + δi D t

More information

MEANINGFUL REGRESSION COEFFICIENTS BUILT BY DATA GRADIENTS

MEANINGFUL REGRESSION COEFFICIENTS BUILT BY DATA GRADIENTS Advances in Adaptive Data Analysis Vol. 2, No. 4 (2010) 451 462 c World Scientific Publishing Company DOI: 10.1142/S1793536910000574 MEANINGFUL REGRESSION COEFFICIENTS BUILT BY DATA GRADIENTS STAN LIPOVETSKY

More information

Lasso Regression: Regularization for feature selection

Lasso Regression: Regularization for feature selection Lasso Regression: Regularization for feature selection Emily Fox University of Washington January 18, 2017 Feature selection task 1 Why might you want to perform feature selection? Efficiency: - If size(w)

More information

Forecasting the Yield Curve in a Data-Rich Environment using the Factor-Augmented Nelson-Siegel Model

Forecasting the Yield Curve in a Data-Rich Environment using the Factor-Augmented Nelson-Siegel Model Forecasting the Yield Curve in a Data-Rich Environment using the Factor-Augmented Nelson-Siegel Model Peter Exterkate Dick van Dijk Christiaan Heij Patrick J.F. Groenen Econometric Institute, Erasmus University

More information