1 Overview. 2 Data Files. 3 Estimation Programs

Size: px
Start display at page:

Download "1 Overview. 2 Data Files. 3 Estimation Programs"

Transcription

1 1 Overview The programs made available on this web page are sample programs for the computation of estimators introduced in Kelejian and Prucha (1999). In particular we provide sample programs for the estimation of the following regression model the disturbances are generated from a (Cliff-Ord type) first order spatial autoregressive model: y n = X n β + u n (1) u n = ρw n u n + ε n ρ < 1 (2) y n is the n 1 vector of observations on the dependent variable X n is the n k matrix of observation on k exogenous variables W n is an n n spatial weighting matrix of known constants β is the k 1 vector of regression parameters ρ is the spatial autoregressive parameter u n is the n 1 vector of regression disturbances ε n is an n 1 vector of innovations mean zero and variance σ 2 ε. The variables W n u n is typically referred to as the spatial lag of u n. A spatial Cochrane-Orcutt type transformation of the model yields y n (ρ) =(I n ρw n )y n and X n (ρ) =(I n ρw n )X n. y n (ρ) =X n (ρ)β + ε n (3) Note: We provide two sets of sample programs one for TSP and one for Stata. In the following we only describe the use of the TSP programs. The use of the Stata programs is analogous. Note: The consistency result for the generalized moments (GM) estimator for ρ given in the paper only requires that the disturbances can be estimated n 1/2 -consistently and thus the result also applies to situations y n is generated by a more general model than (1). The expression for the asymptotic variance covariance matrix of the GM estimator introduced below is specific to the above model. It is essentially obtained as a special case of a more general result for a wider class of models given in Kelejian and Prucha (2004). 2 Data Files The sample program involves two exogenous variables and an idealized spatial weighting matrix. This matrix corresponds to the case each unit has one neighbor ahead and one neighbor behind in a wrap around world and the row sums of the weighting matrix are normalized to one; for a more detailed description of this idealized matrix see the Monte Carlo section of the paper. The sample size is taken to be 100. The actual estimation programs assume that the data for the exogenous variables and spatial weighting matrix are stored in files named VAR1.DAT and MMAT.DAT respectively. 3 Estimation Programs The main estimation program is contained in the file PROGRAM1.TSP. This program calls three subroutines contained in the files GMPROC1.TSP GLSPROC1.TSP and VGMPROC1.TSP. Those subroutines compute the GM estimator for ρ the feasible GLS estimator for β and its asymptotic variance covariance matrix and the asymptotic variance of the GM estimator for ρ respectively. The program PROGRAM1.TSP first reads in the data for the exogenous variables and spatial weighting matrix from the files VAR1.DAT and MMAT.DAT. The actual estimation of the parameters of the model (1)-(2) is then performed in four steps. 1

2 Step 1: In the first step we estimate the regression model in (1) using ordinary least squares (OLS) to obtain bβ OLS = (XnX 0 n ) 1 Xny 0 n bu n = y n X nβols b. Step 2: In the second step the spatial autoregressive parameter ρ and σ 2 ε are estimated via the generalized moments estimator introduced in Kelejian and Prucha (1999) utilizing the residuals obtained via the first step. More specifically the estimators of ρ and σ 2 ε eρ n and eσ 2 εn aredefined as the nonlinear least squares estimators corresponding to the regression g n = G n ρ ρ 2 + n (4) σ 2 ε n can be viewed as a vector of regression residuals 2bu 0 nu b n bu 0 nu b n n G n = 1 n 2bu 0 nu b n u b 0 nu b n Tr(Wn 0 W n) bu 0 b nu n + bu 0 b nu n bu 0 b nu n 0 g n = 1 n bu 0 nbu n bu 0 n b u n bu 0 n b u n and bu n = W n bu n and b u n = W 2 n bu n. The code for computing the GM estimators is contained in the file GMPROC1.TSP. Step 3: In the third step we first apply a spatial Cochrane-Orcutt type transformation to the original regression model (1) based on eρ n. The transformed model is as given in (3) but ρ replaced by eρ n.we then reestimate β from the transformed model using OLS. This yields the following feasible GLS estimator bβ FGLS =(X 0 n (eρ n )X n (eρ n )) 1 X 0 n (eρ n )y n (eρ n ) (5) X n (eρ n )=(I n eρ n W n )X n and y n (eρ n )=(I n eρ n W n )y n. Thevariancecovariancematrixof b β FGLS is estimated as ˇσ 2 ε(x 0 n (eρ n )X n (eρ n )) 1 ˇσ 2 ε = n 1ˇε 0 nˇε n ˇε n = y n (eρ n ) X n (eρ n ) β b FGLS =(I n eρ n W n )ǔ n ǔ n = y n X n b βfgls. This estimator b β FGLS and the estimator for it s variance covariance matrix is computed in GLSPROC1.TSP. Step 4: In the fourth step we compute an estimate of the variance of eρ n. As discussed in more detail in the appendix based on results in Kelejian and Prucha (2004) it is seen that eρ n. N(0 e Ω ρn /n) eω ρn =( e J 0 n e J n ) 1 e J 0 n e Ψn e Jn ( e J 0 n e J n ) 1 = e J 0 n e Ψ n e Jn /( e J 0 n e J n ) 2 2

3 and = b 1 n u u b n a n bu n 0nbu n bu 0 nbu n + bu 0 b nu n ) c n = 1 1/2 1+a 2 n a n = n 1 Tr{WnW 0 n } ej n 2 1 c b 0 n u u b an bu 0 bu b u 0 n b u n 1 2eρ n and h i eψ n = eψrsn 2 2 rs=12 eψ rsn = ˇσ 4 ε(2n) 1 tr A rn + A 0 rn Asn + A 0 sn A 1n = c n [WnW 0 n a n I n ] A 2n = W n. We note that ˇσ 2 ε can be replaced by any other consistent estimator such as eσ 2 ε. Also observe that in computing eψ rsn we can utilize that tr A 1n + A 0 1n A1n + A 0 1n = 4c 2 n[tr(wnw 0 n WnW 0 n ) na 2 n] tr A 1n + A 0 1n A2n + A 0 2n = tr A 2n + A 0 2n A1n + A 0 1n tr A 2n + A 0 2n A2n + A 0 2n = 4c n tr(w 0 nw n W n ) = 2[tr(W n W n )+na n ]. The code for the computation of the asymptotic variance e Ω ρn /n iscontainedinthefile VGMPROC1.TSP. 3

4 A Appendix: Asymptotic Distribution of eρ n In establishing the asymptotic distribution of the GM estimator eρ n we first observe in the following that this estimator can be defined equivalently as the nonlinear least squares estimator of a regression corresponding to two moment conditions. As such the estimator can then be seen to be a special case of a more general class of estimators considered in Kelejian and Prucha (2004). Given this observation the asymptotic distribution of eρ n can now be easily obtained as a special case of asymptotic normality results developed in this later paper. A.1 Original Form of Moment Conditions The GM estimators for ρ and σ 2 ε in Kelejian and Prucha (1999) are based on the three moment conditions E[ 1 n ε0 nε n ] = σ 2 ε (A.1) E[ 1 n ε0 nε n ] = σ 2 εtr{w 0 nw n } E[ 1 n ε0 nε n ] = 0 ε n = W n ε n. Let u n = W n u n and u n = Wnu 2 n then upon substitution of ε n = u n ρu n and ε n = u n ρu n into (A.1) we obtain γ n = Γ n ρ ρ 2 (A.2) Γ n = 1 n γ n = 1 n σ 2 ε 2E(u 0 nu n ) E(u 0 nu n ) n 2E(u 0 nu n ) E(u 0 nu n ) Tr(WnW 0 n ) E(u 0 nu n + u 0 nu n ) E(u 0 nu n ) 0 E(u0 nu n ) E(u 0 nu n ) E(u 0 nu n ). The GM estimators eρ n and eσ 2 εn are defined as the nonlinear least squares estimators corresponding to the regression (4).. We note that (4) represents the sample analogue of (A.2) and this ample analogue was obtained by suppressing in (A.2) the expectations operator and by replacing u n u n u n by bu n bu n u b n respectively. A.2 Alternative Form 1 of Moment Conditions Let c n = 1 1/2 1+a 2 n a n = n 1 Tr{WnW 0 n } 4

5 then substitution of the first moment condition in (A.1) into the second and multiplication of the second moment conditions by c n yields the following two moment conditions: c n E[ 1 n ε0 nε n ] = c n a n E[ 1 n ε0 nε n ] (A.3) E[ 1 n ε0 nε n ] = 0. Upon substitution of ε n = u n ρu n and ε n = u n ρu n into (A.3) we obtain ρ γ n = Γ n ρ 2 (A.4) Γ n = 1 n γ n = 1 n " i 2c n he(u 0 nu n ) a n E(u 0 nu n ) i c n he(u 0 nu n ) a n E(u 0 nu n ) E(u 0 nu n + u 0 nu n ) E(u 0 nu n ) cn [E(u 0 nu n ) a n E(u 0 nu n )] E(u 0. nu n ) # Now consider the sample analogue of (A.4): g n = G n ρ ρ 2 + n (A.5) bu G n = 1 2c n 0n u b n a n bu n 0nbu n bu 0 nbu n + bu 0 b nu n ) " h g n = 1 cn u b 0 b i # nu n a n bu 0 nbu n n bu 0. nbu n c bu 0 b n u an bu 0 bu b u 0 n b u n and the 2 1 vector n can again be viewed as a vector of regression residuals. It is not difficult although a bit tedious to check that the nonlinear least squares estimator corresponding to the regression (A.5) is identical to the GM estimator eρ n. A.3 Alternative Form 2 of Moment Conditions To connect the GM estimator eρ n to the class of estimators considered in Kelejian and Prucha (2004) observe that we can rewrite the moment conditions (A.3) as n 1 ε0 E n A 1n ε n ε 0 =0. na 2n ε n A 1n = c n [WnW 0 n a n I n ] A 2n = W n. 5

6 Correspondingly we can also rewrite the matrix Γ n and vector γ n in (A.4) as Γ n = 1 2Eu 0 nwna 0 1n u n Eu 0 nwna 0 1n W n u n n Eu 0 nwn(a 0 2n + A 0 2n )u n Eu 0 nwna 0 2n W n u n γ n = 1 Eu 0 n A 1n u n n Eu 0 na 2n u n and G n and vector g n in (A.5) as G n = 1 2bu 0 nwna 0 1n bu n bu 0 nwna 0 1n W n bu n n bu 0 nwn(a 0 2n + A 0 2n)bu n bu 0 nwna 0 2n W n bu n g n = 1 bu 0 n A 1n bu n n bu 0. na 2n bu n A.4 Asymtotic Normality of eρ n We have shown above that eρ n can also be viewed as the nonlinear least squares estimator corresponding to (A.5). Using furthermore the alternative form of the moment conditions and expressions for Γ n γ n and G n g n given in the previous subsection we can now use Theorem 2 in Kelejian and Prucha (2004) to establish the asymptotic distribution of eρ n. In particular it follows from that Theorem 2 that under the regularity conditions maintained by that theorem we have: n 1/2 (eρ n ρ) =(J 0 nj n ) 1 J 0 nψ 1/2 n ξ n + o p (1) and ξ n J n = Γ n 1 2ρ d N(0I2 ).Furthermoren 1/2 (eρ n ρ) =O p (1) and Ω ρn =(J 0 nj n ) 1 J 0 nψ n J n (J 0 nj n ) 1 const > 0. The above result implies that the difference between the cumulative distribution functions of n 1/2 (eρ n ρ) and N 0 Ω ρn converges pointwise to zero which justifies the use of the latter distribution as an approximation of the former. 1 It follows furthermore from Theorem 3 in Kelejian and Prucha (2004) that Ω e ρn Ω ρn = o p (1) andthus eρ n. N h 0 e Ω ρn /n i. We can now test the hypothesis of zero spatial correlation i.e. H 0 : ρ =0bycomparing eρ n [ e Ω ρn /n] 1/2 the fractiles of the standardized normal distribution. 1 This follows from Corollary F4 in Pötscher and Prucha (1997). Compare also the discussion on pp in that reference. 6

7 References [1] Kelejian H. H. and I. R. Prucha A Generalized Moments of Estimator for the Autoregressive Parameter in a Spatial Model International Economic Review [2] Kelejian H. H. and I. R. Prucha Specification and Estimation of Spatial Autoregressive Models Autoregressive and Heteroskedastic Disturbances Department of Economics University of Maryland Revised October 2004 mimeo. [3] Pötscher B.M. and Prucha I.R. Dynamic Nonlinear Econometric Models Asymptotic Theory. New York: Springer Verlag

A Spatial Cliff-Ord-type Model with Heteroskedastic Innovations: Small and Large Sample Results 1

A Spatial Cliff-Ord-type Model with Heteroskedastic Innovations: Small and Large Sample Results 1 A Spatial Cliff-Ord-type Model with Heteroskedastic Innovations: Small and Large Sample Results 1 Irani Arraiz 2,DavidM.Drukker 3, Harry H. Kelejian 4 and Ingmar R. Prucha 5 August 21, 2007 1 Our thanks

More information

A SPATIAL CLIFF-ORD-TYPE MODEL WITH HETEROSKEDASTIC INNOVATIONS: SMALL AND LARGE SAMPLE RESULTS

A SPATIAL CLIFF-ORD-TYPE MODEL WITH HETEROSKEDASTIC INNOVATIONS: SMALL AND LARGE SAMPLE RESULTS JOURNAL OF REGIONAL SCIENCE, VOL. 50, NO. 2, 2010, pp. 592 614 A SPATIAL CLIFF-ORD-TYPE MODEL WITH HETEROSKEDASTIC INNOVATIONS: SMALL AND LARGE SAMPLE RESULTS Irani Arraiz Inter-American Development Bank,

More information

splm: econometric analysis of spatial panel data

splm: econometric analysis of spatial panel data splm: econometric analysis of spatial panel data Giovanni Millo 1 Gianfranco Piras 2 1 Research Dept., Generali S.p.A. and DiSES, Univ. of Trieste 2 REAL, UIUC user! Conference Rennes, July 8th 2009 Introduction

More information

GMM Estimation of Spatial Error Autocorrelation with and without Heteroskedasticity

GMM Estimation of Spatial Error Autocorrelation with and without Heteroskedasticity GMM Estimation of Spatial Error Autocorrelation with and without Heteroskedasticity Luc Anselin July 14, 2011 1 Background This note documents the steps needed for an efficient GMM estimation of the regression

More information

Finite sample properties of estimators of spatial autoregressive models with autoregressive disturbances

Finite sample properties of estimators of spatial autoregressive models with autoregressive disturbances Papers Reg. Sci. 82, 1 26 (23) c RSAI 23 Finite sample properties of estimators of spatial autoregressive models with autoregressive disturbances Debabrata Das 1, Harry H. Kelejian 2, Ingmar R. Prucha

More information

Estimation of simultaneous systems of spatially interrelated cross sectional equations

Estimation of simultaneous systems of spatially interrelated cross sectional equations Journal of Econometrics 118 (2004) 27 50 www.elsevier.com/locate/econbase Estimation of simultaneous systems of spatially interrelated cross sectional equations Harry H. Kelejian, Ingmar R. Prucha Department

More information

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

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 4 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 23 Recommended Reading For the today Serial correlation and heteroskedasticity in

More information

Analyzing spatial autoregressive models using Stata

Analyzing spatial autoregressive models using Stata Analyzing spatial autoregressive models using Stata David M. Drukker StataCorp Summer North American Stata Users Group meeting July 24-25, 2008 Part of joint work with Ingmar Prucha and Harry Kelejian

More information

On the Asymptotic Distribution of the Moran I Test Statistic with Applications

On the Asymptotic Distribution of the Moran I Test Statistic with Applications On the Asymptotic Distribution of the Moran I Test Statistic with Applications Harry H. Kelejian and Ingmar R. Prucha Department of Economics University of Maryland College Park, MD 20852 October 2000

More information

Testing Random Effects in Two-Way Spatial Panel Data Models

Testing Random Effects in Two-Way Spatial Panel Data Models Testing Random Effects in Two-Way Spatial Panel Data Models Nicolas Debarsy May 27, 2010 Abstract This paper proposes an alternative testing procedure to the Hausman test statistic to help the applied

More information

A Robust LM Test for Spatial Error Components

A Robust LM Test for Spatial Error Components A Robust LM Test for Spatial Error Components Zhenlin Yang January 2009 Paper No. 04-2009 ANY OPINIONS EXPRESSED ARE THOSE OF THE AUTHOR(S) AND NOT NECESSARILY THOSE OF THE SCHOOL OF ECONOMICS & SOCIAL

More information

Econometrics. Journal. The Hausman test in a Cliff and Ord panel model. First version received: August 2009; final version accepted: June 2010

Econometrics. Journal. The Hausman test in a Cliff and Ord panel model. First version received: August 2009; final version accepted: June 2010 The Econometrics Journal Econometrics Journal 20), volume 4, pp. 48 76. doi: 0./j.368-423X.200.00325.x The Hausman test in a Cliff and Ord panel model JAN MUTL AND MICHAEL PFAFFERMAYR,, Institute for Advanced

More information

Instrumental Variables/Method of

Instrumental Variables/Method of Instrumental Variables/Method of 80 Moments Estimation Ingmar R. Prucha Contents 80.1 Introduction... 1597 80.2 A Primer on GMM Estimation... 1599 80.2.1 Model Specification and Moment Conditions... 1599

More information

On the asymptotic distribution of the Moran I test statistic withapplications

On the asymptotic distribution of the Moran I test statistic withapplications Journal of Econometrics 104 (2001) 219 257 www.elsevier.com/locate/econbase On the asymptotic distribution of the Moran I test statistic withapplications Harry H. Kelejian, Ingmar R. Prucha Department

More information

Outline. Nature of the Problem. Nature of the Problem. Basic Econometrics in Transportation. Autocorrelation

Outline. Nature of the Problem. Nature of the Problem. Basic Econometrics in Transportation. Autocorrelation 1/30 Outline Basic Econometrics in Transportation Autocorrelation Amir Samimi What is the nature of autocorrelation? What are the theoretical and practical consequences of autocorrelation? Since the assumption

More information

Panel data models with spatially correlated error components

Panel data models with spatially correlated error components Journal of Econometrics 40 (2007) 97 30 www.elsevier.com/locate/jeconom Panel data models with spatially correlated error components Mudit Kapoor a, Harry H. Kelejian b, Ingmar R. Prucha b, a Indian School

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

GMM estimation of spatial panels

GMM estimation of spatial panels MRA Munich ersonal ReEc Archive GMM estimation of spatial panels Francesco Moscone and Elisa Tosetti Brunel University 7. April 009 Online at http://mpra.ub.uni-muenchen.de/637/ MRA aper No. 637, posted

More information

HETEROSKEDASTICITY, TEMPORAL AND SPATIAL CORRELATION MATTER

HETEROSKEDASTICITY, TEMPORAL AND SPATIAL CORRELATION MATTER ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume LXI 239 Number 7, 2013 http://dx.doi.org/10.11118/actaun201361072151 HETEROSKEDASTICITY, TEMPORAL AND SPATIAL CORRELATION MATTER

More information

Autocorrelation. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Autocorrelation POLS / 20

Autocorrelation. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Autocorrelation POLS / 20 Autocorrelation Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Autocorrelation POLS 7014 1 / 20 Objectives By the end of this meeting, participants should be

More information

Lecture 6: Hypothesis Testing

Lecture 6: Hypothesis Testing Lecture 6: Hypothesis Testing Mauricio Sarrias Universidad Católica del Norte November 6, 2017 1 Moran s I Statistic Mandatory Reading Moran s I based on Cliff and Ord (1972) Kelijan and Prucha (2001)

More information

Luc Anselin and Nancy Lozano-Gracia

Luc Anselin and Nancy Lozano-Gracia Errors in variables and spatial effects in hedonic house price models of ambient air quality Luc Anselin and Nancy Lozano-Gracia Presented by Julia Beckhusen and Kosuke Tamura February 29, 2008 AGEC 691T:

More information

ESTIMATION PROBLEMS IN MODELS WITH SPATIAL WEIGHTING MATRICES WHICH HAVE BLOCKS OF EQUAL ELEMENTS*

ESTIMATION PROBLEMS IN MODELS WITH SPATIAL WEIGHTING MATRICES WHICH HAVE BLOCKS OF EQUAL ELEMENTS* JOURNAL OF REGIONAL SCIENCE, VOL. 46, NO. 3, 2006, pp. 507 515 ESTIMATION PROBLEMS IN MODELS WITH SPATIAL WEIGHTING MATRICES WHICH HAVE BLOCKS OF EQUAL ELEMENTS* Harry H. Kelejian Department of Economics,

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

Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator

Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator by Emmanuel Flachaire Eurequa, University Paris I Panthéon-Sorbonne December 2001 Abstract Recent results of Cribari-Neto and Zarkos

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 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

Journal of Asian Scientific Research COMBINED PARAMETERS ESTIMATION METHODS OF LINEAR REGRESSION MODEL WITH MULTICOLLINEARITY AND AUTOCORRELATION

Journal of Asian Scientific Research COMBINED PARAMETERS ESTIMATION METHODS OF LINEAR REGRESSION MODEL WITH MULTICOLLINEARITY AND AUTOCORRELATION Journal of Asian Scientific Research ISSN(e): 3-1331/ISSN(p): 6-574 journal homepage: http://www.aessweb.com/journals/5003 COMBINED PARAMETERS ESTIMATION METHODS OF LINEAR REGRESSION MODEL WITH MULTICOLLINEARITY

More information

F9 F10: Autocorrelation

F9 F10: Autocorrelation F9 F10: Autocorrelation Feng Li Department of Statistics, Stockholm University Introduction In the classic regression model we assume cov(u i, u j x i, x k ) = E(u i, u j ) = 0 What if we break the assumption?

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software April 2012, Volume 47, Issue 1. http://www.jstatsoft.org/ splm: Spatial Panel Data Models in R Giovanni Millo Generali SpA Gianfranco Piras West Virginia University

More information

Topic 7: Heteroskedasticity

Topic 7: Heteroskedasticity Topic 7: Heteroskedasticity Advanced Econometrics (I Dong Chen School of Economics, Peking University Introduction If the disturbance variance is not constant across observations, the regression is heteroskedastic

More information

Econometrics Summary Algebraic and Statistical Preliminaries

Econometrics Summary Algebraic and Statistical Preliminaries Econometrics Summary Algebraic and Statistical Preliminaries Elasticity: The point elasticity of Y with respect to L is given by α = ( Y/ L)/(Y/L). The arc elasticity is given by ( Y/ L)/(Y/L), when L

More information

Spatial Models in Econometrics: Section 13 1

Spatial Models in Econometrics: Section 13 1 Spatial Models in Econometrics: Section 13 1 1 Single Equation Models 1.1 An over view of basic elements Space is important: Some Illustrations (a) Gas tax issues (b) Police expenditures (c) Infrastructure

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

Econometric Methods and Applications II Chapter 2: Simultaneous equations. Econometric Methods and Applications II, Chapter 2, Slide 1

Econometric Methods and Applications II Chapter 2: Simultaneous equations. Econometric Methods and Applications II, Chapter 2, Slide 1 Econometric Methods and Applications II Chapter 2: Simultaneous equations Econometric Methods and Applications II, Chapter 2, Slide 1 2.1 Introduction An example motivating the problem of simultaneous

More information

The exact bias of S 2 in linear panel regressions with spatial autocorrelation SFB 823. Discussion Paper. Christoph Hanck, Walter Krämer

The exact bias of S 2 in linear panel regressions with spatial autocorrelation SFB 823. Discussion Paper. Christoph Hanck, Walter Krämer SFB 83 The exact bias of S in linear panel regressions with spatial autocorrelation Discussion Paper Christoph Hanck, Walter Krämer Nr. 8/00 The exact bias of S in linear panel regressions with spatial

More information

Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares

Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares L Magee Fall, 2008 1 Consider a regression model y = Xβ +ɛ, where it is assumed that E(ɛ X) = 0 and E(ɛɛ X) =

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

Iris Wang.

Iris Wang. Chapter 10: Multicollinearity Iris Wang iris.wang@kau.se Econometric problems Multicollinearity What does it mean? A high degree of correlation amongst the explanatory variables What are its consequences?

More information

HAC Estimation in a Spatial Framework

HAC Estimation in a Spatial Framework HAC Estimation in a Spatial Framework Harry H. Kelejian 1 and Ingmar R. Prucha Department of Economics, University of Maryland, College Park, MD 20742 Revised February 2006 Abstract We suggest a nonparametric

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

Ø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

Least Squares Estimation-Finite-Sample Properties

Least Squares Estimation-Finite-Sample Properties Least Squares Estimation-Finite-Sample Properties Ping Yu School of Economics and Finance The University of Hong Kong Ping Yu (HKU) Finite-Sample 1 / 29 Terminology and Assumptions 1 Terminology and Assumptions

More information

Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation

Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation Seung C. Ahn Arizona State University, Tempe, AZ 85187, USA Peter Schmidt * Michigan State University,

More information

Linear Model Under General Variance Structure: Autocorrelation

Linear Model Under General Variance Structure: Autocorrelation Linear Model Under General Variance Structure: Autocorrelation A Definition of Autocorrelation In this section, we consider another special case of the model Y = X β + e, or y t = x t β + e t, t = 1,..,.

More information

Regional Science and Urban Economics

Regional Science and Urban Economics Regional Science and Urban Economics 46 (2014) 103 115 Contents lists available at ScienceDirect Regional Science and Urban Economics journal homepage: www.elsevier.com/locate/regec On the finite sample

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

AUTOCORRELATION. Phung Thanh Binh

AUTOCORRELATION. Phung Thanh Binh AUTOCORRELATION Phung Thanh Binh OUTLINE Time series Gauss-Markov conditions The nature of autocorrelation Causes of autocorrelation Consequences of autocorrelation Detecting autocorrelation Remedial measures

More information

Estimation of Spatial Models with Endogenous Weighting Matrices, and an Application to a Demand Model for Cigarettes

Estimation of Spatial Models with Endogenous Weighting Matrices, and an Application to a Demand Model for Cigarettes Estimation of Spatial Models with Endogenous Weighting Matrices, and an Application to a Demand Model for Cigarettes Harry H. Kelejian University of Maryland College Park, MD Gianfranco Piras West Virginia

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

Seemingly Unrelated Regressions With Spatial Error Components

Seemingly Unrelated Regressions With Spatial Error Components Seemingly Unrelated Regressions With Spatial Error Components Badi H. Baltagi a, and Alain Pirotte b,c a Syracuse University, Center for Policy Research, USA b ERMES (CNRS), Université Panthéon-Assas Paris

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

Moreover, the second term is derived from: 1 T ) 2 1

Moreover, the second term is derived from: 1 T ) 2 1 170 Moreover, the second term is derived from: 1 T T ɛt 2 σ 2 ɛ. Therefore, 1 σ 2 ɛt T y t 1 ɛ t = 1 2 ( yt σ T ) 2 1 2σ 2 ɛ 1 T T ɛt 2 1 2 (χ2 (1) 1). (b) Next, consider y 2 t 1. T E y 2 t 1 T T = E(y

More information

Spatial Regression. 15. Spatial Panels (3) Luc Anselin. Copyright 2017 by Luc Anselin, All Rights Reserved

Spatial Regression. 15. Spatial Panels (3) Luc Anselin.  Copyright 2017 by Luc Anselin, All Rights Reserved Spatial Regression 15. Spatial Panels (3) Luc Anselin http://spatial.uchicago.edu 1 spatial SUR spatial lag SUR spatial error SUR 2 Spatial SUR 3 Specification 4 Classic Seemingly Unrelated Regressions

More information

RAO s SCORE TEST IN SPATIAL ECONOMETRICS

RAO s SCORE TEST IN SPATIAL ECONOMETRICS RAO s SCORE TEST IN SPATIAL ECONOMETRICS Luc Anselin Regional Economics Applications Laboratory (REAL) and Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign Urbana,

More information

A better way to bootstrap pairs

A better way to bootstrap pairs A better way to bootstrap pairs Emmanuel Flachaire GREQAM - Université de la Méditerranée CORE - Université Catholique de Louvain April 999 Abstract In this paper we are interested in heteroskedastic regression

More information

GMM Estimation of SAR Models with. Endogenous Regressors

GMM Estimation of SAR Models with. Endogenous Regressors GMM Estimation of SAR Models with Endogenous Regressors Xiaodong Liu Department of Economics, University of Colorado Boulder E-mail: xiaodongliucoloradoedu Paulo Saraiva Department of Economics, University

More information

Repeated observations on the same cross-section of individual units. Important advantages relative to pure cross-section data

Repeated observations on the same cross-section of individual units. Important advantages relative to pure cross-section data Panel data Repeated observations on the same cross-section of individual units. Important advantages relative to pure cross-section data - possible to control for some unobserved heterogeneity - possible

More information

Advanced Econometrics

Advanced Econometrics Based on the textbook by Verbeek: A Guide to Modern Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna May 16, 2013 Outline Univariate

More information

Heteroskedasticity-Robust Inference in Finite Samples

Heteroskedasticity-Robust Inference in Finite Samples Heteroskedasticity-Robust Inference in Finite Samples Jerry Hausman and Christopher Palmer Massachusetts Institute of Technology December 011 Abstract Since the advent of heteroskedasticity-robust standard

More information

Appendix A: The time series behavior of employment growth

Appendix A: The time series behavior of employment growth Unpublished appendices from The Relationship between Firm Size and Firm Growth in the U.S. Manufacturing Sector Bronwyn H. Hall Journal of Industrial Economics 35 (June 987): 583-606. Appendix A: The time

More information

Ch.10 Autocorrelated Disturbances (June 15, 2016)

Ch.10 Autocorrelated Disturbances (June 15, 2016) Ch10 Autocorrelated Disturbances (June 15, 2016) In a time-series linear regression model setting, Y t = x tβ + u t, t = 1, 2,, T, (10-1) a common problem is autocorrelation, or serial correlation of the

More information

the error term could vary over the observations, in ways that are related

the error term could vary over the observations, in ways that are related Heteroskedasticity We now consider the implications of relaxing the assumption that the conditional variance Var(u i x i ) = σ 2 is common to all observations i = 1,..., n In many applications, we may

More information

LECTURE 13: TIME SERIES I

LECTURE 13: TIME SERIES I 1 LECTURE 13: TIME SERIES I AUTOCORRELATION: Consider y = X + u where y is T 1, X is T K, is K 1 and u is T 1. We are using T and not N for sample size to emphasize that this is a time series. The natural

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY & Contents PREFACE xiii 1 1.1. 1.2. Difference Equations First-Order Difference Equations 1 /?th-order Difference

More information

Topic 10: Panel Data Analysis

Topic 10: Panel Data Analysis Topic 10: Panel Data Analysis Advanced Econometrics (I) Dong Chen School of Economics, Peking University 1 Introduction Panel data combine the features of cross section data time series. Usually a panel

More information

Reading Assignment. Serial Correlation and Heteroskedasticity. Chapters 12 and 11. Kennedy: Chapter 8. AREC-ECON 535 Lec F1 1

Reading Assignment. Serial Correlation and Heteroskedasticity. Chapters 12 and 11. Kennedy: Chapter 8. AREC-ECON 535 Lec F1 1 Reading Assignment Serial Correlation and Heteroskedasticity Chapters 1 and 11. Kennedy: Chapter 8. AREC-ECON 535 Lec F1 1 Serial Correlation or Autocorrelation y t = β 0 + β 1 x 1t + β x t +... + β k

More information

Dynamic Regression Models (Lect 15)

Dynamic Regression Models (Lect 15) Dynamic Regression Models (Lect 15) Ragnar Nymoen University of Oslo 21 March 2013 1 / 17 HGL: Ch 9; BN: Kap 10 The HGL Ch 9 is a long chapter, and the testing for autocorrelation part we have already

More information

Lecture 7: Spatial Econometric Modeling of Origin-Destination flows

Lecture 7: Spatial Econometric Modeling of Origin-Destination flows Lecture 7: Spatial Econometric Modeling of Origin-Destination flows James P. LeSage Department of Economics University of Toledo Toledo, Ohio 43606 e-mail: jlesage@spatial-econometrics.com June 2005 The

More information

Regression with time series

Regression with time series Regression with time series Class Notes Manuel Arellano February 22, 2018 1 Classical regression model with time series Model and assumptions The basic assumption is E y t x 1,, x T = E y t x t = x tβ

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

Lecture 7: Dynamic panel models 2

Lecture 7: Dynamic panel models 2 Lecture 7: Dynamic panel models 2 Ragnar Nymoen Department of Economics, UiO 25 February 2010 Main issues and references The Arellano and Bond method for GMM estimation of dynamic panel data models A stepwise

More information

Testing Overidentifying Restrictions with Many Instruments and Heteroskedasticity

Testing Overidentifying Restrictions with Many Instruments and Heteroskedasticity Testing Overidentifying Restrictions with Many Instruments and Heteroskedasticity John C. Chao, Department of Economics, University of Maryland, chao@econ.umd.edu. Jerry A. Hausman, Department of Economics,

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

Econometric Analysis of Cross Section and Panel Data

Econometric Analysis of Cross Section and Panel Data Econometric Analysis of Cross Section and Panel Data Jeffrey M. Wooldridge / The MIT Press Cambridge, Massachusetts London, England Contents Preface Acknowledgments xvii xxiii I INTRODUCTION AND BACKGROUND

More information

Title. Description. var intro Introduction to vector autoregressive models

Title. Description. var intro Introduction to vector autoregressive models Title var intro Introduction to vector autoregressive models Description Stata has a suite of commands for fitting, forecasting, interpreting, and performing inference on vector autoregressive (VAR) models

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

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

Department of Economics, UCSD UC San Diego

Department of Economics, UCSD UC San Diego Department of Economics, UCSD UC San Diego itle: Spurious Regressions with Stationary Series Author: Granger, Clive W.J., University of California, San Diego Hyung, Namwon, University of Seoul Jeon, Yongil,

More information

Estimation of the Conditional Variance in Paired Experiments

Estimation of the Conditional Variance in Paired Experiments Estimation of the Conditional Variance in Paired Experiments Alberto Abadie & Guido W. Imbens Harvard University and BER June 008 Abstract In paired randomized experiments units are grouped in pairs, often

More information

On the I 2 (q) Test Statistic for Spatial Dependence: Finite Sample Standardization and Properties

On the I 2 (q) Test Statistic for Spatial Dependence: Finite Sample Standardization and Properties Spatial Economic Analysis, 2013 Vol. 8, No. 3, 271 292, http://dx.doi.org/10.1080/17421772.2013.804630 On the I 2 (q) Test Statistic for Spatial Dependence: Finite Sample Standardization and Properties

More information

Graduate Econometrics Lecture 4: Heteroskedasticity

Graduate Econometrics Lecture 4: Heteroskedasticity Graduate Econometrics Lecture 4: Heteroskedasticity Department of Economics University of Gothenburg November 30, 2014 1/43 and Autocorrelation Consequences for OLS Estimator Begin from the linear model

More information

The linear regression model: functional form and structural breaks

The linear regression model: functional form and structural breaks The linear regression model: functional form and structural breaks Ragnar Nymoen Department of Economics, UiO 16 January 2009 Overview Dynamic models A little bit more about dynamics Extending inference

More information

ECON 312 FINAL PROJECT

ECON 312 FINAL PROJECT ECON 312 FINAL PROJECT JACOB MENICK 1. Introduction When doing statistics with cross-sectional data, it is common to encounter heteroskedasticity. The cross-sectional econometrician can detect heteroskedasticity

More information

Econometrics. 9) Heteroscedasticity and autocorrelation

Econometrics. 9) Heteroscedasticity and autocorrelation 30C00200 Econometrics 9) Heteroscedasticity and autocorrelation Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Heteroscedasticity Possible causes Testing for

More information

Intermediate Econometrics

Intermediate Econometrics Intermediate Econometrics Heteroskedasticity Text: Wooldridge, 8 July 17, 2011 Heteroskedasticity Assumption of homoskedasticity, Var(u i x i1,..., x ik ) = E(u 2 i x i1,..., x ik ) = σ 2. That is, the

More information

Outline. Overview of Issues. Spatial Regression. Luc Anselin

Outline. Overview of Issues. Spatial Regression. Luc Anselin Spatial Regression Luc Anselin University of Illinois, Urbana-Champaign http://www.spacestat.com Outline Overview of Issues Spatial Regression Specifications Space-Time Models Spatial Latent Variable Models

More information

Robust Standard Errors to Spatial and Time Dependence in Aggregate Panel Models

Robust Standard Errors to Spatial and Time Dependence in Aggregate Panel Models Robust Standard Errors to Spatial and Time Dependence in Aggregate Panel Models Lucciano Villacorta February 17, 2017 Abstract This paper studies alternative approaches to consider time and spatial dependence

More information

A Robust LM Test for Spatial Error Components 1

A Robust LM Test for Spatial Error Components 1 A Robust LM Test for Spatial Error Components 1 Zhenlin Yang School of Economics, Singapore Management University email: zlyang@smu.edu.sg August, 2009 Abstract This paper presents a modified LM test of

More information

Heteroskedasticity. We now consider the implications of relaxing the assumption that the conditional

Heteroskedasticity. We now consider the implications of relaxing the assumption that the conditional Heteroskedasticity We now consider the implications of relaxing the assumption that the conditional variance V (u i x i ) = σ 2 is common to all observations i = 1,..., In many applications, we may suspect

More information

Panel VAR Models with Spatial Dependence

Panel VAR Models with Spatial Dependence Panel VAR Models with Spatial Dependence Jan Mutl Institute of Advanced Studies Stumpergasse 56 A-6 Vienna Austria mutl@ihs.ac.at January 3, 29 Abstract I consider a panel vector autoregressive (panel

More information

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 48

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 48 ECON2228 Notes 10 Christopher F Baum Boston College Economics 2014 2015 cfb (BC Econ) ECON2228 Notes 10 2014 2015 1 / 48 Serial correlation and heteroskedasticity in time series regressions Chapter 12:

More information

Economics 620, Lecture 13: Time Series I

Economics 620, Lecture 13: Time Series I Economics 620, Lecture 13: Time Series I Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 13: Time Series I 1 / 19 AUTOCORRELATION Consider y = X + u where y is

More information

The Role of "Leads" in the Dynamic Title of Cointegrating Regression Models. Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji

The Role of Leads in the Dynamic Title of Cointegrating Regression Models. Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji he Role of "Leads" in the Dynamic itle of Cointegrating Regression Models Author(s) Hayakawa, Kazuhiko; Kurozumi, Eiji Citation Issue 2006-12 Date ype echnical Report ext Version publisher URL http://hdl.handle.net/10086/13599

More information

Simultaneous Equation Models (Book Chapter 5)

Simultaneous Equation Models (Book Chapter 5) Simultaneous Equation Models (Book Chapter 5) Interrelated equations with continuous dependent variables: Utilization of individual vehicles (measured in kilometers driven) in multivehicle households Interrelation

More information

Combining Regressive and Auto-Regressive Models for Spatial-Temporal Prediction

Combining Regressive and Auto-Regressive Models for Spatial-Temporal Prediction Combining Regressive and Auto-Regressive Models for Spatial-Temporal Prediction Dragoljub Pokrajac DPOKRAJA@EECS.WSU.EDU Zoran Obradovic ZORAN@EECS.WSU.EDU School of Electrical Engineering and Computer

More information

Estimation of xed e ects panel regression models with separable and nonseparable space-time lters

Estimation of xed e ects panel regression models with separable and nonseparable space-time lters Estimation of xed e ects panel regression models with separable and nonseparable space-time lters Lung-fei Lee Department of Economics Ohio State University lee.777osu.edu Jihai Yu Guanghua School of Management

More information

Heteroscedasticity. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Heteroscedasticity POLS / 11

Heteroscedasticity. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Heteroscedasticity POLS / 11 Heteroscedasticity Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Heteroscedasticity POLS 7014 1 / 11 Objectives By the end of this meeting, participants should

More information

Modeling Spatial Externalities: A Panel Data Approach

Modeling Spatial Externalities: A Panel Data Approach Modeling Spatial Externalities: A Panel Data Approach Christian Beer and Aleksandra Riedl May 29, 2009 First draft, do not quote! Abstract In this paper we argue that the Spatial Durbin Model (SDM) is

More information

Introduction to Econometrics Final Examination Fall 2006 Answer Sheet

Introduction to Econometrics Final Examination Fall 2006 Answer Sheet Introduction to Econometrics Final Examination Fall 2006 Answer Sheet Please answer all of the questions and show your work. If you think a question is ambiguous, clearly state how you interpret it before

More information