Generalized Method of Moments (GMM) Estimation

Size: px
Start display at page:

Download "Generalized Method of Moments (GMM) Estimation"

Transcription

1 Econometrics 2 Fall 2004 Generalized Method of Moments (GMM) Estimation Heino Bohn Nielsen of29 Outline of the Lecture () Introduction. (2) Moment conditions and methods of moments (MM) estimation. Ordinary least squares (OLS) estimation. Instrumental variables (IVE) estimation. (3) GMM defined in the general case. (4) Specification test. (5) Linear GMM. Generalized instrumental variables (GIVE or 2SLS) estimation. 2of29

2 Idea of GMM Estimation under weak assumptions; based on so-called moment conditions. Moment conditions are statements involving the data and the parameters. Arise naturally in many contexts. For example: (A) In a regression model, y t = x 0 tβ + t, we might think that E[y t x t ]=x 0 tβ. his implies the moment condition (B) Consider the economic relation E[x t t ]=E[x t (y t x 0 tβ)] = 0. y t = β E[x t+ I t ]+ t = β x t+ +(β (E[x t+ I t ] x t+ )+ t ) {z } u t Under rational expectation, the expectation error, E[x t+ I t ] x t+, should be orthogonal to the information set, I t,andforz t I t we have the moment condition E[z t u t ]=0. 3of29 GMM is a large sample estimator. Desirable properties as. Properties of GMM Consistent under weak assumptions. No distributional assumptions like in maximum likelihood (ML) estimation. Asymptotically efficient in the class of models that uses the same amount of information. Many estimators are special cases of GMM. Unifying framework for comparing estimators. GMM is a nonlinear procedure. We do not need a regression setup E[y t ]=h(x t ; β). We can have E[f(y t,x t ; β)] = 0. 4of29

3 Moment Conditions and MM Estimation Consider a variable y t with some (possibly unknown) distribution. Assume that the mean µ = E[y t ] exists. We want to estimate µ. We could state the population moment condition: E[y t µ] =0, or E[f(y t,µ)] = 0, where f(y t,µ)=y t µ. he parameter µ is identified by the condition if there is a unique solution, in the sense E[f(y t,µ)] = 0 only if µ = µ 0. 5of29 We cannot calculate E[f(y t,µ)] from an observed sample, y,y 2,..., y t,..., y. Define the sample moment condition as g (µ) = f(y t,µ)= (y t µ) =0. ( ) By Law of Large Numbers, sample moments converge to population moments, g (µ) E[f(y t,µ)] for. ( ) he method of moments estimator, bµ MM,isthesolutionto( ), i.e. bµ MM = y t. he sample average can be seen as a MM estimator. MM estimator is consistent. Under weak regularity conditions ( ) implies bµ MM µ 0. 6of29

4 OLSasaMMEstimator Consider the regression model with K explanatory variables y t = x 0 tβ + t. Assume no-contemporaneous-correlation (minimum for consistency of OLS): E[x t t ]=E[x t (y t x 0 tβ)] = 0. (K ) K moment conditions for the K parameters in β. Define the sample moments g (β) = (x t (y t x 0 tβ)) = X0 (Y Xβ)= 0. (K ) he MM estimator is given by the solution Ã! bβ MM = x t x 0 t x t y t =(X 0 X) X 0 Y = β b OLS. 7of29 Instrumental Variables as a MM Estimator Consider the regression model y t = x 0 tβ + x 2t β 2 + t, where the K variables in x t are predetermined and x 2t is endogenous: E[x t t ] = 0 (K ) E[x 2t t ] 6= 0. (#) OLS is inconsistent! Assume there exists a variable, z 2t, such that corr(x 2t,z 2t ) 6= 0 E[z 2t t ] = 0 ( ) (##) he new moment condition (##) can replace (#). 8of29

5 Define µ xt x t = K x 2t and µ xt z t =. K z 2t z t are called instruments. z 2t is the new instrument; the predetermined variables, x t, are instruments for themselves. he K population moment conditions are E[z t t ]=E[z t (y t x 0 tβ)] = 0 (K ). he K corresponding sample moment conditions are g (β) = (z t (y t x 0 tβ)) = Z0 (Y Xβ)= 0. (K ) he MM estimator is given by the unique solution Ã! bβ MM = z t x 0 t z t y t =(Z 0 X) Z {z } 0 Y = β b IV. (K K) 9of29 (Where do Instruments Come From?) Consider the two simple equations c t = β 0 + β y t + β 2 w t + t y t = β 20 + β 2 c t + + β 22 w t + β 23 r t + β 24 τ t + 2t Say that we are only interested in the first equation. Assume that w t is predetermined. If β 2 6=0,theny t is endogenous and E[y t t ] 6= 0. In this setup r t and τ t are possible instruments. We need β 23 and β 24 different from zero and E[(r t,τ t ) t ]=0. In dynamic models we can often used lagged values as instruments. Note,thatinthiscasewehavemorepotentialinstrumentsthanwehaveendogenous variables. his is adressed in GMM. 0 of 29

6 he GMM Problem Defined Let w t =(y t,x 0 t) 0 be a vector of model variables and let z t be instruments. Consider the R moment conditions E[f(w t,z t,θ)] = 0. Here θ is a K vector and f( ) is a R dimensional vector function. Consider the corresponding sample moment conditions g (θ) = f(w t,z t,θ)=0. When can the R sample moments be used to estimate the K parameters in θ? of 29 R<K No unique solution to g (θ) =0. he parameters are not identified. Order Condition R = K Unique solution to g (θ) =0. Exact identification. his is the MM estimator (OLS, IV). Note, that g (θ) =0is potentially a non-linear problem numerical solution. R>K More equations than parameters. Over-identified case. No solution in general (Z 0 X is a R K matrix). Not optimal to drop moments! Instead, choose θ to make g (θ) as close as possible to zero. 2 of 29

7 GMM Estimation (R >K) We want to make the R moments g (θ) asclosetozeroaspossible...how? Assume we have a R R symmetric and positive definite weight matrix W. hen we could define the quadratic form Q (θ) =g (θ) 0 W g (θ) ( ). he GMM estimator is defined as the vector that minimizes Q (θ), i.e. n b θgmm (W )=arg min g ( b θ) 0 W g ( b o θ). bθ he matrix W tells how much weight to put on each moment condition. Different W give different estimators, b θgmm (W ). GMM is consistent for any weight matrix, W. What is the optimal choice of W? 3 of 29 Optimal GMM Estimation he R sample moments g (θ) are estimators of E[f( )]; and random variables. he law of large numbers implies: g (θ) E[f( )] for. A central limit theorem implies: g (θ) N(0,S), where S istheasymptoticvarianceofthemoments, g (θ). Intuitively, moments with little variance should have large weights. he optimal weight matrix for GMM is a matrix W opt such that plim W opt = W opt = S. 4 of 29

8 Without autocorrelation, a natural estimator S b of S is h bs = V g (θ)i = V [g (θ)] " # = V f(w t,z t,θ) = f(w t,z t,θ)f(w t,z t,θ) 0. his implies that W opt = b S = Ã! f(w t,z t,θ)f(w t,z t,θ) 0. Note, that W opt depends on θ in general. 5 of 29 wo-step (efficient) GMM. Estimation in Practice () Choose some initial weight matrix W []. E.g. W [] = I or W [] =(Z 0 Z). Find a (consistent) estimate b θ[] =argmin θ Estimate the optimal weights, W opt. (2) Find the optimal GMM estimate g (θ) 0 W [] g (θ). b θgmm =argmin θ g (θ) 0 W opt g (θ). Iterated GMM. Start with some initial weight matrix W []. () Find an estimate b θ []. (2) Find a new weight matrix, W opt [2]. Iterate between b θ [ ] and W opt [ ] until convergence. 6 of 29

9 Properties of Optimal GMM he GMM estimator, b θ GMM (W opt ), is asymptotically efficient. Lowest variance in a class of models that uses same information. he GMM estimator is asymptotically normal, i.e. ³ bθgmm θ N (0,V), where V = D 0 W opt D = D 0 S D D = plim g (θ) θ 0 (R K). S measures the variance of the moments. he larger S the larger V. D measures the sensitivity of the moments wrt. changes in θ. If this is large the parameter can be estimated precisely. Little is known in finite samples. 7 of 29 Specification est If R>K, we have more moments than parameters. All moments have expectation zero. In a sense K moments are zero by estimating the parameters. additional R K moments are close to zero. If not, some orthogonality condition is violated. est if the Remember, that g (θ) N(0,S). his implies that if the weights are optimal, W opt S,then ξ = g ( b θ GMM ) 0 µ S g ( b θ GMM ) = g ( b θ GMM ) 0 W opt g ( b θ GMM ) χ 2 (R K). Hansen test for overidentifying restrictions. (J-test, Sargan test). A test for R K overidentifying conditions. 8 of 29

10 Famous Example: Hansen and Singleton (982) Consider an optimizing agent with a power utility function on consumption, U(C t )= C γ t γ.hefirst order condition for maximizing the discounted utility of future concumption is given by " µ # γ Ct+ E δ ( + r t+) I t =0, where I t is the conditioning information set a time t. C t Assume rational expectations. Now if z t I t, then it must be orthogonal to the expectation error, i.e. "Ã µ # γ Ct+ f(c t+,c t,r t+ ; z t ; δ, γ) =E δ ( + r t+)! z t =0. his is a moment condition. We need at least R =2instruments in z t. Note: Specification is theory driven, nonlinear, and not in regression format. C t 9 of 29 Linear GMM and GIVE Consider the linear regression model with K explanatory variables y t = x 0 tβ + x 0 2tβ 2 + t = x 0 tβ + t, where E[x t t ]=0, but the variables in x 2t are endogenous E[x 2t t ] 6= 0. Assume there exist R>K instruments z t =(x 0,z 0 2), suchthat E[z t t ]=E[z t (y t x 0 tβ)] = 0 (R ). Identification requires a non-zero correlation of z 2t and x 2t. Rank condition. he sample moments are g (β) = (z t (y t x 0 tβ)) = Z0 (Y Xβ). Note, that we cannot solve g (β) =0directly. Z 0 X is a R K matrix (of rank K) and cannot be inverted. 20 of 29

11 Instead we want to minimize the quadratic form Q (β) = g (β) 0 W g (β) µ 0 µ = Z0 (Y Xβ) W Z0 (Y Xβ) = 2 Y 0 Z β 0 X 0 Z W (Z 0 Y Z 0 Xβ) = 2 Y 0 ZW Z 0 Y 2β 0 X 0 ZW Z 0 Y + β 0 X 0 ZW Z 0 Xβ. o minimize Q (β) wetakethederivativeandsolvethek equations Q (β) β = 0 (K ). 2 of 29 he GMM estimator solves the K equations i.e. Q (β) β = 2 Y 0 ZW Z 0 Y 2β 0 X 0 ZW Z 0 Y + β 0 X 0 ZW Z 0 Xβ β = 2 2 X 0 ZW Z 0 Y +2 2 X 0 ZW Z 0 Xβ = 0 bβ GMM (W )=(X 0 ZW Z 0 X) X 0 ZW Z 0 Y. he optimal weight matrix is the inverse variance of the moments, i.e. where S = V W opt = S, h g (θ)i = V [Z0 ]= E [Z0 0 Z]= Z0 ΩZ, where we define E[ 0 ]=Ω. 22 of 29

12 Case : Homoscedastic Errors If E[ 0 ]=Ω = σ 2 I, the natural estimator of S is bs = Z0 b ΩZ = bσ2 Z 0 Z, where bσ 2 is a consistent estimator for σ 2. hen the GMM estimator becomes bβ GMM = ³ X 0 ZS b Z 0 X X 0 ZS b Z 0 Y = Ã µ! µ X 0 Z bσ2 Z 0 Z Z 0 X X 0 Z bσ2 Z 0 Z Z 0 Y ³ = X 0 Z (Z 0 Z) Z 0 X X 0 Z (Z 0 Z) Z 0 Y = b β GIV E = b β 2SLS Under homoscedasticity the optimal GMM estimator is GIVE (and 2SLS). 23 of 29 Recall, that bβ GMM N µ β, D 0 W opt D. he derivative is given by D = g (β) (R K) β 0 = Z0 (Y Xβ) β 0 = Z0 X = z t x 0 t. hevariancecanbeestimatedby h i V bβgmm = D 0 W opt D Ã µ = 0 µ µ Z0 X bσ2 Z 0 Z! Z0 X known from 2SLS. = bσ 2 (X 0 Z (Z 0 Z) Z 0 X), 24 of 29

13 he specification test is given by ξ = g ( b θ GMM ) 0 S b g ( b θ GMM ) Ã! 0 Ã! Ã bσ 2! = b t z t z t zt 0 b t z t Ã! 0 Ã! Ã! = b t z t bσ 2 z t zt 0 b t z t χ 2 (R K). In the linear case it is denoted the Sargan test. A simple way to calculate ξ is to consider the regression b t = z 0 tγ + residual, and calculate the test statistic as ξ = R of 29 Case 2: Heteroscedasticity, No Autocorrelation Inthecaseofheteroscedasticity but no autocorrelation, σ E[ 0 ]=Ω = 0 σ , 0 0 σ 2 we can use the estimator bs = Z0 b ΩZ = b 2 tz t zt. 0 We only need an estimate of the K K matrix Z 0 ΩZ and not the matrix Ω. Weget β GMM ( S b ³ )= X 0 ZS b Z 0 X X 0 ZS b Z 0 Y. Note, that a constant in the weight is not important for the estimation. 26 of 29

14 hevarianceoftheestimatorbecomes h i V bβgmm = D 0 W opt D Ã!Ã! Ã = x t zt 0 b 2 tz t zt 0 Ã! Ã = x t zt 0 b 2 tz t zt 0 z t xt! 0, z t xt! 0 which is the heteroscedasticity consistent variance estimator of White. 27 of 29 Case 3: Autocorrelation he weight-matrix is W opt = S b,where " h # bs = V g (θ)i = V (z t t ). With autocorrelation, we need to take into account the covariances. his is done by the heteroscedasticity and autocorrelation consistent (HAC) estimator. Let Γ j = cov (z t t,z t j t j )=E[(z t t )(z t j t j ) 0 ] (R R) beacovariancematrixforlagj. hen S = {V (z t t )+Cov(z t t,z t t )+Cov(z t t,z t 2 t 2 )+... +Cov(z t t,z t+ t+ )+Cov(z t t,z t+2 t+2 )+...} = X Γ j. j= 28 of 29

15 If we can argue that Γ j =0for j larger than some lag, q, we can use the estimator qx bs = bγ j, where we estimate the covariances by j= q bγ j = (z t b t )(z t j b t j ) 0. t=j+ he obtained b S is not necessarily positive definite. Instead the covariances can be given decreasing weights, Newey-West estimator. Finite sample properties are unknown. he HAC covariance estimator can also be used for OLS. 29 of 29

GMM estimation is an alternative to the likelihood principle and it has been

GMM estimation is an alternative to the likelihood principle and it has been GENERALIZEDMEHODOF MOMENS ESIMAION Econometrics 2 Heino Bohn Nielsen November 22, 2005 GMM estimation is an alternative to the likelihood principle and it has been widely used the last 20 years. his note

More information

GMM estimation is an alternative to the likelihood principle and it has been

GMM estimation is an alternative to the likelihood principle and it has been GENERALIZEDMEHODOF MOMENS ESIMAION Econometrics 2 LectureNote7 Heino Bohn Nielsen May 7, 2007 GMM estimation is an alternative to the likelihood principle and it has been widely used the last 20 years.

More information

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation 1 Outline. 1. Motivation 2. SUR model 3. Simultaneous equations 4. Estimation 2 Motivation. In this chapter, we will study simultaneous systems of econometric equations. Systems of simultaneous equations

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data Econometrics 2 Linear Regression with Time Series Data Heino Bohn Nielsen 1of21 Outline (1) The linear regression model, identification and estimation. (2) Assumptions and results: (a) Consistency. (b)

More information

Economic modelling and forecasting

Economic modelling and forecasting Economic modelling and forecasting 2-6 February 2015 Bank of England he generalised method of moments Ole Rummel Adviser, CCBS at the Bank of England ole.rummel@bankofengland.co.uk Outline Classical estimation

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 6 Jakub Mućk Econometrics of Panel Data Meeting # 6 1 / 36 Outline 1 The First-Difference (FD) estimator 2 Dynamic panel data models 3 The Anderson and Hsiao

More information

Maximum Likelihood (ML) Estimation

Maximum Likelihood (ML) Estimation Econometrics 2 Fall 2004 Maximum Likelihood (ML) Estimation Heino Bohn Nielsen 1of32 Outline of the Lecture (1) Introduction. (2) ML estimation defined. (3) ExampleI:Binomialtrials. (4) Example II: Linear

More information

Generalized Method of Moments: I. Chapter 9, R. Davidson and J.G. MacKinnon, Econometric Theory and Methods, 2004, Oxford.

Generalized Method of Moments: I. Chapter 9, R. Davidson and J.G. MacKinnon, Econometric Theory and Methods, 2004, Oxford. Generalized Method of Moments: I References Chapter 9, R. Davidson and J.G. MacKinnon, Econometric heory and Methods, 2004, Oxford. Chapter 5, B. E. Hansen, Econometrics, 2006. http://www.ssc.wisc.edu/~bhansen/notes/notes.htm

More information

The generalized method of moments

The generalized method of moments Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna February 2008 Based on the book Generalized Method of Moments by Alastair R. Hall (2005), Oxford

More information

GMM, HAC estimators, & Standard Errors for Business Cycle Statistics

GMM, HAC estimators, & Standard Errors for Business Cycle Statistics GMM, HAC estimators, & Standard Errors for Business Cycle Statistics Wouter J. Den Haan London School of Economics c Wouter J. Den Haan Overview Generic GMM problem Estimation Heteroskedastic and Autocorrelation

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

ORTHOGONALITY TESTS IN LINEAR MODELS SEUNG CHAN AHN ARIZONA STATE UNIVERSITY ABSTRACT

ORTHOGONALITY TESTS IN LINEAR MODELS SEUNG CHAN AHN ARIZONA STATE UNIVERSITY ABSTRACT ORTHOGONALITY TESTS IN LINEAR MODELS SEUNG CHAN AHN ARIZONA STATE UNIVERSITY ABSTRACT This paper considers several tests of orthogonality conditions in linear models where stochastic errors may be heteroskedastic

More information

An estimate of the long-run covariance matrix, Ω, is necessary to calculate asymptotic

An estimate of the long-run covariance matrix, Ω, is necessary to calculate asymptotic Chapter 6 ESTIMATION OF THE LONG-RUN COVARIANCE MATRIX An estimate of the long-run covariance matrix, Ω, is necessary to calculate asymptotic standard errors for the OLS and linear IV estimators presented

More information

Econometrics II - EXAM Outline Solutions All questions have 25pts Answer each question in separate sheets

Econometrics II - EXAM Outline Solutions All questions have 25pts Answer each question in separate sheets Econometrics II - EXAM Outline Solutions All questions hae 5pts Answer each question in separate sheets. Consider the two linear simultaneous equations G with two exogeneous ariables K, y γ + y γ + x δ

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

Nonlinear GMM. Eric Zivot. Winter, 2013

Nonlinear GMM. Eric Zivot. Winter, 2013 Nonlinear GMM Eric Zivot Winter, 2013 Nonlinear GMM estimation occurs when the GMM moment conditions g(w θ) arenonlinearfunctionsofthe model parameters θ The moment conditions g(w θ) may be nonlinear functions

More information

Chapter 1. GMM: Basic Concepts

Chapter 1. GMM: Basic Concepts Chapter 1. GMM: Basic Concepts Contents 1 Motivating Examples 1 1.1 Instrumental variable estimator....................... 1 1.2 Estimating parameters in monetary policy rules.............. 2 1.3 Estimating

More information

Final Exam. Economics 835: Econometrics. Fall 2010

Final Exam. Economics 835: Econometrics. Fall 2010 Final Exam Economics 835: Econometrics Fall 2010 Please answer the question I ask - no more and no less - and remember that the correct answer is often short and simple. 1 Some short questions a) For each

More information

Introduction to Estimation Methods for Time Series models. Lecture 1

Introduction to Estimation Methods for Time Series models. Lecture 1 Introduction to Estimation Methods for Time Series models Lecture 1 Fulvio Corsi SNS Pisa Fulvio Corsi Introduction to Estimation () Methods for Time Series models Lecture 1 SNS Pisa 1 / 19 Estimation

More information

Instrumental Variables

Instrumental Variables Università di Pavia 2010 Instrumental Variables Eduardo Rossi Exogeneity Exogeneity Assumption: the explanatory variables which form the columns of X are exogenous. It implies that any randomness in the

More information

Spring 2017 Econ 574 Roger Koenker. Lecture 14 GEE-GMM

Spring 2017 Econ 574 Roger Koenker. Lecture 14 GEE-GMM University of Illinois Department of Economics Spring 2017 Econ 574 Roger Koenker Lecture 14 GEE-GMM Throughout the course we have emphasized methods of estimation and inference based on the principle

More information

GMM Estimation and Testing

GMM Estimation and Testing GMM Estimation and Testing Whitney Newey July 2007 Idea: Estimate parameters by setting sample moments to be close to population counterpart. Definitions: β : p 1 parameter vector, with true value β 0.

More information

Generalized Method of Moment

Generalized Method of Moment Generalized Method of Moment CHUNG-MING KUAN Department of Finance & CRETA National Taiwan University June 16, 2010 C.-M. Kuan (Finance & CRETA, NTU Generalized Method of Moment June 16, 2010 1 / 32 Lecture

More information

Chapter 11 GMM: General Formulas and Application

Chapter 11 GMM: General Formulas and Application Chapter 11 GMM: General Formulas and Application Main Content General GMM Formulas esting Moments Standard Errors of Anything by Delta Method Using GMM for Regressions Prespecified weighting Matrices and

More information

Estimation of Dynamic Regression Models

Estimation of Dynamic Regression Models University of Pavia 2007 Estimation of Dynamic Regression Models Eduardo Rossi University of Pavia Factorization of the density DGP: D t (x t χ t 1, d t ; Ψ) x t represent all the variables in the economy.

More information

Lecture 6: Dynamic panel models 1

Lecture 6: Dynamic panel models 1 Lecture 6: Dynamic panel models 1 Ragnar Nymoen Department of Economics, UiO 16 February 2010 Main issues and references Pre-determinedness and endogeneity of lagged regressors in FE model, and RE model

More information

Chapter 2. GMM: Estimating Rational Expectations Models

Chapter 2. GMM: Estimating Rational Expectations Models Chapter 2. GMM: Estimating Rational Expectations Models Contents 1 Introduction 1 2 Step 1: Solve the model and obtain Euler equations 2 3 Step 2: Formulate moment restrictions 3 4 Step 3: Estimation and

More information

Introduction to Estimation Methods for Time Series models Lecture 2

Introduction to Estimation Methods for Time Series models Lecture 2 Introduction to Estimation Methods for Time Series models Lecture 2 Fulvio Corsi SNS Pisa Fulvio Corsi Introduction to Estimation () Methods for Time Series models Lecture 2 SNS Pisa 1 / 21 Estimators:

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data u n i v e r s i t y o f c o p e n h a g e n d e p a r t m e n t o f e c o n o m i c s Econometrics II Linear Regression with Time Series Data Morten Nyboe Tabor u n i v e r s i t y o f c o p e n h a g

More information

Testing in GMM Models Without Truncation

Testing in GMM Models Without Truncation Testing in GMM Models Without Truncation TimothyJ.Vogelsang Departments of Economics and Statistical Science, Cornell University First Version August, 000; This Version June, 001 Abstract This paper proposes

More information

Chapter 6: Endogeneity and Instrumental Variables (IV) estimator

Chapter 6: Endogeneity and Instrumental Variables (IV) estimator Chapter 6: Endogeneity and Instrumental Variables (IV) estimator Advanced Econometrics - HEC Lausanne Christophe Hurlin University of Orléans December 15, 2013 Christophe Hurlin (University of Orléans)

More information

Chapter 6. Panel Data. Joan Llull. Quantitative Statistical Methods II Barcelona GSE

Chapter 6. Panel Data. Joan Llull. Quantitative Statistical Methods II Barcelona GSE Chapter 6. Panel Data Joan Llull Quantitative Statistical Methods II Barcelona GSE Introduction Chapter 6. Panel Data 2 Panel data The term panel data refers to data sets with repeated observations over

More information

Binary Models with Endogenous Explanatory Variables

Binary Models with Endogenous Explanatory Variables Binary Models with Endogenous Explanatory Variables Class otes Manuel Arellano ovember 7, 2007 Revised: January 21, 2008 1 Introduction In Part I we considered linear and non-linear models with additive

More information

Estimating Deep Parameters: GMM and SMM

Estimating Deep Parameters: GMM and SMM Estimating Deep Parameters: GMM and SMM 1 Parameterizing a Model Calibration Choose parameters from micro or other related macro studies (e.g. coeffi cient of relative risk aversion is 2). SMM with weighting

More information

Linear models. Linear models are computationally convenient and remain widely used in. applied econometric research

Linear models. Linear models are computationally convenient and remain widely used in. applied econometric research Linear models Linear models are computationally convenient and remain widely used in applied econometric research Our main focus in these lectures will be on single equation linear models of the form y

More information

MLE and GMM. Li Zhao, SJTU. Spring, Li Zhao MLE and GMM 1 / 22

MLE and GMM. Li Zhao, SJTU. Spring, Li Zhao MLE and GMM 1 / 22 MLE and GMM Li Zhao, SJTU Spring, 2017 Li Zhao MLE and GMM 1 / 22 Outline 1 MLE 2 GMM 3 Binary Choice Models Li Zhao MLE and GMM 2 / 22 Maximum Likelihood Estimation - Introduction For a linear model y

More information

Chapter 2. Dynamic panel data models

Chapter 2. Dynamic panel data models Chapter 2. Dynamic panel data models School of Economics and Management - University of Geneva Christophe Hurlin, Université of Orléans University of Orléans April 2018 C. Hurlin (University of Orléans)

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 Regression based methods, 1st part: Introduction (Sec.

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

Lecture 4: Heteroskedasticity

Lecture 4: Heteroskedasticity Lecture 4: Heteroskedasticity Econometric Methods Warsaw School of Economics (4) Heteroskedasticity 1 / 24 Outline 1 What is heteroskedasticity? 2 Testing for heteroskedasticity White Goldfeld-Quandt Breusch-Pagan

More information

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Estimation - Theory Department of Economics University of Gothenburg December 4, 2014 1/28 Why IV estimation? So far, in OLS, we assumed independence.

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 October 28, 2009 Univariate Time Series Let {y t } be an ergodic-stationary time series with E[y t ]=μ and var(y t )

More information

ECON 4160, Spring term 2015 Lecture 7

ECON 4160, Spring term 2015 Lecture 7 ECON 4160, Spring term 2015 Lecture 7 Identification and estimation of SEMs (Part 1) Ragnar Nymoen Department of Economics 8 Oct 2015 1 / 55 HN Ch 15 References to Davidson and MacKinnon, Ch 8.1-8.5 Ch

More information

1 Estimation of Persistent Dynamic Panel Data. Motivation

1 Estimation of Persistent Dynamic Panel Data. Motivation 1 Estimation of Persistent Dynamic Panel Data. Motivation Consider the following Dynamic Panel Data (DPD) model y it = y it 1 ρ + x it β + µ i + v it (1.1) with i = {1, 2,..., N} denoting the individual

More information

1 Motivation for Instrumental Variable (IV) Regression

1 Motivation for Instrumental Variable (IV) Regression ECON 370: IV & 2SLS 1 Instrumental Variables Estimation and Two Stage Least Squares Econometric Methods, ECON 370 Let s get back to the thiking in terms of cross sectional (or pooled cross sectional) data

More information

Business Economics BUSINESS ECONOMICS. PAPER No. : 8, FUNDAMENTALS OF ECONOMETRICS MODULE No. : 3, GAUSS MARKOV THEOREM

Business Economics BUSINESS ECONOMICS. PAPER No. : 8, FUNDAMENTALS OF ECONOMETRICS MODULE No. : 3, GAUSS MARKOV THEOREM Subject Business Economics Paper No and Title Module No and Title Module Tag 8, Fundamentals of Econometrics 3, The gauss Markov theorem BSE_P8_M3 1 TABLE OF CONTENTS 1. INTRODUCTION 2. ASSUMPTIONS OF

More information

Monte Carlo Simulations and the PcNaive Software

Monte Carlo Simulations and the PcNaive Software Econometrics 2 Monte Carlo Simulations and the PcNaive Software Heino Bohn Nielsen 1of21 Monte Carlo Simulations MC simulations were introduced in Econometrics 1. Formalizing the thought experiment underlying

More information

ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria

ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria SOLUTION TO FINAL EXAM Friday, April 12, 2013. From 9:00-12:00 (3 hours) INSTRUCTIONS:

More information

DSGE Methods. Estimation of DSGE models: GMM and Indirect Inference. Willi Mutschler, M.Sc.

DSGE Methods. Estimation of DSGE models: GMM and Indirect Inference. Willi Mutschler, M.Sc. DSGE Methods Estimation of DSGE models: GMM and Indirect Inference Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics University of Münster willi.mutschler@wiwi.uni-muenster.de Summer

More information

Instrumental Variables and GMM: Estimation and Testing. Steven Stillman, New Zealand Department of Labour

Instrumental Variables and GMM: Estimation and Testing. Steven Stillman, New Zealand Department of Labour Instrumental Variables and GMM: Estimation and Testing Christopher F Baum, Boston College Mark E. Schaffer, Heriot Watt University Steven Stillman, New Zealand Department of Labour March 2003 Stata Journal,

More information

Asymptotic distribution of GMM Estimator

Asymptotic distribution of GMM Estimator Asymptotic distribution of GMM Estimator Eduardo Rossi University of Pavia Econometria finanziaria 2010 Rossi (2010) GMM 2010 1 / 45 Outline 1 Asymptotic Normality of the GMM Estimator 2 Long Run Covariance

More information

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 8 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 25 Recommended Reading For the today Instrumental Variables Estimation and Two Stage

More information

GMM - Generalized method of moments

GMM - Generalized method of moments GMM - Generalized method of moments GMM Intuition: Matching moments You want to estimate properties of a data set {x t } T t=1. You assume that x t has a constant mean and variance. x t (µ 0, σ 2 ) Consider

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 24 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data u n i v e r s i t y o f c o p e n h a g e n d e p a r t m e n t o f e c o n o m i c s Econometrics II Linear Regression with Time Series Data Morten Nyboe Tabor u n i v e r s i t y o f c o p e n h a g

More information

Time Series Analysis Fall 2008

Time Series Analysis Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 4.384 Time Series Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Indirect Inference 4.384 Time

More information

The BLP Method of Demand Curve Estimation in Industrial Organization

The BLP Method of Demand Curve Estimation in Industrial Organization The BLP Method of Demand Curve Estimation in Industrial Organization 9 March 2006 Eric Rasmusen 1 IDEAS USED 1. Instrumental variables. We use instruments to correct for the endogeneity of prices, the

More information

Spatial Regression. 11. Spatial Two Stage Least Squares. Luc Anselin. Copyright 2017 by Luc Anselin, All Rights Reserved

Spatial Regression. 11. Spatial Two Stage Least Squares. Luc Anselin.  Copyright 2017 by Luc Anselin, All Rights Reserved Spatial Regression 11. Spatial Two Stage Least Squares Luc Anselin http://spatial.uchicago.edu 1 endogeneity and instruments spatial 2SLS best and optimal estimators HAC standard errors 2 Endogeneity and

More information

Panel Data Exercises Manuel Arellano. Using panel data, a researcher considers the estimation of the following system:

Panel Data Exercises Manuel Arellano. Using panel data, a researcher considers the estimation of the following system: Panel Data Exercises Manuel Arellano Exercise 1 Using panel data, a researcher considers the estimation of the following system: y 1t = α 1 + βx 1t + v 1t. (t =1,..., T ) y Nt = α N + βx Nt + v Nt where

More information

Linear Regression. Junhui Qian. October 27, 2014

Linear Regression. Junhui Qian. October 27, 2014 Linear Regression Junhui Qian October 27, 2014 Outline The Model Estimation Ordinary Least Square Method of Moments Maximum Likelihood Estimation Properties of OLS Estimator Unbiasedness Consistency Efficiency

More information

Econometrics I. Ricardo Mora

Econometrics I. Ricardo Mora Econometrics I Department of Economics Universidad Carlos III de Madrid Master in Industrial Economics and Markets Outline Motivation 1 Motivation 2 3 4 Motivation The Analogy Principle The () is a framework

More information

Generalized Method of Moments Estimation

Generalized Method of Moments Estimation Generalized Method of Moments Estimation Lars Peter Hansen March 0, 2007 Introduction Generalized methods of moments (GMM) refers to a class of estimators which are constructed from exploiting the sample

More information

Economics 241B Estimation with Instruments

Economics 241B Estimation with Instruments Economics 241B Estimation with Instruments Measurement Error Measurement error is de ned as the error resulting from the measurement of a variable. At some level, every variable is measured with error.

More information

Slide Set 14 Inference Basded on the GMM Estimator. Econometrics Master in Economics and Finance (MEF) Università degli Studi di Napoli Federico II

Slide Set 14 Inference Basded on the GMM Estimator. Econometrics Master in Economics and Finance (MEF) Università degli Studi di Napoli Federico II Slide Set 14 Inference Basded on the GMM Estimator Pietro Coretto pcoretto@unisa.it Econometrics Master in Economics and Finance (MEF) Università degli Studi di Napoli Federico II Version: Saturday 9 th

More information

Cointegration Lecture I: Introduction

Cointegration Lecture I: Introduction 1 Cointegration Lecture I: Introduction Julia Giese Nuffield College julia.giese@economics.ox.ac.uk Hilary Term 2008 2 Outline Introduction Estimation of unrestricted VAR Non-stationarity Deterministic

More information

Multivariate Regression: Part I

Multivariate Regression: Part I Topic 1 Multivariate Regression: Part I ARE/ECN 240 A Graduate Econometrics Professor: Òscar Jordà Outline of this topic Statement of the objective: we want to explain the behavior of one variable as a

More information

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Many economic models involve endogeneity: that is, a theoretical relationship does not fit

More information

Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006

Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006 Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006 This is a four hours closed-book exam (uden hjælpemidler). Please answer all questions. As a guiding principle the questions 1 to 4 have equal

More information

MIT Spring 2015

MIT Spring 2015 Regression Analysis MIT 18.472 Dr. Kempthorne Spring 2015 1 Outline Regression Analysis 1 Regression Analysis 2 Multiple Linear Regression: Setup Data Set n cases i = 1, 2,..., n 1 Response (dependent)

More information

Econometrics II - EXAM Answer each question in separate sheets in three hours

Econometrics II - EXAM Answer each question in separate sheets in three hours Econometrics II - EXAM Answer each question in separate sheets in three hours. Let u and u be jointly Gaussian and independent of z in all the equations. a Investigate the identification of the following

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

Instrumental Variables Estimation in Stata

Instrumental Variables Estimation in Stata Christopher F Baum 1 Faculty Micro Resource Center Boston College March 2007 1 Thanks to Austin Nichols for the use of his material on weak instruments and Mark Schaffer for helpful comments. The standard

More information

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II Ragnar Nymoen Department of Economics University of Oslo 9 October 2018 The reference to this lecture is:

More information

Panel Data Models. Chapter 5. Financial Econometrics. Michael Hauser WS17/18 1 / 63

Panel Data Models. Chapter 5. Financial Econometrics. Michael Hauser WS17/18 1 / 63 1 / 63 Panel Data Models Chapter 5 Financial Econometrics Michael Hauser WS17/18 2 / 63 Content Data structures: Times series, cross sectional, panel data, pooled data Static linear panel data models:

More information

LECTURE ON HAC COVARIANCE MATRIX ESTIMATION AND THE KVB APPROACH

LECTURE ON HAC COVARIANCE MATRIX ESTIMATION AND THE KVB APPROACH LECURE ON HAC COVARIANCE MARIX ESIMAION AND HE KVB APPROACH CHUNG-MING KUAN Institute of Economics Academia Sinica October 20, 2006 ckuan@econ.sinica.edu.tw www.sinica.edu.tw/ ckuan Outline C.-M. Kuan,

More information

Motivation Non-linear Rational Expectations The Permanent Income Hypothesis The Log of Gravity Non-linear IV Estimation Summary.

Motivation Non-linear Rational Expectations The Permanent Income Hypothesis The Log of Gravity Non-linear IV Estimation Summary. Econometrics I Department of Economics Universidad Carlos III de Madrid Master in Industrial Economics and Markets Outline Motivation 1 Motivation 2 3 4 5 Motivation Hansen's contributions GMM was developed

More information

Instrumental Variables and the Problem of Endogeneity

Instrumental Variables and the Problem of Endogeneity Instrumental Variables and the Problem of Endogeneity September 15, 2015 1 / 38 Exogeneity: Important Assumption of OLS In a standard OLS framework, y = xβ + ɛ (1) and for unbiasedness we need E[x ɛ] =

More information

GARCH Models Estimation and Inference

GARCH Models Estimation and Inference Università di Pavia GARCH Models Estimation and Inference Eduardo Rossi Likelihood function The procedure most often used in estimating θ 0 in ARCH models involves the maximization of a likelihood function

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

Quick Review on Linear Multiple Regression

Quick Review on Linear Multiple Regression Quick Review on Linear Multiple Regression Mei-Yuan Chen Department of Finance National Chung Hsing University March 6, 2007 Introduction for Conditional Mean Modeling Suppose random variables Y, X 1,

More information

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning Økonomisk Kandidateksamen 2004 (I) Econometrics 2 Rettevejledning This is a closed-book exam (uden hjælpemidler). Answer all questions! The group of questions 1 to 4 have equal weight. Within each group,

More information

Heteroscedasticity and Autocorrelation

Heteroscedasticity and Autocorrelation Heteroscedasticity and Autocorrelation Carlo Favero Favero () Heteroscedasticity and Autocorrelation 1 / 17 Heteroscedasticity, Autocorrelation, and the GLS estimator Let us reconsider the single equation

More information

Economics 620, Lecture 14: Lags and Dynamics

Economics 620, Lecture 14: Lags and Dynamics Economics 620, Lecture 14: Lags and Dynamics Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 14: Lags and Dynamics 1 / 15 Modern time-series analysis does not

More information

Instrumental Variables and Two-Stage Least Squares

Instrumental Variables and Two-Stage Least Squares Instrumental Variables and Two-Stage Least Squares Generalised Least Squares Professor Menelaos Karanasos December 2011 Generalised Least Squares: Assume that the postulated model is y = Xb + e, (1) where

More information

Heteroskedasticity and Autocorrelation Consistent Standard Errors

Heteroskedasticity and Autocorrelation Consistent Standard Errors NBER Summer Institute Minicourse What s New in Econometrics: ime Series Lecture 9 July 6, 008 Heteroskedasticity and Autocorrelation Consistent Standard Errors Lecture 9, July, 008 Outline. What are HAC

More information

Econometrics - 30C00200

Econometrics - 30C00200 Econometrics - 30C00200 Lecture 11: Heteroskedasticity Antti Saastamoinen VATT Institute for Economic Research Fall 2015 30C00200 Lecture 11: Heteroskedasticity 12.10.2015 Aalto University School of Business

More information

ASSET PRICING MODELS

ASSET PRICING MODELS ASSE PRICING MODELS [1] CAPM (1) Some notation: R it = (gross) return on asset i at time t. R mt = (gross) return on the market portfolio at time t. R ft = return on risk-free asset at time t. X it = R

More information

Birkbeck Working Papers in Economics & Finance

Birkbeck Working Papers in Economics & Finance ISSN 1745-8587 Birkbeck Working Papers in Economics & Finance Department of Economics, Mathematics and Statistics BWPEF 1809 A Note on Specification Testing in Some Structural Regression Models Walter

More information

IV and IV-GMM. Christopher F Baum. EC 823: Applied Econometrics. Boston College, Spring 2014

IV and IV-GMM. Christopher F Baum. EC 823: Applied Econometrics. Boston College, Spring 2014 IV and IV-GMM Christopher F Baum EC 823: Applied Econometrics Boston College, Spring 2014 Christopher F Baum (BC / DIW) IV and IV-GMM Boston College, Spring 2014 1 / 1 Instrumental variables estimators

More information

4 Instrumental Variables Single endogenous variable One continuous instrument. 2

4 Instrumental Variables Single endogenous variable One continuous instrument. 2 Econ 495 - Econometric Review 1 Contents 4 Instrumental Variables 2 4.1 Single endogenous variable One continuous instrument. 2 4.2 Single endogenous variable more than one continuous instrument..........................

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

Single Equation Linear GMM

Single Equation Linear GMM Single Equation Linear GMM Eric Zivot Winter 2013 Single Equation Linear GMM Consider the linear regression model Engodeneity = z 0 δ 0 + =1 z = 1 vector of explanatory variables δ 0 = 1 vector of unknown

More information

Greene, Econometric Analysis (5th ed, 2003)

Greene, Econometric Analysis (5th ed, 2003) EC771: Econometrics, Spring 2004 Greene, Econometric Analysis (5th ed, 2003) Chapters 4 5: Properties of LS and IV estimators We now consider the least squares estimator from the statistical viewpoint,

More information

Dealing With Endogeneity

Dealing With Endogeneity Dealing With Endogeneity Junhui Qian December 22, 2014 Outline Introduction Instrumental Variable Instrumental Variable Estimation Two-Stage Least Square Estimation Panel Data Endogeneity in Econometrics

More information

DSGE-Models. Limited Information Estimation General Method of Moments and Indirect Inference

DSGE-Models. Limited Information Estimation General Method of Moments and Indirect Inference DSGE-Models General Method of Moments and Indirect Inference Dr. Andrea Beccarini Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics University of Münster willi.mutschler@uni-muenster.de

More information

We begin by thinking about population relationships.

We begin by thinking about population relationships. Conditional Expectation Function (CEF) We begin by thinking about population relationships. CEF Decomposition Theorem: Given some outcome Y i and some covariates X i there is always a decomposition where

More information

Discrete Dependent Variable Models

Discrete Dependent Variable Models Discrete Dependent Variable Models James J. Heckman University of Chicago This draft, April 10, 2006 Here s the general approach of this lecture: Economic model Decision rule (e.g. utility maximization)

More information

Advanced Econometrics

Advanced Econometrics Advanced Econometrics Dr. Andrea Beccarini Center for Quantitative Economics Winter 2013/2014 Andrea Beccarini (CQE) Econometrics Winter 2013/2014 1 / 156 General information Aims and prerequisites Objective:

More information

Short Questions (Do two out of three) 15 points each

Short Questions (Do two out of three) 15 points each Econometrics Short Questions Do two out of three) 5 points each ) Let y = Xβ + u and Z be a set of instruments for X When we estimate β with OLS we project y onto the space spanned by X along a path orthogonal

More information

Economics 620, Lecture 20: Generalized Method of Moment (GMM)

Economics 620, Lecture 20: Generalized Method of Moment (GMM) Economics 620, Lecture 20: Generalized Method of Moment (GMM) Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 20: GMM 1 / 16 Key: Set sample moments equal to theoretical

More information