Linear Regression. y» F; Ey = + x Vary = ¾ 2. ) y = + x + u. Eu = 0 Varu = ¾ 2 Exu = 0:

Size: px
Start display at page:

Download "Linear Regression. y» F; Ey = + x Vary = ¾ 2. ) y = + x + u. Eu = 0 Varu = ¾ 2 Exu = 0:"

Transcription

1 Linear Regression 1 Single Explanatory Variable Assume (y is not necessarily normal) where Examples: y» F; Ey = + x Vary = ¾ 2 ) y = + x + u Eu = 0 Varu = ¾ 2 Exu = 0: 1. School performance as a function of SA score 2. Consumption as a function of income 3. Murder rate as a function of crime policy 1.1 Curve tting 1. Draw pictures 2. Options for tting (a) Piecewise (b) Mean squared deviation (c) Mean absolute deviation (d) Mean orthogonal squared deviation 1.2 Estimation ypes of samples Cross-section data: ime Series data: y i = + x i + u i i =1; 2; ::; n (1) y t = + x t + u t t =1; 2; ::; 1

2 1.2.2 Mechanics Consider the solution to b ; b =argmin he FOC s are and 0 = 2 ) 0= ) 0= ) 0= ) 0= ) 0= ; 0 = 2 [y i x i ] 2 [y i x i ] ) b = y b x hy i b x i i x i hey i b ex i i x i hey i b ex i i (ex i + x) hey i b ex i i ex i + hey i b ex i i ex i + x hey i b ex i i ex i Note that, for any variable, ez i = (z i z) = hey i b ex i i x ey i b x ex i z i nz = nz nz =0: Solving for b, onegets b = ex P 1 n P iey i n n = ex iey i P ex2 1 n = b¾ xy : i n ex2 i b¾ xx Note that one can take equation (1) and write it as ey i = ex i + eu i ; set b =argmin [ey i ex i ] 2 ; and get the same b. 2

3 1.2.3 Properties of b b = ex iey i ex2 i = ex i ( ex i + eu i ) ex2 i = ex2 i ex2 i = + + P ex ieu i n : ex2 i ex ieu i ex2 i E b = E + E P ex ieu i n ex2 i = + ex ieeu i ex2 i = ) b is an unbiased estimator of. Var b h i 2 h 2 = E b E b = E b i Note that: = E ex 2 P ieu i n = E [ ex ieu i ] 2 ex2 i [ ex2 i h ]2 Pn P i h E n j=1 ex Pn P i iex j eu i eu n j = [ P j=1 ex iex j Eeu i eu j = n ex2 i ]2 [ ex2 i ]2 P " n n # 1 = ex2 i ¾2 X [ P = ¾2 ex 2 n ex2 i : i ]2 1. Var b declines as n increases; 2. Var b declines as variation in x increases; 3. Var b increases as ¾ 2 increases. So far, the assumptions are: 1. Eu i =0; 2. Varu i = ¾ 2 < 1; 3. Cov(u i ;u j )=0 8i 6= j; 4. Cov(u i ;x i )=0. 3

4 If we also assume that u i» iidn 0;¾ 2, then, since b = + ex ieu i ex2 i is a linear combination of normal random variables, b is normal 0 " n # 1 1 ) b X» ;¾ 2 A : Alternatively (instead of assuming u i» iidn 0;¾ 2 ), assume n!1. hen, since b is a weighted average of u i, i =1; 2; ::; n, whereeachu i has Eu i =0, E b = 0; " n # 1 X Var b = ¾ 2 ex 2 i! 0; E p n b = 0; Var p " n # 1 " # 1 X n b = n¾ 2 ex 2 i = ¾ 2 1 ex 2 i n ) (CL) ex 2 i 0 " p n b» 2 1 n ex 2 i # 1 1 A : In either case, since p n b has a known distribution, one can construct hypothesis tests involving. Consider H 0 : = 0 vs. H A : 6= 0: Under the null hypothesis, where or p n b 0 ¾ v u ¾ = ¾= t 1 n p n b 0» N (0; 1) ex 2 i ; b¾» t n 2 4

5 where v u b¾ = s 2 = t 1 n s 2 = 1 n 2 ex 2 i ey i b ex i 2 : Why n 2? We say that is (statistically) signi cant if b is signi cantly di erent than 0 = Properties of Residuals u i is the error, and bu i = ey i b ex i = y i b b x i 6= u i is the residual. Note that bu i = ey i i b ex = ey i b ex i =0; bu i ex i = = = = ey i b ex i ex i ey i ex i b ey i ex i ey i ex i ex 2 i P ey iex i n ex2 i ey i ex i =0: ex 2 i Goodness of Fit ey i 2 = (y i y) 2 = [y i by i + by i y] 2 (where by i = b + b x i ) 5

6 = (y i by i ) 2 + (by i y) 2 +2 (y i by i )(by i y) : (2) Note that y i by i = y i b b x i = bu i and hen by i y = b i b x b i b x = b ex i : (y i by i )(by i y) = b bu i ex i =0: So equation (2) becomes De ne (y i y) 2 = R 2 = (y i by i ) 2 + (by i y) 2 : (by i y) 2 (y i y) 2 =1 (y i by i ) 2 (y i y) 2 : Note that 0 R 2 1: When is R 2 =1?WhenisR 2 =0? Now let ESS = RSS = (y i by i ) 2 ; (by i y) 2 : Consider H 0 : =0 vs. H A : 6= 0: It can be shown that ESS=¾ 2» Â 2 n 2 RSS=¾ 2» Â 2 1 ¾ independent 6

7 Note that (n 2) RSS )» F 1;n 2 : ESS R 2 = RSS= (RSS + ESS) 1 R 2 = ESS=(RSS + ESS) ) 2 Multiple Regression Now consider the more complex model Examples: (n 2) R2 (n 2) RSS 1 R 2 =» F 1;n 2 : ESS y t = 0 + ix ti + u t : (3) 1. Consumption on interest rate, income, wealth, unemployment rate 2. Earnings on schooling, age, race, sex 3. Hours of work on children, sex, spouse s income, wage 2.1 Structure We can write equation (3) as where x t0 =1. Assumptions: y t = ix ti + u t i=0 1. Linear model with correct speci cation 2. x s are nonstochastic and linearly independent 3. Eu t =0 4. ½ ¾ 2 if t = s Eu t u s = 0 if t 6= s 7

8 5. (maybe) u t» iidn 0;¾ 2 Ã n! X ) y t» indn ix ti ;¾ 2 : i=0 Note that i t ti Discuss the signi cance of partial derivative. 2.2 Intro to Ordinary Least Squares Consider minimizing the sum of squared residuals: min 0; 1;::; n " X y t t=1 # 2 ix ti : i=0 he FOC s are " # X 0 = 2 y t ix ti x ti (4) ) 0= t=1 " X y t i=0 t=1 i=0 # ix ti x ti : 2.3 Matrix Notation Let 0 1 y 1 y 2 y = B C A ; y 0 1 (n+1) 1 = 0 1 n X (n+1) = 0 C A ; u = u 1 u 2. u 0 x 10 x 11 x 1n x 20 x 21 x 2n x 0 1 x 1 x n C A : 1 C A ; hen, we can write equation (3) as y = X + u; 8

9 and we can write the FOC s in equation (4) as X 0 y X b =0: We can solve for b to get b =(X 0 X) 1 (X 0 y) : An alternative derivation is to let bu = y X b be the residuals and nd b so that X 0 bu =0(this will generalize later to instrumental variables estimation): X 0 bu = X 0 y X b =0 ) b =(X 0 X) 1 (X 0 y) : 2.4 Statistical Properties of b b = (X 0 X) 1 (X 0 y)=(x 0 X) 1 X 0 (X + u) = (X 0 X) 1 X 0 X +(X 0 X) 1 X 0 u = +(X 0 X) 1 X 0 u: E b = E + E (X 0 X) 1 X 0 u = +(X 0 X) 1 X 0 Eu = : D b 0 = E b E b b E b = E b b 0 = E (X 0 X) 1 X 0 uu 0 X (X 0 X) 1 = (X 0 X) 1 X 0 Euu 0 X (X 0 X) 1 = (X 0 X) 1 X 0 ¾ 2 IX (X 0 X) 1 = ¾ 2 (X 0 X) 1 X 0 X (X 0 X) 1 = ¾ 2 (X 0 X) 1 : ) Var b i = ¾ 2 (X 0 X) 1 ii ; Cov b i; b j = ¾ 2 (X 0 X) 1 ij : 9

10 If u» N 0;¾ 2 I,then b» N h ;¾ 2 (X 0 X) 1i ) q b i i =¾ (X 0 X) 1 ii» N (0; 1) : Next, let s 2 = bu 0 bu (n +1) : Later, we show that Es 2 = ¾ 2. Also, it is true that [ (n +1)]s 2 =¾ 2» Â 2 (n+1) : ) q b i i =¾ (X 0 X) 1 ii p [ (n +1)]s2 =¾ 2 [ (n +1)]» t (n+1) which simpli es to q b i i = (X 0 X) 1 ii s» t (n+1) : 2.5 Asymptotics b = +(X 0 X) 1 X 0 u: We would like to say that plim b = plim + plim (X 0 X) 1 X 0 u = + plim (X 0 X) 1 X 0 u: plim (X 0 X) 1 X 0 u =(plim X 0 X) 1 plim X 0 u: But X 0 X explodes as!1,andx 0 u doesn t converge. o see this note that 0 P t X P t1 t X 1 P tn X 0 t X = B X P P t1 t X2 t1 t X t1x C P. A t X P tn t X P t1x tn t X2 tn 10

11 and 0 X 0 u = P Pt u t t X t1u t. P t X tnu t which is random. However, if we rewrite µ (X 0 X) 1 X X X X 0 u u = ; then, under some conditions (discuss), X0 X will converge to a positive de nite nite matrix and X0 u will converge to 0 (by a Law of Large Numbers). hus µ plim b X 0 1 X X 0 u = + plim µ 1 = + plim X0 X plim X0 u µ 1 = + plim X0 X 0= : ) plim b =0 ) p µ b» N "0;¾ 2 1 C A plim X0 X 1 # by a Central Limit heorem. What would have happened if we had tried to derive the asymptotic distribution of p b? What would have happened if we had tried to derive the asymptotic distribution of b? 2.6 Residual Analysis bu = y X b = y X (X 0 X) 1 X 0 y h = I X (X 0 X) 1 X 0i y: Consider P X = X (X 0 X) 1 X 0 : Note that P X X = X (X 0 X) 1 X 0 X = X; P X Xb = X (X 0 X) 1 X 0 Xb = Xb; and the same properties hold for (Xb) 0 P X. P X is called the projection matrix for X because it projects any vector into the space spanned by X. 11

12 Figure 1: Explain with a picture: Show unbiasedness. Explain with three dimensions. Note that P 2 X = X (X 0 X) 1 X 0 X (X 0 X) 1 X 0 = X (X 0 X) 1 X 0 = P X ) P X is idempotent. Consider I P X : (I P X )(I P X )=I P X P X + P X P X = I P X ) I P X is idempotent. Explain I P X geometrically. Note that (I P X ) Xb = Xb P X Xb = Xb Xb =0: Note that both P X and (I P X ) are symmetric. Back to residuals: Consider bu =(I P X ) y =(I P X )(X + u) =(I P X ) u: b 0 X 0 bu = b 0 X 0 (I P X ) u =0 8b: (5) 12

13 Let e i (n+1) 1 be a vector with 1 in the ith element and 0 everywhere else. that Xe i = X i (the ith column of X). Note ) Xi 0 bu =0 8i (set b = e i in equation (5)). When i =0, 0 X 0 = and Consider bu 0 bu = C A ; X0 0 bu = X bu t =0: t=1 X bu 2 t =[ (n +1)]s2 : t=1 Ebu 0 bu = Eu 0 (I P X ) 0 (I P X ) u = Eu 0 (I P X )(I P X ) u = Eu 0 (I P X ) u = treu 0 (I P X ) u = Etru 0 (I P X ) u = Etr (I P X ) uu 0 = tr (I P X ) Euu 0 = tr (I P X ) ¾ 2 I = ¾ 2 tr (I P X ) = ¾ 2 tri trp X = ¾ 2 ¾ 2 trx (X 0 X) 1 X 0 = ¾ 2 ¾ 2 tr (X 0 X) 1 X 0 X = ¾ 2 ¾ 2 tri n+1 = ¾ 2 [ (n +1)] ) Es 2 = E [ (n +1)] 1 bu 0 bu = [ (n +1)] 1 Ebu 0 bu = ¾ 2 : 13

14 2.7 More on Projection Consider the model, y = X k + and consider three di erent estimators for : Z + u; m 1. Let X =(X j Z) ; = µ ) we can write the model as y = X + u: De ne b =(X 0 X ) 1 X 0 y and b as the rst k elements of b. 2. Let ex = X Z b ± = X Z (Z 0 Z) 1 Z 0 X = [I P Z ] X; and de ne b = X e 0 ex 1 X e 0 y: 3. Let ey = y P Z y =[I P Z ] y; and de ne b = ex 0 X 1 e ex 0 ey: All three of these estimators provide the exact same estimate of. Generalize for Why? y = X + Z + Qµ + u: 14

15 2.8 Signi cance We might want to test the signi cance of the whole equation. R 2 and F. We can use the same statistics again. Let Before we used X X X (y t y) 2 = (y t by t ) 2 + (by t y) 2 t=1 t=1 t=1 SS ESS RSS where by t = X t b : De ne Problems with R 2 : R 2 = RSS SS =1 ESS SS : 1. It s properties depend on having the correct speci cation of the model (implications for comparing R 2 across nonnested models). 2. It s properties depend on the number of X s (n). In particular, adding an extra column to X can not decrease R 2, and, if X 0 n+2 (I P X) y 6= 0; then R 2 increases. R 2 =1. ) linearly independent X s will always produce 3. R 2 is only one measure of t, and it is not a particularly good one. It corresponds to What is the distribution of R 2? Adjustments: H 0 : 1 = 2 = :: = n =0: where dvarbu t = s 2 ; dvary t = R 2 =1 d Varbu t dvary t 1 1 X (y t y) 2 : t=1 15

16 Note that R 2 = 1 s2 [ (n +1)] dvary t [ 1] ) 1 R 2 = s2 [ (n +1)] dvary t [ 1] ) R 2 =1 1 R 2 1 (n +1) : Note that R 2 can be negative. It can be shown that, if the jt statisticj associated with a variable is greater than one, then the R 2 will increase when that variable is included. Consider the test Under the null hypothesis, H 0 : 1 = 2 = :: = n =0 H A : 1 6= 2 6= :: 6= n 6= 0: independent ( ESS=¾ 2 = s 2 [ (n +1)]=¾ 2» Â 2 (n+1) RSS=¾ 2 = b 0 X 0 X b =¾ 2» Â 2 n where X is X without the rst column and b of b. ) is the corresponding elements RSS=n ESS=[ (n +1)]» F n; (n+1) = R 2 =n (1 R 2 ) = [ (n +1)] : 2.9 Multicollinearity If two or more X i s are linearly independent, we say they are colinear. Example: where Ea = 0 + 1Sc + 2Ex + 3Ag + u Ag = Sc + Ex +6: In this example, X 0 X is not invertible; it is singular. Where is the singularity? Assume you knew. Consider the alternative model Ea = Sc + 2 Ex + 3 Ag + u 16

17 where 0 = ; 1 = 1 + 3; 2 = 2 + 3; 3 = 0: ) Ea = ( 1 + 3) Sc +( 2 + 3) Ex + u = 0 + 1Sc + 2Ex + 3 (6 + Sc + Ex)+u = 0 + 1Sc + 2Ex + 3Ag + u which is the same as the original model but with di erent implications. In practice, even if there is not perfect colinearity, but near perfect colinearity (as measured by the correlation matrix of X or the eigenvalues of a standardized X 0 X), there will be problems: D b will explode as X 0 X approaches singularity. What can we do? Drop variables, principal components, cry Linearity Discuss which equations can be estimated with OLS: Dummy Variables Example: Wages y = 0 + 1X 1 + 2X u log y = log X log X 2 + u y = 0 X 1 1 X 2 2 u y = 0 X 1 1 X u log W t = 0 + 1Educ t + 2Age t + 3Sex t + 4Race t + 5Urban t + 6South t + u t : Explain each dummy variable. 17

18 1. What if you change de nition? 2. With race, what if there are more than categories? 3. What if the constant is deleted? 4. How can you interact dummies? Consider the equation below (from Byrne, Goeree, Hiedemann, and Stern 2001) and interpret each variable: ln w k = 0: :035 Educ k 1(Educ k < 12) (6) (0:072) (0:006) + 0:540 1(Educ k =12) + 0:680 1(13 Educ k 15) (0:052) (0:053) + 0:978 1(Educ k =16) + 1:086 1(Educ k =17) (0:053) (0:054) + 0:066 Age k 0:00069 Age k Age k + 0:099 Male k (0:002) (0:00003) (0:030) + 0:028 Marry k + 0:066 W hite k + 0:090 Male k Marry k (0:029) (0:022) (0:042) + 0:022 Male k White k 0:035 Marry k W hite k (0:033) (0:032) + 0:093 Male k Marry k White k + e k (0:045) 2.12 Omitted Variables Consider the model Instead we estimate with and R 2 =0:34 y = X + Z + u: y = Xb + e b = (X 0 X) 1 X 0 y = (X 0 X) 1 X 0 (X + Z + u) = +(X 0 X) 1 X 0 Z +(X 0 X) 1 X 0 u; E b b = +(X 0 X) 1 X 0 Z which is equal to i (X 0 X) 1 X 0 Z =0. his happens if X 0 Z =0or =0; otherwise our estimator is biased. 18

19 2.13 Measurement Error Consider the model y = X + u: Insteadofobservingy, weobserve w = y + e where EX 0 e =0: Consider the properties of the OLS estimator b =(X 0 X) 1 X 0 w: b =(X 0 X) 1 X 0 (y + e) =(X 0 X) 1 X 0 y +(X 0 X) 1 X 0 e ) E b = E (X 0 X) 1 X 0 y + E (X 0 X) 1 X 0 e = : Now, instead, assume we observe y but we observe Z = X + e instead of X with Ee =0, Ee 0 u =0,andplim X0 e y = Zb + ": b = (Z 0 Z) 1 Z 0 y = (X + e) 0 (X + e) 1 (X + e) 0 (X + u) : =0. So we estimate b in he E b b may not even exist. Consider plim b = plim (X + e) 0 (X + e) 1 (X + e) 0 (X + u) (7) (X + e) 0 1 (X + e) (X + e) 0 (X + u) = plim = plim X0X 1 + e plimx0 + X plime0 + e plime0 plim X0 X + plim X0 u + X plime0 + plim e0 u = plim X0X 1 + e plime0 plim X0 X 6= : If n =1, then equation (7) becomes P P plim b ex 2 = plim t e 2 1 P + plim t ex 2 plim t with the property that b is biased towards 0 (attenuation bias). 19

20 2.14 Gauss-Markov heorem heorem 1 If y = X + u with u» 0;¾ 2 I ; then b =(X 0 X) 1 X 0 y is BLUE. (De ne BLUE) Proof. Consider an alternative linear unbiased estimator Ly = L (X + u) : Since ELy = (unbiased), LX = 8 ) LX = I: Note that D (Ly) =¾ 2 LL 0 and D b = ¾ 2 (X 0 X) 1 : De ne Z = L (X 0 X) 1 X 0 ; and note that ZZ 0 is positive semide nite. Also, ZZ 0 = hl (X 0 X) 1 X 0ih L (X 0 X) 1 X 0i 0 = LL 0 LX (X 0 X) 1 (X 0 X) 1 X 0 L 0 +(X 0 X) 1 X 0 X (X 0 X) 1 = LL 0 (X 0 X) 1 (X 0 X) 1 +(X 0 X) 1 = LL 0 (X 0 X) 1 : his implies that D (Ly) D b 0: 20

21 2.15 esting Consider the model y = X + u and the test H 0 : k = k vs H A : k 6= k: Under H 0, ) " p µ X b k k» N 0;¾ 2 0 X p b k k q ¾ 2 X 0 X 1 kk» N [0; 1] : We can construct a test statistic using a normal table. If ¾ 2 is unknown, then p b k k q s 2 X 0 X 1 kk» t (n+1) : 1 We can construct a test statistic using a t-statistic table. Consider a one-sided test. Now consider Give examples. Note that, under H 0, H 0 : a 0 = c vs H A : a 0 6= c: plim a 0 b = a0 = c; D a 0 b = a 0 D b a; kk # Do some examples. Do some examples. and, therefore, and " p µ X a 0 b c» N 0;¾ 2 a X a# p a 0b c q s 2 a» t (n+1) : 0 X 0 X 1 a 21

22 Now consider H 0 : A = c vs H A : A 6= c: Give examples (including signi cance of a subset of coe cients). " p A b µ X c» N 0;¾ 2 0 # 1 X A A 0 : Now Consider (in general) Z» N [0; ] ; and de ne R such that RR 0 = 1 ) R 1 0 R 1 = : Consider R 0 Z: ER 0 Z = R 0 EZ =0; D (R 0 Z) = ER 0 ZZ 0 R = R 0 EZZ 0 R = R 0 D (Z) R = R 0 R = R 0 R 1 0 R 1 R = I ) RZ» N (0;I) ) (RZ) 0 (RZ)» Â 2 n: Now let " µ X RR 0 0 # 1 1 X = A A 0 =¾ 2 ) R 0p A b c» N (0;I) h ) R 0p A b i 0 h c R 0p A b i c» Â 2 q where q is the number of rows in A (= Rank(R)) ) A b c 0 RR 0 A b c " µ = A b 0 X 0 # 1 1 X c A A 0 A b c =¾ 2» Â 2 q: 22

23 If ¾ 2 is unknown, then " A b 0 c A µ X 0 X # 1 1 A 0 A b c =qs 2» F q; (n+1) (where did the q in the denominator come from?). his is a Wald test statistic. Alternatively, we could construct a likelihood ratio test statistic. Consider the model and the test Estimate and de ne these are restricted residuals. Next, de ne y = X n + Z k + u H 0 : =0 vs H 0 : 6= 0: b b =(X 0 X) 1 X 0 y; be = y X b b =(I P X ) y; De ne ESS R ¾ 2 = be0 be ¾ 2» Â2 n : b" =(I P XZ ) y; these are unrestricted residuals. De ne ESS U = b" 0 b": We can show that ½ ESSR ESS U Independent ¾» Â 2 2 k ESS U ¾» Â 2 2 (n+k) ) (ESS R ESS U ) =k ESS U = [ (n + k)]» F k; (n+k) R 2 ) U RR 2 =k (1 RU 2 ) = [ (n + k)]» F k; (n+k): We will discuss likelihood ratio tests (and why this is a likelihood ratio test) in more detail later. 23

ECONOMET RICS P RELIM EXAM August 24, 2010 Department of Economics, Michigan State University

ECONOMET RICS P RELIM EXAM August 24, 2010 Department of Economics, Michigan State University ECONOMET RICS P RELIM EXAM August 24, 2010 Department of Economics, Michigan State University Instructions: Answer all four (4) questions. Be sure to show your work or provide su cient justi cation for

More information

1. The Multivariate Classical Linear Regression Model

1. The Multivariate Classical Linear Regression Model Business School, Brunel University MSc. EC550/5509 Modelling Financial Decisions and Markets/Introduction to Quantitative Methods Prof. Menelaos Karanasos (Room SS69, Tel. 08956584) Lecture Notes 5. The

More information

x i = 1 yi 2 = 55 with N = 30. Use the above sample information to answer all the following questions. Show explicitly all formulas and calculations.

x i = 1 yi 2 = 55 with N = 30. Use the above sample information to answer all the following questions. Show explicitly all formulas and calculations. Exercises for the course of Econometrics Introduction 1. () A researcher is using data for a sample of 30 observations to investigate the relationship between some dependent variable y i and independent

More information

Testing Linear Restrictions: cont.

Testing Linear Restrictions: cont. Testing Linear Restrictions: cont. The F-statistic is closely connected with the R of the regression. In fact, if we are testing q linear restriction, can write the F-stastic as F = (R u R r)=q ( R u)=(n

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

1 Correlation between an independent variable and the error

1 Correlation between an independent variable and the error Chapter 7 outline, Econometrics Instrumental variables and model estimation 1 Correlation between an independent variable and the error Recall that one of the assumptions that we make when proving the

More information

1 A Non-technical Introduction to Regression

1 A Non-technical Introduction to Regression 1 A Non-technical Introduction to Regression Chapters 1 and Chapter 2 of the textbook are reviews of material you should know from your previous study (e.g. in your second year course). They cover, in

More information

Linear Regression. In this problem sheet, we consider the problem of linear regression with p predictors and one intercept,

Linear Regression. In this problem sheet, we consider the problem of linear regression with p predictors and one intercept, Linear Regression In this problem sheet, we consider the problem of linear regression with p predictors and one intercept, y = Xβ + ɛ, where y t = (y 1,..., y n ) is the column vector of target values,

More information

Econometrics Midterm Examination Answers

Econometrics Midterm Examination Answers Econometrics Midterm Examination Answers March 4, 204. Question (35 points) Answer the following short questions. (i) De ne what is an unbiased estimator. Show that X is an unbiased estimator for E(X i

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

Generalized Least Squares

Generalized Least Squares Generalized Least Squares Upuntilnow,wehaveassumedthat Euu = ¾ I Now we generalize to let Euu = where is restricted to be a positive de nite, symmetric matrix ommon Examples Autoregressive Models AR()

More information

Quantitative Techniques - Lecture 8: Estimation

Quantitative Techniques - Lecture 8: Estimation Quantitative Techniques - Lecture 8: Estimation Key words: Estimation, hypothesis testing, bias, e ciency, least squares Hypothesis testing when the population variance is not known roperties of estimates

More information

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

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

More information

(c) i) In ation (INFL) is regressed on the unemployment rate (UNR):

(c) i) In ation (INFL) is regressed on the unemployment rate (UNR): BRUNEL UNIVERSITY Master of Science Degree examination Test Exam Paper 005-006 EC500: Modelling Financial Decisions and Markets EC5030: Introduction to Quantitative methods Model Answers. COMPULSORY (a)

More information

Introductory Econometrics

Introductory Econometrics Introductory Econometrics Violation of basic assumptions Heteroskedasticity Barbara Pertold-Gebicka CERGE-EI 16 November 010 OLS assumptions 1. Disturbances are random variables drawn from a normal distribution.

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

Economics 620, Lecture 4: The K-Variable Linear Model I. y 1 = + x 1 + " 1 y 2 = + x 2 + " 2 :::::::: :::::::: y N = + x N + " N

Economics 620, Lecture 4: The K-Variable Linear Model I. y 1 = + x 1 +  1 y 2 = + x 2 +  2 :::::::: :::::::: y N = + x N +  N 1 Economics 620, Lecture 4: The K-Variable Linear Model I Consider the system y 1 = + x 1 + " 1 y 2 = + x 2 + " 2 :::::::: :::::::: y N = + x N + " N or in matrix form y = X + " where y is N 1, X is N

More information

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018 Econometrics I KS Module 2: Multivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: April 16, 2018 Alexander Ahammer (JKU) Module 2: Multivariate

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

Econometrics Homework 1

Econometrics Homework 1 Econometrics Homework Due Date: March, 24. by This problem set includes questions for Lecture -4 covered before midterm exam. Question Let z be a random column vector of size 3 : z = @ (a) Write out z

More information

Review of Econometrics

Review of Econometrics Review of Econometrics Zheng Tian June 5th, 2017 1 The Essence of the OLS Estimation Multiple regression model involves the models as follows Y i = β 0 + β 1 X 1i + β 2 X 2i + + β k X ki + u i, i = 1,...,

More information

The general linear regression with k explanatory variables is just an extension of the simple regression as follows

The general linear regression with k explanatory variables is just an extension of the simple regression as follows 3. Multiple Regression Analysis The general linear regression with k explanatory variables is just an extension of the simple regression as follows (1) y i = β 0 + β 1 x i1 + + β k x ik + u i. Because

More information

Basic Econometrics - rewiev

Basic Econometrics - rewiev Basic Econometrics - rewiev Jerzy Mycielski Model Linear equation y i = x 1i β 1 + x 2i β 2 +... + x Ki β K + ε i, dla i = 1,..., N, Elements dependent (endogenous) variable y i independent (exogenous)

More information

Panel Data. March 2, () Applied Economoetrics: Topic 6 March 2, / 43

Panel Data. March 2, () Applied Economoetrics: Topic 6 March 2, / 43 Panel Data March 2, 212 () Applied Economoetrics: Topic March 2, 212 1 / 43 Overview Many economic applications involve panel data. Panel data has both cross-sectional and time series aspects. Regression

More information

ECONOMET RICS P RELIM EXAM August 19, 2014 Department of Economics, Michigan State University

ECONOMET RICS P RELIM EXAM August 19, 2014 Department of Economics, Michigan State University ECONOMET RICS P RELIM EXAM August 19, 2014 Department of Economics, Michigan State University Instructions: Answer all ve (5) questions. Be sure to show your work or provide su cient justi cation for your

More information

Multiple Regression Model: I

Multiple Regression Model: I Multiple Regression Model: I Suppose the data are generated according to y i 1 x i1 2 x i2 K x ik u i i 1...n Define y 1 x 11 x 1K 1 u 1 y y n X x n1 x nk K u u n So y n, X nxk, K, u n Rks: In many applications,

More information

Problem set 1 - Solutions

Problem set 1 - Solutions EMPIRICAL FINANCE AND FINANCIAL ECONOMETRICS - MODULE (8448) Problem set 1 - Solutions Exercise 1 -Solutions 1. The correct answer is (a). In fact, the process generating daily prices is usually assumed

More information

Answers to Problem Set #4

Answers to Problem Set #4 Answers to Problem Set #4 Problems. Suppose that, from a sample of 63 observations, the least squares estimates and the corresponding estimated variance covariance matrix are given by: bβ bβ 2 bβ 3 = 2

More information

Economics 620, Lecture 4: The K-Varable Linear Model I

Economics 620, Lecture 4: The K-Varable Linear Model I Economics 620, Lecture 4: The K-Varable Linear Model I Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 4: The K-Varable Linear Model I 1 / 20 Consider the system

More information

Advanced Quantitative Methods: ordinary least squares

Advanced Quantitative Methods: ordinary least squares Advanced Quantitative Methods: Ordinary Least Squares University College Dublin 31 January 2012 1 2 3 4 5 Terminology y is the dependent variable referred to also (by Greene) as a regressand X are the

More information

Environmental Econometrics

Environmental Econometrics Environmental Econometrics Syngjoo Choi Fall 2008 Environmental Econometrics (GR03) Fall 2008 1 / 37 Syllabus I This is an introductory econometrics course which assumes no prior knowledge on econometrics;

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

ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008

ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008 ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008 Instructions: Answer all four (4) questions. Point totals for each question are given in parenthesis; there are 00 points possible. Within

More information

MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7

MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7 MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7 1 Random Vectors Let a 0 and y be n 1 vectors, and let A be an n n matrix. Here, a 0 and A are non-random, whereas y is

More information

Economics 620, Lecture 5: exp

Economics 620, Lecture 5: exp 1 Economics 620, Lecture 5: The K-Variable Linear Model II Third assumption (Normality): y; q(x; 2 I N ) 1 ) p(y) = (2 2 ) exp (N=2) 1 2 2(y X)0 (y X) where N is the sample size. The log likelihood function

More information

Economics 620, Lecture 7: Still More, But Last, on the K-Varable Linear Model

Economics 620, Lecture 7: Still More, But Last, on the K-Varable Linear Model Economics 620, Lecture 7: Still More, But Last, on the K-Varable Linear Model Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 7: the K-Varable Linear Model IV

More information

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2.

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2. Updated: November 17, 2011 Lecturer: Thilo Klein Contact: tk375@cam.ac.uk Contest Quiz 3 Question Sheet In this quiz we will review concepts of linear regression covered in lecture 2. NOTE: Please round

More information

Föreläsning /31

Föreläsning /31 1/31 Föreläsning 10 090420 Chapter 13 Econometric Modeling: Model Speci cation and Diagnostic testing 2/31 Types of speci cation errors Consider the following models: Y i = β 1 + β 2 X i + β 3 X 2 i +

More information

REVIEW (MULTIVARIATE LINEAR REGRESSION) Explain/Obtain the LS estimator () of the vector of coe cients (b)

REVIEW (MULTIVARIATE LINEAR REGRESSION) Explain/Obtain the LS estimator () of the vector of coe cients (b) REVIEW (MULTIVARIATE LINEAR REGRESSION) Explain/Obtain the LS estimator () of the vector of coe cients (b) Explain/Obtain the variance-covariance matrix of Both in the bivariate case (two regressors) and

More information

STAT 100C: Linear models

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

More information

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

Multiple Regression Analysis. Part III. Multiple Regression Analysis

Multiple Regression Analysis. Part III. Multiple Regression Analysis Part III Multiple Regression Analysis As of Sep 26, 2017 1 Multiple Regression Analysis Estimation Matrix form Goodness-of-Fit R-square Adjusted R-square Expected values of the OLS estimators Irrelevant

More information

Advanced Econometrics I

Advanced Econometrics I Lecture Notes Autumn 2010 Dr. Getinet Haile, University of Mannheim 1. Introduction Introduction & CLRM, Autumn Term 2010 1 What is econometrics? Econometrics = economic statistics economic theory mathematics

More information

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE 1. You have data on years of work experience, EXPER, its square, EXPER, years of education, EDUC, and the log of hourly wages, LWAGE You estimate the following regressions: (1) LWAGE =.00 + 0.05*EDUC +

More information

Linear Model Under General Variance

Linear Model Under General Variance Linear Model Under General Variance We have a sample of T random variables y 1, y 2,, y T, satisfying the linear model Y = X β + e, where Y = (y 1,, y T )' is a (T 1) vector of random variables, X = (T

More information

INTRODUCTORY ECONOMETRICS

INTRODUCTORY ECONOMETRICS INTRODUCTORY ECONOMETRICS Lesson 2b Dr Javier Fernández etpfemaj@ehu.es Dpt. of Econometrics & Statistics UPV EHU c J Fernández (EA3-UPV/EHU), February 21, 2009 Introductory Econometrics - p. 1/192 GLRM:

More information

Notes on Time Series Modeling

Notes on Time Series Modeling Notes on Time Series Modeling Garey Ramey University of California, San Diego January 17 1 Stationary processes De nition A stochastic process is any set of random variables y t indexed by t T : fy t g

More information

1 The Multiple Regression Model: Freeing Up the Classical Assumptions

1 The Multiple Regression Model: Freeing Up the Classical Assumptions 1 The Multiple Regression Model: Freeing Up the Classical Assumptions Some or all of classical assumptions were crucial for many of the derivations of the previous chapters. Derivation of the OLS estimator

More information

Introduction: structural econometrics. Jean-Marc Robin

Introduction: structural econometrics. Jean-Marc Robin Introduction: structural econometrics Jean-Marc Robin Abstract 1. Descriptive vs structural models 2. Correlation is not causality a. Simultaneity b. Heterogeneity c. Selectivity Descriptive models Consider

More information

Asymptotic Theory. L. Magee revised January 21, 2013

Asymptotic Theory. L. Magee revised January 21, 2013 Asymptotic Theory L. Magee revised January 21, 2013 1 Convergence 1.1 Definitions Let a n to refer to a random variable that is a function of n random variables. Convergence in Probability The scalar a

More information

The Statistical Property of Ordinary Least Squares

The Statistical Property of Ordinary Least Squares The Statistical Property of Ordinary Least Squares The linear equation, on which we apply the OLS is y t = X t β + u t Then, as we have derived, the OLS estimator is ˆβ = [ X T X] 1 X T y Then, substituting

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

Lecture Notes Part 7: Systems of Equations

Lecture Notes Part 7: Systems of Equations 17.874 Lecture Notes Part 7: Systems of Equations 7. Systems of Equations Many important social science problems are more structured than a single relationship or function. Markets, game theoretic models,

More information

PANEL DATA RANDOM AND FIXED EFFECTS MODEL. Professor Menelaos Karanasos. December Panel Data (Institute) PANEL DATA December / 1

PANEL DATA RANDOM AND FIXED EFFECTS MODEL. Professor Menelaos Karanasos. December Panel Data (Institute) PANEL DATA December / 1 PANEL DATA RANDOM AND FIXED EFFECTS MODEL Professor Menelaos Karanasos December 2011 PANEL DATA Notation y it is the value of the dependent variable for cross-section unit i at time t where i = 1,...,

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression Asymptotics Asymptotics Multiple Linear Regression: Assumptions Assumption MLR. (Linearity in parameters) Assumption MLR. (Random Sampling from the population) We have a random

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

Linear Regression with 1 Regressor. Introduction to Econometrics Spring 2012 Ken Simons

Linear Regression with 1 Regressor. Introduction to Econometrics Spring 2012 Ken Simons Linear Regression with 1 Regressor Introduction to Econometrics Spring 2012 Ken Simons Linear Regression with 1 Regressor 1. The regression equation 2. Estimating the equation 3. Assumptions required 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

LECTURE 2 LINEAR REGRESSION MODEL AND OLS

LECTURE 2 LINEAR REGRESSION MODEL AND OLS SEPTEMBER 29, 2014 LECTURE 2 LINEAR REGRESSION MODEL AND OLS Definitions A common question in econometrics is to study the effect of one group of variables X i, usually called the regressors, on another

More information

Peter Hoff Linear and multilinear models April 3, GLS for multivariate regression 5. 3 Covariance estimation for the GLM 8

Peter Hoff Linear and multilinear models April 3, GLS for multivariate regression 5. 3 Covariance estimation for the GLM 8 Contents 1 Linear model 1 2 GLS for multivariate regression 5 3 Covariance estimation for the GLM 8 4 Testing the GLH 11 A reference for some of this material can be found somewhere. 1 Linear model Recall

More information

Recitation 1: Regression Review. Christina Patterson

Recitation 1: Regression Review. Christina Patterson Recitation 1: Regression Review Christina Patterson Outline For Recitation 1. Statistics. Bias, sampling variance and hypothesis testing.. Two important statistical theorems: Law of large numbers (LLN)

More information

CHAPTER 6: SPECIFICATION VARIABLES

CHAPTER 6: SPECIFICATION VARIABLES Recall, we had the following six assumptions required for the Gauss-Markov Theorem: 1. The regression model is linear, correctly specified, and has an additive error term. 2. The error term has a zero

More information

Final Exam - Solutions

Final Exam - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis March 19, 2010 Instructor: John Parman Final Exam - Solutions You have until 5:30pm to complete this exam. Please remember to put your

More information

Multiple Regression Analysis

Multiple Regression Analysis Chapter 4 Multiple Regression Analysis The simple linear regression covered in Chapter 2 can be generalized to include more than one variable. Multiple regression analysis is an extension of the simple

More information

ECON 4230 Intermediate Econometric Theory Exam

ECON 4230 Intermediate Econometric Theory Exam ECON 4230 Intermediate Econometric Theory Exam Multiple Choice (20 pts). Circle the best answer. 1. The Classical assumption of mean zero errors is satisfied if the regression model a) is linear in the

More information

Ma 3/103: Lecture 24 Linear Regression I: Estimation

Ma 3/103: Lecture 24 Linear Regression I: Estimation Ma 3/103: Lecture 24 Linear Regression I: Estimation March 3, 2017 KC Border Linear Regression I March 3, 2017 1 / 32 Regression analysis Regression analysis Estimate and test E(Y X) = f (X). f is the

More information

STAT 100C: Linear models

STAT 100C: Linear models STAT 100C: Linear models Arash A. Amini April 27, 2018 1 / 1 Table of Contents 2 / 1 Linear Algebra Review Read 3.1 and 3.2 from text. 1. Fundamental subspace (rank-nullity, etc.) Im(X ) = ker(x T ) R

More information

Business Statistics. Tommaso Proietti. Linear Regression. DEF - Università di Roma 'Tor Vergata'

Business Statistics. Tommaso Proietti. Linear Regression. DEF - Università di Roma 'Tor Vergata' Business Statistics Tommaso Proietti DEF - Università di Roma 'Tor Vergata' Linear Regression Specication Let Y be a univariate quantitative response variable. We model Y as follows: Y = f(x) + ε where

More information

Instrumental Variables, Simultaneous and Systems of Equations

Instrumental Variables, Simultaneous and Systems of Equations Chapter 6 Instrumental Variables, Simultaneous and Systems of Equations 61 Instrumental variables In the linear regression model y i = x iβ + ε i (61) we have been assuming that bf x i and ε i are uncorrelated

More information

Quantitative Analysis of Financial Markets. Summary of Part II. Key Concepts & Formulas. Christopher Ting. November 11, 2017

Quantitative Analysis of Financial Markets. Summary of Part II. Key Concepts & Formulas. Christopher Ting. November 11, 2017 Summary of Part II Key Concepts & Formulas Christopher Ting November 11, 2017 christopherting@smu.edu.sg http://www.mysmu.edu/faculty/christophert/ Christopher Ting 1 of 16 Why Regression Analysis? Understand

More information

Lecture Notes on Measurement Error

Lecture Notes on Measurement Error Steve Pischke Spring 2000 Lecture Notes on Measurement Error These notes summarize a variety of simple results on measurement error which I nd useful. They also provide some references where more complete

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

Exercise sheet 3 The Multiple Regression Model

Exercise sheet 3 The Multiple Regression Model Exercise sheet 3 The Multiple Regression Model Note: In those problems that include estimations and have a reference to a data set the students should check the outputs obtained with Gretl. 1. Let the

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

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

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity LECTURE 10 Introduction to Econometrics Multicollinearity & Heteroskedasticity November 22, 2016 1 / 23 ON PREVIOUS LECTURES We discussed the specification of a regression equation Specification consists

More information

Lecture 4: Multivariate Regression, Part 2

Lecture 4: Multivariate Regression, Part 2 Lecture 4: Multivariate Regression, Part 2 Gauss-Markov Assumptions 1) Linear in Parameters: Y X X X i 0 1 1 2 2 k k 2) Random Sampling: we have a random sample from the population that follows the above

More information

Economics Introduction to Econometrics - Fall 2007 Final Exam - Answers

Economics Introduction to Econometrics - Fall 2007 Final Exam - Answers Student Name: Economics 4818 - Introduction to Econometrics - Fall 2007 Final Exam - Answers SHOW ALL WORK! Evaluation: Problems: 3, 4C, 5C and 5F are worth 4 points. All other questions are worth 3 points.

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

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

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0 Introduction to Econometrics Midterm April 26, 2011 Name Student ID MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. (5,000 credit for each correct

More information

The Simple Regression Model. Part II. The Simple Regression Model

The Simple Regression Model. Part II. The Simple Regression Model Part II The Simple Regression Model As of Sep 22, 2015 Definition 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square

More information

Econometrics Homework 4 Solutions

Econometrics Homework 4 Solutions Econometrics Homework 4 Solutions Question 1 (a) General sources of problem: measurement error in regressors, omitted variables that are correlated to the regressors, and simultaneous equation (reverse

More information

Empirical Economic Research, Part II

Empirical Economic Research, Part II Based on the text book by Ramanathan: Introductory Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna December 7, 2011 Outline Introduction

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression Christopher Ting Christopher Ting : christophert@smu.edu.sg : 688 0364 : LKCSB 5036 January 7, 017 Web Site: http://www.mysmu.edu/faculty/christophert/ Christopher Ting QF 30 Week

More information

Economics 620, Lecture 9: Asymptotics III: Maximum Likelihood Estimation

Economics 620, Lecture 9: Asymptotics III: Maximum Likelihood Estimation Economics 620, Lecture 9: Asymptotics III: Maximum Likelihood Estimation Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 9: Asymptotics III(MLE) 1 / 20 Jensen

More information

Finansiell Statistik, GN, 15 hp, VT2008 Lecture 15: Multiple Linear Regression & Correlation

Finansiell Statistik, GN, 15 hp, VT2008 Lecture 15: Multiple Linear Regression & Correlation Finansiell Statistik, GN, 5 hp, VT28 Lecture 5: Multiple Linear Regression & Correlation Gebrenegus Ghilagaber, PhD, ssociate Professor May 5, 28 Introduction In the simple linear regression Y i = + X

More information

Economics 620, Lecture 2: Regression Mechanics (Simple Regression)

Economics 620, Lecture 2: Regression Mechanics (Simple Regression) 1 Economics 620, Lecture 2: Regression Mechanics (Simple Regression) Observed variables: y i ; x i i = 1; :::; n Hypothesized (model): Ey i = + x i or y i = + x i + (y i Ey i ) ; renaming we get: y i =

More information

Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals

Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals (SW Chapter 5) Outline. The standard error of ˆ. Hypothesis tests concerning β 3. Confidence intervals for β 4. Regression

More information

Multivariate Regression Analysis

Multivariate Regression Analysis Matrices and vectors The model from the sample is: Y = Xβ +u with n individuals, l response variable, k regressors Y is a n 1 vector or a n l matrix with the notation Y T = (y 1,y 2,...,y n ) 1 x 11 x

More information

ECON 5350 Class Notes Functional Form and Structural Change

ECON 5350 Class Notes Functional Form and Structural Change ECON 5350 Class Notes Functional Form and Structural Change 1 Introduction Although OLS is considered a linear estimator, it does not mean that the relationship between Y and X needs to be linear. In this

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

Instrumental Variables. Ethan Kaplan

Instrumental Variables. Ethan Kaplan Instrumental Variables Ethan Kaplan 1 Instrumental Variables: Intro. Bias in OLS: Consider a linear model: Y = X + Suppose that then OLS yields: cov (X; ) = ^ OLS = X 0 X 1 X 0 Y = X 0 X 1 X 0 (X + ) =)

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

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

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

Econometrics -- Final Exam (Sample)

Econometrics -- Final Exam (Sample) Econometrics -- Final Exam (Sample) 1) The sample regression line estimated by OLS A) has an intercept that is equal to zero. B) is the same as the population regression line. C) cannot have negative and

More information

Markov-Switching Models with Endogenous Explanatory Variables. Chang-Jin Kim 1

Markov-Switching Models with Endogenous Explanatory Variables. Chang-Jin Kim 1 Markov-Switching Models with Endogenous Explanatory Variables by Chang-Jin Kim 1 Dept. of Economics, Korea University and Dept. of Economics, University of Washington First draft: August, 2002 This version:

More information

R = µ + Bf Arbitrage Pricing Model, APM

R = µ + Bf Arbitrage Pricing Model, APM 4.2 Arbitrage Pricing Model, APM Empirical evidence indicates that the CAPM beta does not completely explain the cross section of expected asset returns. This suggests that additional factors may be required.

More information

Variable Selection and Model Building

Variable Selection and Model Building LINEAR REGRESSION ANALYSIS MODULE XIII Lecture - 37 Variable Selection and Model Building Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur The complete regression

More information