Solutions And Applications Manual - NYU

3y ago
18 Views
2 Downloads
2.09 MB
193 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Julius Prosser
Transcription

Solutions and Applications ManualEconometric AnalysisSixth EditionWilliam H. GreeneNew York UniversityPrentice Hall, Upper Saddle River, New Jersey 07458

Contents and NotationThis book presents solutions to the end of chapter exercises and applications in Econometric Analysis. Thereare no exercises in the text for Appendices A – E. For the instructor or student who is interested in exercises forthis material, I have included a number of them, with solutions, in this book. The various computations in thesolutions and exercises are done with the NLOGIT Version 4.0 computer package (Econometric Software, Inc.,Plainview New York, www.nlogit.com). In order to control the length of this document, only the solutions andnot the questions from the exercises and applications are shown here. In some cases, the numerical solutionsfor the in text examples shown here differ slightly from the values given in the text. This occurs because ingeneral, the derivative computations in the text are done using the digits shown in the text, which are rounded toa few digits, while the results shown here are based on internal computations by the computer that use all digits.Chapter 1Chapter 2Chapter 3Chapter 4Chapter 5Chapter 6Chapter 7Chapter 8Chapter 9Chapter 10Chapter 11Chapter 12Chapter 13Chapter 14Chapter 15Chapter 16Chapter 17Chapter 18Chapter 19Chapter 20Chapter 21Chapter 22Chapter 23Chapter 24Chapter 25Appendix AAppendix BAppendix CAppendix DAppendix EIntroduction 1The Classical Multiple Linear Regression Model 2Least Squares 3Statistical Properties of the Least Squares Estimator 10Inference and Prediction 19Functional Form and Structural Change 30Specification Analysis and Model Selection 40The Generalized Regression Model and Heteroscedasticity 44Models for Panel Data 54Systems of Regression Equations 67Nonlinear Regressions and Nonlinear Least Squares 80Instrumental Variables Estimation 85Simultaneous-Equations Models 90Estimation Frameworks in Econometrics 97Minimum Distance Estimation and The Generalized Method of Moments 102Maximum Likelihood Estimation 105Simulation Based Estimation and Inference 117Bayesian Estimation and Inference 120Serial Correlation 122Models with Lagged Variables 128Time-Series Models 131Nonstationary Data 132Models for Discrete Choice 136Truncation, Censoring and Sample Selection 142Models for Event Counts and Duration 147Matrix Algebra 155Probability and Distribution Theory 162Estimation and Inference 172Large Sample Distribution Theory 183Computation and Optimization 184

In the solutions, we denote: scalar values with italic, lower case letters, as in a, column vectors with boldface lower case letters, as in b, row vectors as transposed column vectors, as in b′, matrices with boldface upper case letters, as in M or Σ, single population parameters with Greek letters, as in θ, sample estimates of parameters with Roman letters, as in b as an estimate of β,ˆ or βˆ , sample estimates of population parameters with a caret, as in α cross section observations with subscript i, as in yi,time series observations with subscript t, as in zt andpanel data observations with xit or xi,t-1 when the comma is needed to remove ambiguity.Observations that are vectors are denoted likewise, for example, xit to denote a column vector ofobservations.These are consistent with the notation used in the text.

Chapter 1IntroductionThere are no exercises or applications in Chapter 1.

Chapter 2The Classical Multiple LinearRegression ModelThere are no exercises or applications in Chapter 2.2

Chapter 3Least SquaresExercises 1 x1 1. Let X . . . 1 x n (a) The normal equations are given by (3-12), X'e 0 (we drop the minus sign), hence for each of thecolumns of X, xk, we know that xk′e 0. This implies that Σ in 1ei 0 and Σ in 1 xi ei 0 .(b) Use Σ in 1ei to conclude from the first normal equation that a y bx .(c) We know that Σ in 1ei 0 and Σ in 1 xi ei 0 . It follows then that Σ in 1 ( xi x )ei 0 becauseΣ in 1 xei x Σ in 1ei 0 . Substitute ei to obtainΣ in 1 ( xi x )( yi a bxi ) 0 or Σ in 1 ( xi x )( yi y b( xi x )) 0Then, Σin 1 ( xi x )( yi y ) bΣin 1 ( xi x )( xi x )) so b Σin 1 ( xi x )( yi y ).Σin 1 ( xi x )2(d) The first derivative vector of e′e is -2X′e. (The normal equations.) The second derivative matrix is 2(e′e)/ b b′ 2X′X. We need to show that this matrix is positive definite. The diagonal elements are 2nand 2Σ in 1 xi2 which are clearly both positive. The determinant is (2n)( 2Σ in 1 xi2 )-( 2Σ in 1 xi )2 4nΣin 1 xi2 -4( nx )2 4n[(Σ in 1 xi2 ) nx 2 ] 4n[(Σ in 1 ( xi x ) 2 ] . Note that a much simpler proof appears after(3-6).2. Write c as b (c - b). Then, the sum of squared residuals based on c is(y - Xc)′(y - Xc) [y - X(b (c - b))] ′[y - X(b (c - b))] [(y - Xb) X(c - b)] ′[(y - Xb) X(c - b)] (y - Xb) ′(y - Xb) (c - b) ′X′X(c - b) 2(c - b) ′X′(y - Xb).But, the third term is zero, as 2(c - b) ′X′(y - Xb) 2(c - b)X′e 0. Therefore,(y - Xc) ′(y - Xc) e′e (c - b) ′X′X(c - b)or(y - Xc) ′(y - Xc) - e′e (c - b) ′X′X(c - b).The right hand side can be written as d′d where d X(c - b), so it is necessarily positive. This confirms whatwe knew at the outset, least squares is least squares.3. The residual vector in the regression of y on X is MXy [I - X(X′X)-1X′]y. The residual vector in theregression of y on Z is [I - Z(Z′Z)-1Z′]yMZy [I - XP((XP)′(XP))-1(XP)′)y [I - XPP-1(X′X)-1(P′)-1P′X′)y MXySince the residual vectors are identical, the fits must be as well. Changing the units of measurement of theregressors is equivalent to postmultiplying by a diagonal P matrix whose kth diagonal element is the scalefactor to be applied to the kth variable (1 if it is to be unchanged). It follows from the result above that thiswill not change the fit of the regression.4. In the regression of y on i and X, the coefficients on X are b (X′M0X)-1X′M0y. M0 I - i(i′i)-1i′ is thematrix which transforms observations into deviations from their column means. Since M0 is idempotent andsymmetric we may also write the preceding as [(X′M0′)(M0X)]-1(X′M0′)(M0y) which implies that the3

regression of M0y on M0X produces the least squares slopes. If only X is transformed to deviations, wewould compute [(X′M0′)(M0X)]-1(X′M0′)y but, of course, this is identical. However, if only y is transformed,the result is (X′X)-1X′M0y which is likely to be quite different.5. What is the result of the matrix product M1M where M1 is defined in (3-19) and M is defined in (3-14)?M1M (I - X1(X1′X1)-1X1′)(I - X(X′X)-1X′) M - X1(X1′X1)-1X1′MThere is no need to multiply out the second term. Each column of MX1 is the vector of residuals in theregression of the corresponding column of X1 on all of the columns in X. Since that x is one of the columns inX, this regression provides a perfect fit, so the residuals are zero. Thus, MX1 is a matrix of zeroes whichimplies that M1M M.6. The original X matrix has n rows. We add an additional row, xs′. The new y vector likewise has an Xn y n additional element. Thus, X n , s and y n , s . The new coefficient vector is x′s ys bn,s (Xn,s′ Xn,s)-1(Xn,s′yn,s). The matrix is Xn,s′Xn,s Xn′Xn xsxs′. To invert this, use (A -66);1( X′n , s Xn , s ) 1 ( X′n Xn ) 1 ( X′n Xn ) 1 x s x′s ( X′n X n ) 1 . The vector is1 x′s ( X′n X n ) 1 x s(Xn,s′yn,s) (Xn′yn) xsys. Multiply out the four terms to get(Xn,s′ Xn,s)-1(Xn,s′yn,s) 11( X′n X n ) 1 x s x′s b n ( X′n X n ) 1 xsys ( X′n X n ) 1 x s x′s ( X′n X n ) 1 xsysbn –1 x′s ( X′n X n ) 1 x s1 x′s ( X′n X n ) 1 x s bn ( X′n X n ) 1 xsys –x′s ( X′n X n ) 1 x s1( X′n X n ) 1 x s ys –( X′n X n ) 1 x s x′s b n1 x′s ( X′n X n ) 1 x s1 x′s ( X′n X n ) 1 x s x′ ( X′ X ) 1 x 1( X′n X n ) 1 x s x′s b nbn 1 s n n 1 s ( X′n Xn ) 1 x s ys – 1′′′′xXXx 1()1() xXXxsn ns sn ns11( X′n X n ) 1 x s ys –( X′n X n ) 1 x s x′s b nbn 1 x′s ( X′n X n ) 1 x s1 x′s ( X′n X n ) 1 x sbn 1( X′n Xn ) 1 x s ( ys x′s b n )′1 x s ( X′n Xn ) 1 x s y i x 0 0 X1 , [ X1 X2 ] and y o . (The subscripts7. Define the data matrix as follows: X 1 0 1 1 ym on the parts of y refer to the “observed” and “missing” rows of X. We will use Frish-Waugh to obtain the firsttwo columns of the least squares coefficient vector. b1 (X1′M2X1)-1(X1′M2y). Multiplying it out, we find thatM2 an identity matrix save for the last diagonal element that is equal to 0. 0 0 X1′M2X1 X1′ X1 X1′ X1 . This just drops the last observation. X1′M2y is computed likewise. Thus, 0′ 1 the coeffients on the first two columns are the same as if y0 had been linearly regressed on X1. Thedenomonator of R2 is different for the two cases (drop the observation or keep it with zero fill and the dummyvariable). For the first strategy, the mean of the n-1 observations should be different from the mean of the fulln unless the last observation happens to equal the mean of the first n-1.For the second strategy, replacing the missing value with the mean of the other n-1 observations, we candeduce the new slope vector logically. Using Frisch-Waugh, we can replace the column of x’s with deviationsfrom the means, which then turns the last observation to zero. Thus, once again, the coefficient on the xequals what it is using the earlier strategy. The constant term will be the same as well.4

8. For convenience, reorder the variables so that X [i, Pd, Pn, Ps, Y]. The three dependent variables are Ed,En, and Es, and Y Ed En Es. The coefficient vectors arebd (X′X)-1X′Ed,bn (X′X)-1X′En, andbs (X′X)-1X′Es.The sum of the three vectors isb (X′X)-1X′[Ed En Es] (X′X)-1X′Y.Now, Y is the last column of X, so the preceding sum is the vector of least squares coefficients in theregression of the last column of X on all of the columns of X, including the last. Of course, we get a perfectfit. In addition, X′[Ed En Es] is the last column of X′X, so the matrix product is equal to the last column ofan identity matrix. Thus, the sum of the coefficients on all variables except income is 0, while that on incomeis 1.229. Let R K denote the adjusted R2 in the full regression on K variables including xk, and let R1 denote theadjusted R2 in the short regression on K-1 variables when xk is omitted. Let RK2 and R12 denote theirunadjusted counterparts. Then,RK2 1 - e′e/y′M0yR12 1 - e1′e1/y′M0ywhere e′e is the sum of squared residuals in the full regression, e1′e1 is the (larger) sum of squared residuals inthe regression which omits xk, and y′M0y Σi (yi - y )2Then,2R K 1 - [(n-1)/(n-K)](1 - RK2 )2andR1 1 - [(n-1)/(n-(K-1))](1 - R12 ).The difference is the change in the adjusted R2 when xk is added to the regression,22R K - R1 [(n-1)/(n-K 1)][e1′e1/y′M0y] - [(n-1)/(n-K)][e′e/y′M0y].The difference is positive if and only if the ratio is greater than 1. After cancelling terms, we require for theadjusted R2 to increase that e1′e1/(n-K 1)]/[(n-K)/e′e] 1. From the previous problem, we have that e1′e1 e′e bK2(xk′M1xk), where M1 is defined above and bk is the least squares coefficient in the full regression of yon X1 and xk. Making the substitution, we require [(e′e bK2(xk′M1xk))(n-K)]/[(n-K)e′e e′e] 1. Sincee′e (n-K)s2, this simplifies to [e′e bK2(xk′M1xk)]/[e′e s2] 1. Since all terms are positive, the fractionis greater than one if and only bK2(xk′M1xk) s2 or bK2(xk′M1xk/s2) 1. The denominator is the estimatedvariance of bk, so the result is proved.10. This R2 must be lower. The sum of squares associated with the coefficient vector which omits theconstant term must be higher than the one which includes it. We can write the coefficient vector in theregression without a constant as c (0,b*) where b* (W′W)-1W′y, with W being the other K-1 columns ofX. Then, the result of the previous exercise applies directly.11. We use the notation ‘Var[.]’ and ‘Cov[.]’ to indicate the sample variances and covariances. Ourinformation isVar[N] 1, Var[D] 1, Var[Y] 1.Since C N D, Var[C] Var[N] Var[D] 2Cov[N,D] 2(1 Cov[N,D]).From the regressions, we haveCov[C,Y]/Var[Y] Cov[C,Y] .8.But,Cov[C,Y] Cov[N,Y] Cov[D,Y].Also,Cov[C,N]/Var[N] Cov[C,N] .5,but,Cov[C,N] Var[N] Cov[N,D] 1 Cov[N,D], so Cov[N,D] -.5,so thatVar[C] 2(1 -.5) 1.And,Cov[D,Y]/Var[Y] Cov[D,Y] .4.SinceCov[C,Y] .8 Cov[N,Y] Cov[D,Y], Cov[N,Y] .4.Finally,Cov[C,D] Cov[N,D] Var[D] -.5 1 .5.Now, in the regression of C on D, the sum of squared residuals is (n-1){Var[C] - (Cov[C,D]/Var[D])2Var[D]}5

based on the general regression result Σe2 Σ(yi - y )2 - b2Σ(xi - x )2. All of the necessary figures wereobtained above. Inserting these and n-1 20 produces a sum of squared residuals of 15.12. The relevant submatrices to be used in the calculations 148.98943.86The inverse of the lower right 3 3 block is (X′X)-1,7.5874-7.41859.27313(X′X)-1 7.84078-.598953.06254637The coefficient vector is b (X′X)-1X′y (-.0727985, .235622, -.00364866)′. The total sum of squares isy′y .63652, so we can obtain e′e y′y - b′X′y. X′y is given in the top row of the matrix. Making thesubstitution, we obtain e′e .63652 - .63291 .00361. To compute R2, we require Σi (xi - y )2 .63652 - 15(3.05/15)2 .01635333, so R2 1 - .00361/.0163533 .77925.13. The results cannot be correct. Since log S/N log S/Y log Y/N by simple, exact algebra, the sameresult must apply to the least squares regression results. That means that the second equation estimatedmust equal the first one plus log Y/N. Looking at the equations, that means that all of the coefficientswould have to be identical save for the second, which would have to equal its counterpart in the firstequation, plus 1. Therefore, the results cannot be correct. In an exchange between Leff and ArthurGoldberger that appeared later in the same journal, Leff argued that the difference was simple roundingerror. You can see that the results in the second equation resemble those in the first, but not enough so thatthe explanation is credible. Further discussion about the data themselves appeared in subsequentidscussion. [See Goldberger (1973) and Leff (1973).]14. A proof of Theorem 3.1 provides a general statement of the observation made after (3-8). Thecounterpart for a multiple regression to the normal equations preceding (3-7) is b2 Σi xi 2 b3 Σi xi 3 . bK Σi xiK Σi yib1nb1Σi xi 2 b2 Σi xi22 b3 Σi xi 2 xi 3 . bK Σi xi 2 xiK Σ i xi 2 yi. Σi xiK yi .b1Σi xiK b2 Σi xiK xi 2 b3 Σi xiK xi 3 . bK Σi xiK2As before, divide the first equation by n, and manipulate to obtain the solution for the constant term,b1 y b2 x2 . bK xK . Substitute this into the equations above, and rearrange once again to obtain theequations for the slopes,b2 Σi ( xi 2 x2 ) 2 b3 Σi ( xi 2 x2 )( xi 3 x3 ) . bK Σi ( xi 2 x2 )( xiK xK ) Σi ( xi 2 x2 )( yi y )b2 Σi ( xi 3 x3 )( xi 2 x2 ) b3 Σi ( xi 3 x3 ) 2 . bK Σi ( xi 3 x3 )( xiK xK ) Σi ( xi 3 x3 )( yi y ).b2 Σi ( xiK xK )( xi 2 x2 ) b3 Σi ( xiK xK )( xi 3 x3 ) . bK Σi ( xiK xK ) 2 Σi ( xiK xK )( yi y ).If the variables are uncorrelated, then all cross product terms of the form Σ i ( xij x j )( xik xk ) will equalzero. This leaves the solution,b2 Σi ( xi 2 x2 ) 2 Σi ( xi 2 x2 )( yi y )b3 Σi ( xi 3 x3 ) 2 Σi ( xi 3 x3 )( yi y ).bK Σi ( xiK xK ) 2 Σi ( xiK xK )( yi y ),which can be solved one equation at a time forbk [ Σi ( xik xk )( yi y ) ] Σi ( xik xk ) 2 , k 2,.,K.6

Each of these is the slope coefficient in the simple of y on the respective variable.Application? ? Chapter 3 Application 1? Read (Data appear in the text.)Namelist ; X1 one,educ,exp,ability Namelist ; X2 mothered,fathered,sibs ? ? a.? Regress ; Lhs wage ; Rhs x1 -- Ordinaryleast squares regression LHS WAGEMean 2.059333 Standard deviation .2583869 WTS noneNumber of observs. 15 Model sizeParameters 4 Degrees of freedom 11 ResidualsSum of squares .7633163 Standard error of e .2634244 FitR-squared .1833511 Adjusted R-squared -.3937136E-01 Model testF[ 3,11] (prob) .82 (.5080) -- -------- -------------- ---------------- -------- -------- ---------- Variable Coefficient Standard Error t-ratio P[ T t] Mean of X -------- -------------- ---------------- -------- -------- ---------- Constant 1.66364000.618553182.690.0210EDUC .01453897.04902149.297.772312.8666667EXP .07103002.048034151.479.16732.80000000ABILITY .02661537.09911731.269.7933.36600000? ? b.? Regress ; Lhs wage ; Rhs x1,x2 -- Ordinaryleast squares regression LHS WAGEMean 2.059333 Standard deviation .2583869 WTS noneNumber of observs. 15 Model sizeParameters 7 Degrees of freedom 8 ResidualsSum of squares .4522662 Standard error of e .2377673 FitR-squared .5161341 Adjusted R-squared .1532347 Model testF[ 6,8] (prob) 1.42 (.3140) -- -------- -------------- ---------------- -------- -------- ---------- Variable Coefficient Standard Error t-ratio P[ T t] Mean of X -------- -------------- ---------------- -------- -------- ---------- Constant .04899633.94880761.052.9601EDUC .02582213.04468592.578.579312.8666667EXP .10339125.047345412.184.06052.80000000ABILITY .03074355.12120133.254.8062.36600000MOTHERED .10163069.070175021.448.185612.0666667FATHERED .00164437.04464910.037.971512.6666667SIBS .05916922.06901801.857.41622.20000000? ? c.? 7

Regress ; Lhs mothered ; Rhs x1 ; Res meds Regress ; Lhs fathered ; Rhs x1 ; Res feds Regress ; Lhs sibs; Rhs x1 ; Res sibss Namelist ; X2S meds,feds,sibss Matrix; list ; Mean(X2S) Matrix Resulthas 3 rows and 1 columns.1 -------------1 -.1184238D-142 .1657933D-143 -.5921189D-16The means are (essentially) zero. The sums must be zero, as these new variablesare orthogonal to the columns of X1. The first column in X1 is a column of ones,so this means that these residuals must sum to zero.? ? d.? Namelist ; X X1,X2 Matrix; i init(n,1,1) Matrix; M0 iden(n) - 1/n*i*i' Matrix; b12 X'X *X'wage Calc; list ; ym0y (N-1)*var(wage) Matrix; list ; cod 1/ym0y * b12'*X'*M0*X*b12 Matrix CODhas 1 rows and 1 columns.1 -------------1 .51613Matrix; e wage - X*b12 Calc; list ; cod 1 - 1/ym0y * e'e ------------------------------------ COD .516134The R squared is the same using either method of computation.Calc; list ; RsqAd 1 - (n-1)/(n-col(x))*(1-cod) ------------------------------------ RSQAD .153235? Now drop the constantNamelist ; X0 educ,exp,ability,X2 Matrix; i init(n,1,1) Matrix; M0 iden(n) - 1/n*i*i' Matrix; b120 X0'X0 *X0'wage Matrix; list ; cod 1/ym0y * b120'*X0'*M0*X0*b120 Matrix CODhas 1 rows and 1 columns.1 -------------1 .52953Matrix; e0 wage - X0*b120 Calc; list ; cod 1 - 1/ym0y * e0'e0 ---------

Solutions and Applications Manual Econometric Analysis . Prentice Hall, Upper Saddle River, New Jersey 07458 . Contents and Notation This book presents solutions to the end of chapter exercises and applications in Econometric Analysis. There are no exercises in the text for Appendices A – E. For the instructor or student who is interested .

Related Documents:

NYU School of Medicine Office of Development and Alumni Affairs One Park Avenue, 5th Floor New York, NY 10016 med.nyu.edu/alumni NYU Langone Health comprises NYU Langone Hospitals and NYU School of Medicine. THE ALUMNI MAGAZINE OF NYU SCHOOL OF MEDICINE SPRING 2018 6 HOST program brings together alumni and students, new practices open in Florida

NYU's Alumni-Centric Marketing Shift 2 Kristine Faxon, Director of Advancement and Alumni Communications . NYU Ithaca College, BA NYU, MS Integrated Marketing Kristine.Faxon@nyu.edu LinkedIn: /kristinefaxon. 5 Sarah Shanahan Associate Director, Advancement and Alumni Communications University Development and Alumni Relations, NYU Emerson .

NYU Langone Hospitals Community Health Needs Assessment and Community Service Plan Who We Are NYU Langone Health is one of the nation’s premier academic medical centers. Composed of NYU Langone Hospitals (“NYULH”) and NYU School of Medicine (“NYUSoM”), NYU Langone He

cybersecurity-strategy-masters.nyu.edu for more information. 2) Submit an optional preliminary application form to see if this program is the right fit for you. 3) Contact us. mscrs@nyu.edu 001 (212) 992-6093 cybersecurity-strategy-masters.nyu.edu Ready to Apply? Applicants are required to submit the following: e application Onlin CV/resume

NYU ABU DHABI STUDENT BODY #1 IN BOTH SENDING STUDENTS ABROAD AND HOSTING INTERNATIONAL STUDENTS IIE Open Doors report 2020 60 COUNTRIES REPRESENTED BY NYU SHANGHAI STUDENT BODY A UNIVERSITY WITHOUT WALLS Wherever you are in the world, you're at NYU 47% of Class of 2020 students studied abroad while at NYU 3 degree-granting campuses: NEW .

The NYU x CBO project is a collaboration between NYU Undergraduate Admissions' Pipeline and Access team and our Office of Student Success. The goal for this pilot is to increase the recruitment of talented, high-achieving students from low-income backgrounds who will enroll at and graduate from NYU. We: Encourage local and national

NYU Law and NYU Tandon - MS in Cybersecurity Risk and Strategy

Billie Gastic Rosado is associate dean of Liberal Arts, Languages, and Post-Traditional Undergraduate Studies at the NYU School of . Preston Robert Tisch Institute for Global Sport NYU School of Professional Studies One of NYU's most popular professors, David Hollander, JD, received the University's highest faculty honor in 2019—the NYU .