Model estimation through matrix equations in financial econometrics

Size: px
Start display at page:

Download "Model estimation through matrix equations in financial econometrics"

Transcription

1 Model estimation through matrix equations in financial econometrics Federico Poloni 1 Joint work with Giacomo Sbrana 2 1 Technische Universität Berlin (A. Von Humboldt postdoctoral fellow) 2 Rouen Business School When Probability Meets Computation Varese, June 2012 F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

2 Last November, I received an message from a researcher in Econometrics looking for help with some matrix equations. We spent some time trying to understand each other s language... F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

3 Last November, I received an message from a researcher in Econometrics looking for help with some matrix equations. We spent some time trying to understand each other s language... ρ(m) QR a :,: O(n 2 log n) eigs! H t ARMA(1,1) P[X] E[y t ] Var Z! F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

4 Scalar GARCH A GARCH(1,1) model is a stochastic time series y t such that y t = h 1/2 t ɛ t, where ɛ t is IID noise with mean 0 and variance 1 h t depends linearly on y 2 t 1 and h t 1 : a + b 1 h t = c + ay 2 t 1 + bh t 1 Popular choice to model stock market volatility [Engle, 82], [Bollerslev, 86] Estimation problem Given a large number of observations, estimate the parameters c, a, b [Francq, Zakoïan, book 10] F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

5 Example Figure: Example GARCH(1,1) data F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

6 Multivariate GARCH Different possible generalizations. Simplest one: every entry of the variance H t may depend linearly on every entry of H t 1 and every (y t 1 ) i (y t 1 ) j Vectorization: a tool to express this y 1 y 1 1 y 1 y 2 y t yt T y x t = 1 y , H y 2 y 2 t = h t = y 2 y 3 5 y 3 y 3 6 Multivariate GARCH h t = c + Ax t 1 + Bh t 1 F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

7 Multivariate GARCH A multivariate GARCH(1,1) model is a time series y t of d 1 vectors such that y t = H 1/2 t ɛ t, where ɛ t is IID noise with mean 0 and variance I d H t is an affine linear function of H t 1 and y t 1 yt 1. T In formulas h t = c + Ax t 1 + Bh t 1 all the eigenvalues of A + B are in the unit circle Estimation problem Given a large number of observations, estimate the parameters c, A, B [Francq, Zakoïan, book 10] F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

8 Example Figure: Example GARCH(1,1) data F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

9 Quasi-Maximum Likelihood Most popular choice for estimating c, A, B: Quasi-Maximum Likelihood Given a guess ĉ, Â, ˆB, we can compute Ĥ t at each time and then the likelihood l t that a Gaussian N(0, H t ) generates the observed y t Remark the noise is not assumed Gaussian in general, so this is an approximation A good guess for the parameters is n max l t ĉ,â, ˆB t=1 (but it is not clear how to compute it) F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

10 Estimating a GARCH through ML Most popular choice for estimating c, A, B: Quasi-Maximum Likelihood Take likelihood function L(c, A, B) and feed it to a black-box optimizer optimizer proceeds blindly, no knowledge of function expression difficult optimization problem: nonconvex, high-dimensional the code is delicate: step-size control, numerical derivatives... slow, big and scary Our hope Finding a more manageable estimator F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

11 Estimating a GARCH through ML Most popular choice for estimating c, A, B: Quasi-Maximum Likelihood Take likelihood function L(c, A, B) and feed it to a black-box optimizer optimizer proceeds blindly, no knowledge of function expression difficult optimization problem: nonconvex, high-dimensional the code is delicate: step-size control, numerical derivatives... slow, big and scary Our hope Finding a more manageable estimator F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

12 Estimating c and A + B Key property y t y T t is almost H t, since H t = var[y t ] More precisely: ξ t := x t h t is an MDS, i.e., E [ξ t ] = 0 independently of everything that happens up to t 1 x t = ξ t + c + (A + B)x t 1 Bξ t 1 Yule-Walker type formulas If we compute autocorrelations M k = E M k+1 = (A + B)M k k 1 [ (x t E [x])(x t k E [x]) T ], Autocorrelations are easily estimated using sample autocorrelations ˆM k = 1 n x t+k xt T. From them we can get A + B and c. n t=1 F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

13 Moving average Now we use the moving average vector j t := x t (A + B)x t 1 c = ξ t Bξ t 1 (the second form is obtained using the formulas for h t ) We get, with Φ := A + B and Σ = Var(ξ t ) [ ] Γ 0 = E j t jt T = M 0 M 1 Φ T ΦM1 T + ΦM 0 Φ T = Σ + BΣB T [ ] Γ 1 = E j t+1 jt T = M 1 ΦM 0 = BΣ F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

14 Matrix equations [ ] Γ 0 = E j t jt T = M 0 M 1 Φ T ΦM1 T + ΦM 0 Φ T = Σ + BΣB T [ ] Γ 1 = E j t+1 jt T = M 1 ΦM 0 = BΣ We can eliminate either Σ or B, getting Γ T 1 Γ 0 B T + Γ 1 (B T ) 2 = 0 (P) Γ 0 = Σ + Γ 1 Σ 1 Γ T 1. (P) is a palindromic matrix equation [Mackey et al 05, Gohberg et al book 09] (R) is a baby-riccati nonlinear matrix equation (NME) [Engwerda et al 93, Meini 02, + others] (R) F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

15 A closed-form estimator Γ1 T Γ 0 B T + Γ 1 (B T ) 2 = 0 (P) We can solve (P) via linearization [... ] or cyclic reduction/doubling [... ] The complete procedure Compute a few of the first sample autocorrelations ˆM k Estimate  + B and ĉ using Yule-Walker results (how?) Estimate ˆΓ 0 and ˆΓ 1, autocorrelations of j t = x t ( + B)x t 1 ĉ Solve the matrix equation (P) to get ˆB Suggested by [Linton, Kristensen 06] for the univariate GARCH, where (P) is simply a quadratic equation We can now generalize it to the more interesting multivariate case F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

16 Solving matrix equations (when it is possible) Γ T 1 Γ 0 B T + Γ 1 (B T ) 2 = 0 (P) Γ 0 = Σ + Γ 1 Σ 1 Γ T 1. Solvability theory, putting together mostly known results for (R): If P(λ) = Γ T 1 λ 1 + Γ 0 + Γ 1 λ 0 on the unit circle, a unique stable B (ρ(b) 1) exists Otherwise, no pair (B, Σ) with Σ 0 exists If our model holds, B exists (but often eigenvalues close to the unit circle). Problem Γ 0, Γ 1 come from the data and must be estimated. If large errors, (P) and (R) are perturbed to unsolvable equations (R) F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

17 Example Work in progress (with T. Brüll, C. Schröder): find small perturbations to Γ 0, Γ 1 which move the lines up. F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

18 So, does it really work? Yes, but still not as accurate as MLE. Weak point: the convergence ˆM k M k is not that fast However, much faster than MLE. Suggested uses: use it as a starting value for optimization in MLE or use an iterative feasible least-squares procedure to refine it Almost finished: asymptotic consistency/normality properties of LS F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

19 Idea of feasible GLS Method to refine an estimate ĉ, Â, ˆB x t = h t + (error); h t = f (c, A, B, x t 1, h t 1 ) linear in c, A, B Problems: min f (c, A, B, xt 1, h t 1 ) x t 2 c,a,b We do not know h t 1 in the formula Replace it by ĥ t 1 Variance of the error varies (it is h t ), least squares methods start from the assumption that it is fixed Rescale it with ĥt We run a few iterations of this method and check which one has the largest likelihood F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

20 Simulated (Monte-Carlo) results Only some preliminary results , 1000 or 5000 observations ρ(a + B) up to 0.9 Speedup in QML around 30% for sufficiently hard experiments In some cases, convergence problems in QML with our starting values we are trying to understand this Closed form estimator iterations of FGLS: accuracy on par with QML, much faster, simple to code. F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

21 Conclusions New application for matrix equations and structured linear algebra Correct estimations are crucial to assess risk in economic models F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

22 Conclusions New application for matrix equations and structured linear algebra Correct estimations are crucial to assess risk in economic models We help practitioners make the same errors, but much faster! Thanks for your attention And a happy retirement to Guy! F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

23 Conclusions New application for matrix equations and structured linear algebra Correct estimations are crucial to assess risk in economic models We help practitioners make the same errors, but much faster! Thanks for your attention And a happy retirement to Guy!??? Profit! F. Poloni (TU Berlin) Matrix eqns in econometrics Varese / 19

Perturbing Palindromic Matrix Equations to Make Them Solvable

Perturbing Palindromic Matrix Equations to Make Them Solvable Perturbing Palindromic Matrix Equations to Make Them Solvable Federico Poloni 1 Joint work with Tobias Brüll 2, Giacomo Sbrana 3, Christian Schröder 4 1 U Pisa, Dept of Computer Science 2 Computer Simulation

More information

Estimating Econometric Models through Matrix Equations

Estimating Econometric Models through Matrix Equations Estimating Econometric Models through Matrix Equations Federico Poloni 1 Giacomo Sbrana 2 1 U Pisa, Dept of Computer Science 2 Rouen Business School, France No Free Lunch Seminar SNS, Pisa, February 2013

More information

Multivariate time series estimation via projections and matrix equations

Multivariate time series estimation via projections and matrix equations Multivariate time series estimation via projections and matrix equations Federico Poloni 1 Giacomo Sbrana 2 1 U Pisa, Italy, Dept of Computer Science 2 NEOMA Business School, Rouen, France Structured Numerical

More information

New Introduction to Multiple Time Series Analysis

New Introduction to Multiple Time Series Analysis Helmut Lütkepohl New Introduction to Multiple Time Series Analysis With 49 Figures and 36 Tables Springer Contents 1 Introduction 1 1.1 Objectives of Analyzing Multiple Time Series 1 1.2 Some Basics 2

More information

Enforcing solvability of a nonlinear matrix equation and estimation of multivariate ARMA time series

Enforcing solvability of a nonlinear matrix equation and estimation of multivariate ARMA time series Enforcing solvability of a nonlinear matrix equation and estimation of multivariate ARMA time series Tobias Brüll and Federico Poloni and Giacomo Sbrana and Christian Schröder July 18, 2013 Abstract The

More information

Multivariate Time Series: VAR(p) Processes and Models

Multivariate Time Series: VAR(p) Processes and Models Multivariate Time Series: VAR(p) Processes and Models A VAR(p) model, for p > 0 is X t = φ 0 + Φ 1 X t 1 + + Φ p X t p + A t, where X t, φ 0, and X t i are k-vectors, Φ 1,..., Φ p are k k matrices, with

More information

Multivariate GARCH models.

Multivariate GARCH models. Multivariate GARCH models. Financial market volatility moves together over time across assets and markets. Recognizing this commonality through a multivariate modeling framework leads to obvious gains

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Estimation and Inference Gerald P. Dwyer Trinity College, Dublin January 2013 Who am I? Visiting Professor and BB&T Scholar at Clemson University Federal Reserve Bank of Atlanta

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

M-estimators for augmented GARCH(1,1) processes

M-estimators for augmented GARCH(1,1) processes M-estimators for augmented GARCH(1,1) processes Freiburg, DAGStat 2013 Fabian Tinkl 19.03.2013 Chair of Statistics and Econometrics FAU Erlangen-Nuremberg Outline Introduction The augmented GARCH(1,1)

More information

Intro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH

Intro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH ntro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH JEM 140: Quantitative Multivariate Finance ES, Charles University, Prague Summer 2018 JEM 140 () 4. MGARCH Summer 2018

More information

The autocorrelation and autocovariance functions - helpful tools in the modelling problem

The autocorrelation and autocovariance functions - helpful tools in the modelling problem The autocorrelation and autocovariance functions - helpful tools in the modelling problem J. Nowicka-Zagrajek A. Wy lomańska Institute of Mathematics and Computer Science Wroc law University of Technology,

More information

Generalized Autoregressive Score Smoothers

Generalized Autoregressive Score Smoothers Generalized Autoregressive Score Smoothers Giuseppe Buccheri 1, Giacomo Bormetti 2, Fulvio Corsi 3,4, and Fabrizio Lillo 2 1 Scuola Normale Superiore, Italy 2 University of Bologna, Italy 3 University

More information

Is the Macroeconomy Locally Unstable and Why should we care?

Is the Macroeconomy Locally Unstable and Why should we care? Is the Macroeconomy Locally Unstable and Why should we care? Paul Beaudry, Dana Galizia & Franck Portier NBER macroannual April 2016 1 / 22 Introduction In most macro-models, BC fluctuation arises as the

More information

Fitting Linear Statistical Models to Data by Least Squares: Introduction

Fitting Linear Statistical Models to Data by Least Squares: Introduction Fitting Linear Statistical Models to Data by Least Squares: Introduction Radu Balan, Brian R. Hunt and C. David Levermore University of Maryland, College Park University of Maryland, College Park, MD Math

More information

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications Yongmiao Hong Department of Economics & Department of Statistical Sciences Cornell University Spring 2019 Time and uncertainty

More information

Econometric Forecasting

Econometric Forecasting Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 1, 2014 Outline Introduction Model-free extrapolation Univariate time-series models Trend

More information

Testing Monotonicity of Pricing Kernels

Testing Monotonicity of Pricing Kernels Yuri Golubev Wolfgang Härdle Roman Timofeev C.A.S.E. Center for Applied Statistics and Economics Humboldt-Universität zu Berlin 12 1 8 6 4 2 2 4 25 2 15 1 5 5 1 15 2 25 Motivation 2-2 Motivation An investor

More information

1 Introduction to Generalized Least Squares

1 Introduction to Generalized Least Squares ECONOMICS 7344, Spring 2017 Bent E. Sørensen April 12, 2017 1 Introduction to Generalized Least Squares Consider the model Y = Xβ + ɛ, where the N K matrix of regressors X is fixed, independent of the

More information

lecture 2 and 3: algorithms for linear algebra

lecture 2 and 3: algorithms for linear algebra lecture 2 and 3: algorithms for linear algebra STAT 545: Introduction to computational statistics Vinayak Rao Department of Statistics, Purdue University August 27, 2018 Solving a system of linear equations

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Analytical derivates of the APARCH model

Analytical derivates of the APARCH model Analytical derivates of the APARCH model Sébastien Laurent Forthcoming in Computational Economics October 24, 2003 Abstract his paper derives analytical expressions for the score of the APARCH model of

More information

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form Qualifying exam for numerical analysis (Spring 2017) Show your work for full credit. If you are unable to solve some part, attempt the subsequent parts. 1. Consider the following finite difference: f (0)

More information

GMM and SMM. 1. Hansen, L Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p

GMM and SMM. 1. Hansen, L Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p GMM and SMM Some useful references: 1. Hansen, L. 1982. Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p. 1029-54. 2. Lee, B.S. and B. Ingram. 1991 Simulation estimation

More information

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models University of Illinois Fall 2016 Department of Economics Roger Koenker Economics 536 Lecture 7 Introduction to Specification Testing in Dynamic Econometric Models In this lecture I want to briefly describe

More information

Linear Methods for Prediction

Linear Methods for Prediction Chapter 5 Linear Methods for Prediction 5.1 Introduction We now revisit the classification problem and focus on linear methods. Since our prediction Ĝ(x) will always take values in the discrete set G we

More information

Generated Covariates in Nonparametric Estimation: A Short Review.

Generated Covariates in Nonparametric Estimation: A Short Review. Generated Covariates in Nonparametric Estimation: A Short Review. Enno Mammen, Christoph Rothe, and Melanie Schienle Abstract In many applications, covariates are not observed but have to be estimated

More information

If we want to analyze experimental or simulated data we might encounter the following tasks:

If we want to analyze experimental or simulated data we might encounter the following tasks: Chapter 1 Introduction If we want to analyze experimental or simulated data we might encounter the following tasks: Characterization of the source of the signal and diagnosis Studying dependencies Prediction

More information

Efficient estimation of a semiparametric dynamic copula model

Efficient estimation of a semiparametric dynamic copula model Efficient estimation of a semiparametric dynamic copula model Christian Hafner Olga Reznikova Institute of Statistics Université catholique de Louvain Louvain-la-Neuve, Blgium 30 January 2009 Young Researchers

More information

Thomas J. Fisher. Research Statement. Preliminary Results

Thomas J. Fisher. Research Statement. Preliminary Results Thomas J. Fisher Research Statement Preliminary Results Many applications of modern statistics involve a large number of measurements and can be considered in a linear algebra framework. In many of these

More information

The Size and Power of Four Tests for Detecting Autoregressive Conditional Heteroskedasticity in the Presence of Serial Correlation

The Size and Power of Four Tests for Detecting Autoregressive Conditional Heteroskedasticity in the Presence of Serial Correlation The Size and Power of Four s for Detecting Conditional Heteroskedasticity in the Presence of Serial Correlation A. Stan Hurn Department of Economics Unversity of Melbourne Australia and A. David McDonald

More information

Nonstationary Time Series:

Nonstationary Time Series: Nonstationary Time Series: Unit Roots Egon Zakrajšek Division of Monetary Affairs Federal Reserve Board Summer School in Financial Mathematics Faculty of Mathematics & Physics University of Ljubljana September

More information

Diagnostic Test for GARCH Models Based on Absolute Residual Autocorrelations

Diagnostic Test for GARCH Models Based on Absolute Residual Autocorrelations Diagnostic Test for GARCH Models Based on Absolute Residual Autocorrelations Farhat Iqbal Department of Statistics, University of Balochistan Quetta-Pakistan farhatiqb@gmail.com Abstract In this paper

More information

Single Equation Linear GMM with Serially Correlated Moment Conditions

Single Equation Linear GMM with Serially Correlated Moment Conditions Single Equation Linear GMM with Serially Correlated Moment Conditions Eric Zivot November 2, 2011 Univariate Time Series Let {y t } be an ergodic-stationary time series with E[y t ]=μ and var(y t )

More information

The Instability of Correlations: Measurement and the Implications for Market Risk

The Instability of Correlations: Measurement and the Implications for Market Risk The Instability of Correlations: Measurement and the Implications for Market Risk Prof. Massimo Guidolin 20254 Advanced Quantitative Methods for Asset Pricing and Structuring Winter/Spring 2018 Threshold

More information

When is a copula constant? A test for changing relationships

When is a copula constant? A test for changing relationships When is a copula constant? A test for changing relationships Fabio Busetti and Andrew Harvey Bank of Italy and University of Cambridge November 2007 usetti and Harvey (Bank of Italy and University of Cambridge)

More information

Generalized Autoregressive Score Models

Generalized Autoregressive Score Models Generalized Autoregressive Score Models by: Drew Creal, Siem Jan Koopman, André Lucas To capture the dynamic behavior of univariate and multivariate time series processes, we can allow parameters to be

More information

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED by W. Robert Reed Department of Economics and Finance University of Canterbury, New Zealand Email: bob.reed@canterbury.ac.nz

More information

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes W ei Sun 1, Svetlozar Rachev 1,2, F rank J. F abozzi 3 1 Institute of Statistics and Mathematical Economics, University

More information

lecture 3 and 4: algorithms for linear algebra

lecture 3 and 4: algorithms for linear algebra lecture 3 and 4: algorithms for linear algebra STAT 545: Introduction to computational statistics Vinayak Rao Department of Statistics, Purdue University August 30, 2016 Solving a system of linear equations

More information

EECE Adaptive Control

EECE Adaptive Control EECE 574 - Adaptive Control Basics of System Identification Guy Dumont Department of Electrical and Computer Engineering University of British Columbia January 2010 Guy Dumont (UBC) EECE574 - Basics of

More information

Midterm. Introduction to Machine Learning. CS 189 Spring Please do not open the exam before you are instructed to do so.

Midterm. Introduction to Machine Learning. CS 189 Spring Please do not open the exam before you are instructed to do so. CS 89 Spring 07 Introduction to Machine Learning Midterm Please do not open the exam before you are instructed to do so. The exam is closed book, closed notes except your one-page cheat sheet. Electronic

More information

Notes on Random Vectors and Multivariate Normal

Notes on Random Vectors and Multivariate Normal MATH 590 Spring 06 Notes on Random Vectors and Multivariate Normal Properties of Random Vectors If X,, X n are random variables, then X = X,, X n ) is a random vector, with the cumulative distribution

More information

Introduction to ARMA and GARCH processes

Introduction to ARMA and GARCH processes Introduction to ARMA and GARCH processes Fulvio Corsi SNS Pisa 3 March 2010 Fulvio Corsi Introduction to ARMA () and GARCH processes SNS Pisa 3 March 2010 1 / 24 Stationarity Strict stationarity: (X 1,

More information

Modeling Ultra-High-Frequency Multivariate Financial Data by Monte Carlo Simulation Methods

Modeling Ultra-High-Frequency Multivariate Financial Data by Monte Carlo Simulation Methods Outline Modeling Ultra-High-Frequency Multivariate Financial Data by Monte Carlo Simulation Methods Ph.D. Student: Supervisor: Marco Minozzo Dipartimento di Scienze Economiche Università degli Studi di

More information

Bayesian Methods and Uncertainty Quantification for Nonlinear Inverse Problems

Bayesian Methods and Uncertainty Quantification for Nonlinear Inverse Problems Bayesian Methods and Uncertainty Quantification for Nonlinear Inverse Problems John Bardsley, University of Montana Collaborators: H. Haario, J. Kaipio, M. Laine, Y. Marzouk, A. Seppänen, A. Solonen, Z.

More information

Gaussian kernel GARCH models

Gaussian kernel GARCH models Gaussian kernel GARCH models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics 7 June 2013 Motivation A regression model is often

More information

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley Time Series Models and Inference James L. Powell Department of Economics University of California, Berkeley Overview In contrast to the classical linear regression model, in which the components of the

More information

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53 State-space Model Eduardo Rossi University of Pavia November 2014 Rossi State-space Model Fin. Econometrics - 2014 1 / 53 Outline 1 Motivation 2 Introduction 3 The Kalman filter 4 Forecast errors 5 State

More information

Robust Backtesting Tests for Value-at-Risk Models

Robust Backtesting Tests for Value-at-Risk Models Robust Backtesting Tests for Value-at-Risk Models Jose Olmo City University London (joint work with Juan Carlos Escanciano, Indiana University) Far East and South Asia Meeting of the Econometric Society

More information

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 7: Single equation models

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 7: Single equation models ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 7: Single equation models Ragnar Nymoen Department of Economics University of Oslo 25 September 2018 The reference to this lecture is: Chapter

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

More information

The Nonlinear Iterative Least Squares (NL-ILS) Estimator: An Application to Volatility Models

The Nonlinear Iterative Least Squares (NL-ILS) Estimator: An Application to Volatility Models he Nonlinear Iterative Least Squares (NL-ILS Estimator: An Application to Volatility Models Gustavo Fruet Dias Queen Mary University of London his version: November 21, 2012 Job Market Paper Abstract he

More information

JOURNAL OF MANAGEMENT SCIENCES IN CHINA. R t. t = 0 + R t - 1, R t - 2, ARCH. j 0, j = 1,2,, p

JOURNAL OF MANAGEMENT SCIENCES IN CHINA. R t. t = 0 + R t - 1, R t - 2, ARCH. j 0, j = 1,2,, p 6 2 2003 4 JOURNAL OF MANAGEMENT SCIENCES IN CHINA Vol 6 No 2 Apr 2003 GARCH ( 300072) : ARCH GARCH GARCH GARCH : ; GARCH ; ; :F830 :A :1007-9807 (2003) 02-0068 - 06 0 2 t = 0 + 2 i t - i = 0 +( L) 2 t

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

More information

5: MULTIVARATE STATIONARY PROCESSES

5: MULTIVARATE STATIONARY PROCESSES 5: MULTIVARATE STATIONARY PROCESSES 1 1 Some Preliminary Definitions and Concepts Random Vector: A vector X = (X 1,..., X n ) whose components are scalarvalued random variables on the same probability

More information

ECON3327: Financial Econometrics, Spring 2016

ECON3327: Financial Econometrics, Spring 2016 ECON3327: Financial Econometrics, Spring 2016 Wooldridge, Introductory Econometrics (5th ed, 2012) Chapter 11: OLS with time series data Stationary and weakly dependent time series The notion of a stationary

More information

MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS)

MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS) MAT 3379 (Winter 2016) FINAL EXAM (SOLUTIONS) 15 April 2016 (180 minutes) Professor: R. Kulik Student Number: Name: This is closed book exam. You are allowed to use one double-sided A4 sheet of notes.

More information

TIME SERIES AND FORECASTING. Luca Gambetti UAB, Barcelona GSE Master in Macroeconomic Policy and Financial Markets

TIME SERIES AND FORECASTING. Luca Gambetti UAB, Barcelona GSE Master in Macroeconomic Policy and Financial Markets TIME SERIES AND FORECASTING Luca Gambetti UAB, Barcelona GSE 2014-2015 Master in Macroeconomic Policy and Financial Markets 1 Contacts Prof.: Luca Gambetti Office: B3-1130 Edifici B Office hours: email:

More information

Properties of Estimates of Daily GARCH Parameters. Based on Intra-day Observations. John W. Galbraith and Victoria Zinde-Walsh

Properties of Estimates of Daily GARCH Parameters. Based on Intra-day Observations. John W. Galbraith and Victoria Zinde-Walsh 3.. Properties of Estimates of Daily GARCH Parameters Based on Intra-day Observations John W. Galbraith and Victoria Zinde-Walsh Department of Economics McGill University 855 Sherbrooke St. West Montreal,

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

Financial Times Series. Lecture 12

Financial Times Series. Lecture 12 Financial Times Series Lecture 12 Multivariate Volatility Models Here our aim is to generalize the previously presented univariate volatility models to their multivariate counterparts We assume that returns

More information

Estimation of state space models with skewed shocks

Estimation of state space models with skewed shocks Estimation of state space models with skewed shocks Grzegorz Koloch April 30, 2012 Abstract This paper provides analytical formulae for the likelihood function, predictive densities and the filtration

More information

SGN Advanced Signal Processing: Lecture 8 Parameter estimation for AR and MA models. Model order selection

SGN Advanced Signal Processing: Lecture 8 Parameter estimation for AR and MA models. Model order selection SG 21006 Advanced Signal Processing: Lecture 8 Parameter estimation for AR and MA models. Model order selection Ioan Tabus Department of Signal Processing Tampere University of Technology Finland 1 / 28

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

MAT 3379 (Winter 2016) FINAL EXAM (PRACTICE)

MAT 3379 (Winter 2016) FINAL EXAM (PRACTICE) MAT 3379 (Winter 2016) FINAL EXAM (PRACTICE) 15 April 2016 (180 minutes) Professor: R. Kulik Student Number: Name: This is closed book exam. You are allowed to use one double-sided A4 sheet of notes. Only

More information

On Moving Average Parameter Estimation

On Moving Average Parameter Estimation On Moving Average Parameter Estimation Niclas Sandgren and Petre Stoica Contact information: niclas.sandgren@it.uu.se, tel: +46 8 473392 Abstract Estimation of the autoregressive moving average (ARMA)

More information

1 Teaching notes on structural VARs.

1 Teaching notes on structural VARs. Bent E. Sørensen February 22, 2007 1 Teaching notes on structural VARs. 1.1 Vector MA models: 1.1.1 Probability theory The simplest (to analyze, estimation is a different matter) time series models are

More information

Heteroskedasticity in Time Series

Heteroskedasticity in Time Series Heteroskedasticity in Time Series Figure: Time Series of Daily NYSE Returns. 206 / 285 Key Fact 1: Stock Returns are Approximately Serially Uncorrelated Figure: Correlogram of Daily Stock Market Returns.

More information

ECON 4160, Lecture 11 and 12

ECON 4160, Lecture 11 and 12 ECON 4160, 2016. Lecture 11 and 12 Co-integration Ragnar Nymoen Department of Economics 9 November 2017 1 / 43 Introduction I So far we have considered: Stationary VAR ( no unit roots ) Standard inference

More information

min f(x). (2.1) Objectives consisting of a smooth convex term plus a nonconvex regularization term;

min f(x). (2.1) Objectives consisting of a smooth convex term plus a nonconvex regularization term; Chapter 2 Gradient Methods The gradient method forms the foundation of all of the schemes studied in this book. We will provide several complementary perspectives on this algorithm that highlight the many

More information

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012 Problem Set #6: OLS Economics 835: Econometrics Fall 202 A preliminary result Suppose we have a random sample of size n on the scalar random variables (x, y) with finite means, variances, and covariance.

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Chapter 9 Multivariate time series 2 Transfer function

More information

Time Series Modeling of Financial Data. Prof. Daniel P. Palomar

Time Series Modeling of Financial Data. Prof. Daniel P. Palomar Time Series Modeling of Financial Data 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,

More information

Parameter Estimation for ARCH(1) Models Based on Kalman Filter

Parameter Estimation for ARCH(1) Models Based on Kalman Filter Applied Mathematical Sciences, Vol. 8, 2014, no. 56, 2783-2791 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43164 Parameter Estimation for ARCH(1) Models Based on Kalman Filter Jelloul

More information

Lecture 8: Multivariate GARCH and Conditional Correlation Models

Lecture 8: Multivariate GARCH and Conditional Correlation Models Lecture 8: Multivariate GARCH and Conditional Correlation Models Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Three issues in multivariate modelling of CH covariances

More information

Factor Models for Asset Returns. Prof. Daniel P. Palomar

Factor Models for Asset Returns. Prof. Daniel P. Palomar Factor Models for Asset Returns 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,

More information

Steven Cook University of Wales Swansea. Abstract

Steven Cook University of Wales Swansea. Abstract On the finite sample power of modified Dickey Fuller tests: The role of the initial condition Steven Cook University of Wales Swansea Abstract The relationship between the initial condition of time series

More information

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation University of Oxford Statistical Methods Autocorrelation Identification and Estimation Dr. Órlaith Burke Michaelmas Term, 2011 Department of Statistics, 1 South Parks Road, Oxford OX1 3TG Contents 1 Model

More information

Vector autoregressions, VAR

Vector autoregressions, VAR 1 / 45 Vector autoregressions, VAR Chapter 2 Financial Econometrics Michael Hauser WS17/18 2 / 45 Content Cross-correlations VAR model in standard/reduced form Properties of VAR(1), VAR(p) Structural VAR,

More information

17 Solution of Nonlinear Systems

17 Solution of Nonlinear Systems 17 Solution of Nonlinear Systems We now discuss the solution of systems of nonlinear equations. An important ingredient will be the multivariate Taylor theorem. Theorem 17.1 Let D = {x 1, x 2,..., x m

More information

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood Advances in Decision Sciences Volume 2012, Article ID 973173, 8 pages doi:10.1155/2012/973173 Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

More information

GARCH Models Estimation and Inference

GARCH Models Estimation and Inference GARCH Models Estimation and Inference Eduardo Rossi University of Pavia December 013 Rossi GARCH Financial Econometrics - 013 1 / 1 Likelihood function The procedure most often used in estimating θ 0 in

More information

Multivariate Distributions

Multivariate Distributions IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Multivariate Distributions We will study multivariate distributions in these notes, focusing 1 in particular on multivariate

More information

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56 Cointegrated VAR s Eduardo Rossi University of Pavia November 2013 Rossi Cointegrated VAR s Financial Econometrics - 2013 1 / 56 VAR y t = (y 1t,..., y nt ) is (n 1) vector. y t VAR(p): Φ(L)y t = ɛ t The

More information

STAT 100C: Linear models

STAT 100C: Linear models STAT 100C: Linear models Arash A. Amini June 9, 2018 1 / 56 Table of Contents Multiple linear regression Linear model setup Estimation of β Geometric interpretation Estimation of σ 2 Hat matrix Gram matrix

More information

Time Series Solutions HT 2009

Time Series Solutions HT 2009 Time Series Solutions HT 2009 1. Let {X t } be the ARMA(1, 1) process, X t φx t 1 = ɛ t + θɛ t 1, {ɛ t } WN(0, σ 2 ), where φ < 1 and θ < 1. Show that the autocorrelation function of {X t } is given by

More information

A Course on Advanced Econometrics

A Course on Advanced Econometrics A Course on Advanced Econometrics Yongmiao Hong The Ernest S. Liu Professor of Economics & International Studies Cornell University Course Introduction: Modern economies are full of uncertainties and risk.

More information

AM 205: lecture 6. Last time: finished the data fitting topic Today s lecture: numerical linear algebra, LU factorization

AM 205: lecture 6. Last time: finished the data fitting topic Today s lecture: numerical linear algebra, LU factorization AM 205: lecture 6 Last time: finished the data fitting topic Today s lecture: numerical linear algebra, LU factorization Unit II: Numerical Linear Algebra Motivation Almost everything in Scientific Computing

More information

Density estimation Nonparametric conditional mean estimation Semiparametric conditional mean estimation. Nonparametrics. Gabriel Montes-Rojas

Density estimation Nonparametric conditional mean estimation Semiparametric conditional mean estimation. Nonparametrics. Gabriel Montes-Rojas 0 0 5 Motivation: Regression discontinuity (Angrist&Pischke) Outcome.5 1 1.5 A. Linear E[Y 0i X i] 0.2.4.6.8 1 X Outcome.5 1 1.5 B. Nonlinear E[Y 0i X i] i 0.2.4.6.8 1 X utcome.5 1 1.5 C. Nonlinearity

More information

A note on adaptation in garch models Gloria González-Rivera a a

A note on adaptation in garch models Gloria González-Rivera a a This article was downloaded by: [CDL Journals Account] On: 3 February 2011 Access details: Access Details: [subscription number 922973516] Publisher Taylor & Francis Informa Ltd Registered in England and

More information

Linear Methods for Prediction

Linear Methods for Prediction This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Unit Root and Cointegration

Unit Root and Cointegration Unit Root and Cointegration Carlos Hurtado Department of Economics University of Illinois at Urbana-Champaign hrtdmrt@illinois.edu Oct 7th, 016 C. Hurtado (UIUC - Economics) Applied Econometrics On the

More information

Time-Varying Parameters

Time-Varying Parameters Kalman Filter and state-space models: time-varying parameter models; models with unobservable variables; basic tool: Kalman filter; implementation is task-specific. y t = x t β t + e t (1) β t = µ + Fβ

More information

Macroeconomic Analysis: VAR, DSGE and Factor Models

Macroeconomic Analysis: VAR, DSGE and Factor Models Macroeconomic Analysis: VAR, DSGE and Factor Models Marco Lippi, Einaudi Institute for Economics and Finance Scuola di Dottorato in Economia 24 Febbraio 2016 Outline Motivation The simplest model Singularity

More information

LEAST SQUARES ESTIMATION OF ARCH MODELS WITH MISSING OBSERVATIONS

LEAST SQUARES ESTIMATION OF ARCH MODELS WITH MISSING OBSERVATIONS LEAST SQUARES ESTIMATION OF ARCH MODELS WITH MISSING OBSERVATIONS Pascal Bondon CNRS UMR 8506, Université Paris XI, France. and Natalia Bahamonde Instituto de Estadística, Pontificia Universidad Católica

More information

ISSN Article. Selection Criteria in Regime Switching Conditional Volatility Models

ISSN Article. Selection Criteria in Regime Switching Conditional Volatility Models Econometrics 2015, 3, 289-316; doi:10.3390/econometrics3020289 OPEN ACCESS econometrics ISSN 2225-1146 www.mdpi.com/journal/econometrics Article Selection Criteria in Regime Switching Conditional Volatility

More information

ECON 616: Lecture 1: Time Series Basics

ECON 616: Lecture 1: Time Series Basics ECON 616: Lecture 1: Time Series Basics ED HERBST August 30, 2017 References Overview: Chapters 1-3 from Hamilton (1994). Technical Details: Chapters 2-3 from Brockwell and Davis (1987). Intuition: Chapters

More information

The Generalized Cochrane-Orcutt Transformation Estimation For Spurious and Fractional Spurious Regressions

The Generalized Cochrane-Orcutt Transformation Estimation For Spurious and Fractional Spurious Regressions The Generalized Cochrane-Orcutt Transformation Estimation For Spurious and Fractional Spurious Regressions Shin-Huei Wang and Cheng Hsiao Jan 31, 2010 Abstract This paper proposes a highly consistent estimation,

More information

Definite versus Indefinite Linear Algebra. Christian Mehl Institut für Mathematik TU Berlin Germany. 10th SIAM Conference on Applied Linear Algebra

Definite versus Indefinite Linear Algebra. Christian Mehl Institut für Mathematik TU Berlin Germany. 10th SIAM Conference on Applied Linear Algebra Definite versus Indefinite Linear Algebra Christian Mehl Institut für Mathematik TU Berlin Germany 10th SIAM Conference on Applied Linear Algebra Monterey Bay Seaside, October 26-29, 2009 Indefinite Linear

More information