3. Linear Regression With a Single Regressor

Size: px
Start display at page:

Download "3. Linear Regression With a Single Regressor"

Transcription

1 3. Linear Regression With a Single Regressor Econometrics: (I) Application of statistical methods in empirical research Testing economic theory with real-world data (data analysis) 56

2 Econometrics: (II) Econometric tasks: 1. Economic model Specification: functional form (A assumptions) error term (B assumptions) variables (C assumptions) 2. Econometric model Estimation 57

3 Econometrics: (III) 3. Model estimation hypothesis testing prediction Data: We need good data in empirical economics Collecting data often poses practical problems (historical data vs. statistical experiments) No general (systematic) instructions 58

4 Types of data sets: Longitudinal data (observations on distinct entities at a given point of time) Time-series data (observations on a single entity observed at multiple points of time) Panel data (observations on distinct entities observed at multiple points of time) 59

5 Meaning of the notion regression : Specification and analysis of a functional (parametric) relationship between a dependent (endogenous) variable y and a set of independent (exogenous) variables 1 exogenous variable (x) regression with a single regressor k exogenous variables (x 1,..., x k ) regression with multiple regressors (see Section 4) 60

6 Example: Invoice price x i and tip y i (in euros) sampled from 20 guests in a restaurant i x i y i i x i y i i x i y i i x i y i

7 3.1 Model Specification 1. Functional form (A assumptions) Specification in 3 steps: Step #1: y = f(x), here: y = α + βx ( True relationship between invoice price x and tip y) 8 y I Tip Invoice price x 62

8 Step #2: y i = α + βx i for i = 1,..., N (economic model) (Data in our example) y i x i 63

9 Step #3: y i = α + βx i + u i for i = 1,..., N (econometric model) Remarks: We call α and β regression parameters or coefficients The random variable u i constitutes an error term 64

10 The A assumptions: Assumption #A1: Our econometric model does not lack of any further relevant exogenous variables beyond x i and the included exogenous variable x i is not irrelevant Assumption #A2: The true relationship between x i and y i is linear Assumption #A3: The coefficients α and β are constant for all N observations (x i, y i ) 65

11 2. Specification of the error term (B assumptions) Rationale for the error term: Sampling and measurement errors Omitted exogenous variables Human behavior 66

12 The B assumptions: Assumption #B1: For i = 1,..., N we have Assumption #B2: For i = 1,..., N we have E(u i ) = 0 Var(u i ) = σ 2 Assumption #B3: For i = 1,..., N and j = 1,..., N (i = j) we have Cov(u i, u j ) = 0 Assumption #B4: The error terms u i are normally distributed, i.e. u i N(0, σ 2 ) 67

13 Illustration of the B assumptions 68

14 3. Specification of the variables (C assumptions) The C assumptions: Assumption #C1: The exogenous regressor x i is deterministic (not a random variable) and can be controlled in an experiment Assumption #C2: The regressor x i is not constant for all i = 1,..., N (i.e. there is variation among the x i s) 69

15 3.2 (Point)Estimation Until now: Specification of the econometric model y i = α + βx i + u i Now: Derivation of estimators ˆα and ˆβ of the unknown parameters α und β via the Ordinary Least Squares (OLS) method 70

16 To this end: Distinction between true and estimated sphere True econometric model y i = α + βx i + u i Corresponding estimated model ŷ i = ˆα + ˆβx i (after having derived appropriate estimators ˆα and ˆβ) notion residual 71

17 Definition 3.1: (Residual) We call the deviation between the true value y i and the estimate ŷ i the ith residual and denote it by û i : û i = y i ŷ i = y i ˆα ˆβx i. Remarks: Note the difference between û i and the ith error term for which we have u i = y i α βx i u i rests on the true parameters α and β, û i rests on the parameter estimates ˆα and ˆβ 72

18 Basic idea of OLS estimation: Find estimators ˆα and ˆβ of the unknown parameters α and β from the true econometric model such that ˆα and ˆβ minizmize the sum of squared residuals: N i=1 û 2 i = N i=1 ( yi ˆα ˆβx i ) 2 73

19 Theorem 3.2: (OLS estimators) In linear regression model with a single regressor y i = α + βx i + u i, i = 1,..., n, the Ordinary Least Squares (OLS) estimators are given by ˆβ = N i=1 N (x i x)(y i y) i=1 ˆα = y ˆβx. (x i x) 2, (Proof: Class) 74

20 Remarks: The OLS estimators are formally derived by partial differentiation of the sum of squared residuals with respect to ˆα, ˆβ setting the partial derivatives equal to zero solving the system of equations for ˆα and ˆβ The assumption #B4, postulating normally distributed error terms, is not needed in deriving the OLS estimators 75

21 Example: (Tip) (I) x = i=1 x i = 31.50, y = i=1 y i = (x i x) 2 = 4130, i=1 20 i=1 (x i x)(y i y) = 519 ˆβ = 519/4130 = ˆα = = Estimated model: ŷ i = x i 76

22 Example: (Tip) (II) Residuals: û i = y i ŷ i = y i x i Sum of squared residuals: 20 i=1 û 2 i =

23 y i x i

24 For the (true) econometric model we have E(y i ) = E(α + βx i + u i ) = E(α) + E(βx i ) + E(u i ) = α + βx i and Var(y i ) = = E { [y i E(y i )] 2} E { [y i α βx i ] 2} = E(u 2 i ) = Var(u i ) = σ 2 79

25 Theorem 3.3: (Unbiasedness of the OLS estimators) Under the A, B, C assumptions (without #B4) we have E(ˆα) = α, E(ˆβ) = β, i.e. the OLS estimators are unbiased. Furthermore, Cov(ˆα, ˆβ) = σ 2 x Ni=1 (x i x) 2 Var(ˆα) = σ 2 [ 1 N + x 2 Ni=1 (x i x) 2 ] Var(ˆβ) = σ 2 Ni=1 (x i x) 2. 80

26 Theorem 3.4: (Gauß-Markov-Theorem) (a) Under the A, B, C assumptions (without #B4) the OLS estimators ˆα and ˆβ have minimal variance among all linear and unbiased estimators of α and β. (BLUE = Best Linear Unbiased Estimators) (b) Additionally, if the normality assumption #B4 for the error terms u i holds, then the OLS estimators ˆα and ˆβ have minimal variance among all unbiased estimators of α and β. (UMVUE = Uniformly minimum-variance unbiased estimators) 81

27 Remark: Under the normality assumption #B4 it follows that 1. the distribution of y i is given by y i N(α + βx i, σ 2 ) for all i = 1,..., N 2. the distributions of the OLS estimators are given by ( [ ˆα N α, σ 2 1 N + x 2 ]) Ni=1 (x i x) 2 ˆβ N ( β, σ 2 ) Ni=1 (x i x) 2 82

28 Now: Maximum likelihood estimation of the linear regression model y i = α + βx i + u i under all A, B, C assumptions, i.e. in the case of independent, identically distributed u i N(0, σ 2 ) Assumptions #B3 and #B4 imply stochastic independence among all u i 83

29 Derivation: (I) y i is a linear function of u i y i are independent with y i N(α + βx i, σ 2 ) The probability density function of y i is given by f yi (y) = 1 2πσ exp { 1 2 [ y α βxi σ ] 2 } 84

30 Derivation: (II) The joint density of the endogenous y i is given by f y1,...,y N (y 1,..., y N ) = = = N i=1 f yi (y i ) { N 1 exp 1 [ ] } yi α βx 2 i i=1 2πσ 2 σ 1 (2πσ 2 exp ) N/2 1 N 2σ 2 (y i α βx i ) 2 i=1 The likelihood function is given by L(α, β, σ 2 1 ) = (2πσ 2 exp ) N/2 1 2σ 2 N i=1 (y i α βx i ) 2 85

31 Derivation: (III) The log-likelihood function is given by L (α, β, σ 2 ) = ln[l(α, β, σ 2 )] = N 2 ln(2πσ2 ) 1 2σ 2 N i=1 (y i α βx i ) 2 For given σ 2 the log-likelihood L becomes maximal with respect to α and β when N i=1 (y i α βx i ) 2 becomes minimal with respect to α and β ML estimators of α and β coincide with OLS estimators 86

32 Derivation: (IV) Differentiating L with respect to σ 2 yields L σ 2 = N 2 1 2πσ 22π + 1 N (2σ 2 ) 22 = N 2σ σ 4 N i=1 i=1 (y i α βx i ) 2 (y i α βx i ) 2 Setting the latter term equal to zero and inserting the ML estimators of α, β, we obtain N 2ˆσ 2 ML + 1 2ˆσ 4 ML N i=1 ( yi ˆα ML ˆβ ML x i ) 2 } {{ } = û 2 i = 0 87

33 Derivation: (V) Solving for ˆσ 2 ML, we find the ML estimator of σ2 : N ˆσ 2 ML = 1 N ûi 2 i=1 Remarks: The ML estimator ˆσ 2 ML is biased: E (ˆσ 2 ML ) = N 2 Thus, an unbiased estimator of σ 2 is given by N σ2 ˆσ 2 = N N 2ˆσ2 ML = 1 N 2 N û 2 i i=1 88

34 Summary: (I) The OLS estimators of α and β are given by ˆα = y ˆβx, ˆβ = N i=1 N (x i x)(y i y) i=1 (x i x) 2 The variances of the OLS estimators are given by [ Var(ˆα) = σ 2 1 N + x 2 ] Ni=1 (x i x) 2 Var(ˆβ) = σ 2 Ni=1 (x i x) 2 89

35 Summary: (II) An unbiased estimator of σ 2 is given by ˆσ 2 = N N 2ˆσ2 ML = 1 N 2 N û 2 i i=1 standard errors of the OLS estimators 90

36 Definition 3.5: (Standard errors of the OLS estimators) Replacing the unknown σ 2 in the variance formulae of the OLS estimators ˆα and ˆβ given in Theorem 3.3 (Slide 80) by the unbiased estimator ˆσ 2 = 1 N 2 N ûi 2 i=1 and taking the square root, we obtain the so called standard errors of the OLS estimators: SE(ˆα) = [ ˆσ 2 1 N + x 2 Ni=1 ], (x i x) 2 SE( ˆβ) = ˆσ 2 Ni=1 (x i x) 2. 91

37 Remark: The standard error of an estimator is an estimator of the standard deviation of the estimator and thus constitutes an important measure of the precision of the estimator 92

38 Example: Standard errors of the OLS estimators in the tip example Dependent Variable: TIP Method: Least Squares Date: 06/25/04 Time: 21:46 Sample: 1 20 Included observations: 20 Variable Coefficient Std. Error t-statistic Prob. C INVOICE_PRICEICE R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic)

39 Question: How does our model estimated by OLS ŷ i = ˆα + ˆβx i fit the data? How can we measure the fit of our regression line? Coefficient of determination R 2 94

40 Derivation: Variation of the endogenous y i S yy N i=1 (y i y) 2 Sum of squared residuals and explained variation Sûû N i=1 û 2 i and Sŷŷ N i=1 (ŷi ŷ ) 2 = N i=1 (ŷ i y) 2 95

41 Theorem 3.6: If the true relationship between the endogenous y i and the exogenous x i is linear (i.e. if Assumption #A2 is satisfied), then after OLS estimation the following result holds: S yy = Sŷŷ + Sûû. Remark: Via OLS estimation the entire variation in the y i observations can be divided into 2 components: 1. the variation explained by the estimated model (i.e. by the estimated regression line) Sŷŷ 2. the unexplained variation of the estimated model Sûû 96

42 Definition 3.7: (Coefficient of determination) The coefficient of determination of a regression model, R 2, is defined as that portion of the entire variation in the y i observations that are explained by the model (i.e. by the regression line): R 2 = explained variation entire variation = S ŷŷ S yy. Remarks: (I) It follows from Theorem 3.6 that R 2 = S ŷŷ S yy = S yy Sûû S yy = 1 S ûû S yy 97

43 Remarks: (II) We always have 0 R 2 1 R 2 = 0: Sŷŷ = 0, i.e. the entire variation of the y i observations is explained by the variation in the residuals û i the regression does not explain anything R 2 = 1: Sŷŷ = S yy, i.e. the entire variation of the y i observations is completely explained by the variation of the estimated observations (ŷ i ) the regression model explains everything 98

44 Remarks: (III) Direct computation of the R 2 from the data (y i, x i ): R 2 = ˆβS xy S yy = S2 xy S xx S yy = 1 N 2S2 xy 1 N S xx 1 N S yy = 1 (N 1) 2S2 xy 1 N 1 S xx 1 N 1 S yy (square of the sampling correlation coefficient) 99

45 3.3 Hypothesis Tests Setting: Consider the linear regression model with u i N(0, σ 2 ) (Assumption #B4) y i = α + βx i + u i for i = 1,..., N, Now: Statistical hypothesis tests covering the parameter β One- and two-sided tests at the significance level a 100

46 Two-sided testing problem (q R): H 0 : β = q versus H 1 : β q Appropriate test statistic: T = ˆβ q SE( ˆβ) 101

47 Reasoning: (I) ˆβ q is an estimator of the distance between β and q Estimator should be related to the dispersion (standard deviation) of ˆβ: SD(ˆβ) Var(ˆβ) = σ 2 Ni=1 (x i x) 2 Estimate SD(ˆβ) via the standard error SE(ˆβ) SE(ˆβ) = ˆσ 2 Ni=1 (x i x) 2 where ˆσ 2 = 1 N 2 N û 2 i i=1 102

48 Reasoning: (II) Distribution of T under validity of H 0 : β = q: T (under H 0) t N 2 (t distribution with N 2 degrees of freedom) decision rule Testing procedure: Find the (1 a/2) quantile of the t N 2 -distribution Critical region: (, t N 2;1 a/2 ] [t N 2;1 a/2, + ) i.e. reject H 0, if T t N 2;1 a/2 103

49 pdf of the t N 2 -distribution a a / 2 a / 2 t N ;1 a 0 ( q under H 0 ) t N ;1 a 104

50 EViews-Output of the tip regression Dependent Variable: TIP Method: Least Squares Date: 06/25/04 Time: 21:46 Sample: 1 20 Included observations: 20 Variable Coefficient Std. Error t-statistic Prob. C INVOICE_PRICEICE R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic)

51 Illustration: (Tip example) (I) H 0 : β = 0 versus H 1 : β 0 at the level a = 0.05 (Realized) value of the test statistic: T = ˆβ SE(ˆβ) = = (1 a/2) quantile of the t N 2 distribution: t N 2;1 a/2 = t 18;0.975 = Decision rule: T = > = t 18;0.975 Reject H 0 at the 5% level (β is significantly different from zero) 106

52 Question: Is β significantly different from 0.1 (at the level a = 0.05)? Testing procedure: (I) H 0 : β = 0.1 versus H 1 : β 0.1 at the level a = 0.05 (Realized) value of the test statistic: T = ˆβ 0.1 SE(ˆβ) = =

53 Testing procedure: (II) (1 a/2) quantile of the t N 2 distribution: t N 2;1 a/2 = t 18;0.975 = Decision rule: T = < = t 18;0.975 H 0 cannot be rejected at the 5% level (β is not significantly different from 0.1) Remark: The (standard) test H 0 : β = 0 versus H 1 : β 0 is implemented in EViews 108

54 Now: One-sided hypothesis test at the level a H 0 : β q versus H 1 : β > q Conjecture behind this test: Invoice price has a positive impact on tip Appropriate test statistic: T = ˆβ q SE( ˆβ) 109

55 Reasoning: If ˆβ q is strongly positive, then this is an indicator of H 1 Decision rule: Find the (1 a) quantile of the t N 2 distribution t N 2;1 a Critical region: [t N 2;1 a, + ) i.e. reject H 0, if T > t N 2;1 a 110

56 Illustration: (Tip example) H 0 : β 0.1 versus H 1 : β > 0.1 at the level a = 0.05 (Realized) test statistic: T = ˆβ 0.1 SE(ˆβ) = = (1 a) quantile of the t N 2 distribution: t N 2;1 a = t 18;0.95 = Decision rule: T = < = t 18;0.95 H 0 cannot be rejected at the 5% level 111

57 Now: Important concept with regard to hypothesis testing with econometric software p-value Classical procedure: Fix the significance level a (very often: a = 0.05) Find the critical region (i.e. find the quantiles of the H 0 - distribution of the test statistic) via the fixed significance level a Conduct this concrete test with a sample and decide at the level a between rejection and non-rejection of H 0 112

58 Alternative procedure: Do not fix the significance level a, but instead consider a as variable Conduct the concrete test with a sample and obtain the realization of the test statistic T On the basis of the critical region (i.e. use the quantiles of the H 0 -distribution of T ) find the lowest significance level a min for which the concrete realization t just permits the rejection of H 0 113

59 Definition 3.8: (p-value) The smallest significance level a min, for which the observed value t of the test statistic T just permits the rejection of the null hypothesis H 0, is called the p-value. Pdf of the t N 2 -distribution a a / 2 a / 2 T = t t N ;1 a 0 ( q under H 0 ) t N ;1 a t N ;1 amin 114

60 Example: Consider the test problem H 0 : β = q versus H 1 : β q Decision rule: reject H 0 if (cf. Slides ) T t N 2;1 a/2 Assume that the realization of the test statistic T is t Find the p-value a min such that t = t N 2;1 amin /2 115

61 Obviously: If H 0 is rejected at the level a min, then H 0 is also rejected at any other significance level a > a min the lower the p-value a min, the higher the statistical justification of rejecting H 0 If the p-value a min < 0.05 then H 0 can be rejected at the 5% level In our tip example the p-value of the coefficient β is a min = (cf. Slide 105) the null hypothesis H 0 : β = 0 can be rejected at any conventional significance level 116

62 3.4 Prediction Now: Conditional prediction of the endogenous value y 0 given the exogenous value x 0 Forecast via the OLS estimators: ŷ 0 = ˆα + ˆβx 0 117

63 Illustration: (Tip example) Suppose that x 0 = 20 euros Estimated model: ŷ i = x i conditional forecast ŷ 0 =

64 Note: The true value y 0 will be y 0 = α + βx 0 + u 0 forecast error ŷ 0 y 0 = (ˆα α) + (ˆβ β)x 0 u 0 Two sources of the forecast error: 1. The error term u 0 may take on a value different from zero 2. The OLS estimators ˆα and ˆβ may differ from the true parameter values α and β 119

65 Reliability of the forecast: (I) Expected value of the forecast error: E(ŷ 0 y 0 ) = E(ˆα α) + E(ˆβ β)x 0 E(u 0 ) = 0 Variance of the forecast error: Var(ŷ 0 y 0 ) = σ 2 [ N + (x 0 x) 2 ] Ni=1 (x i x) 2 120

66 Reliability of the forecast: (II) Estimated variance of the forecast error: Var(ŷ 0 y 0 ) = ˆσ 2 [ N + (x 0 x) 2 ] Ni=1 (x i x) 2 where (cf. Slide 91) ˆσ 2 = 1/(N 2) N û 2 i i=1 Standard error of the forecast error: SE(ŷ 0 y 0 ) = Var(ŷ 0 y 0 ) 121

67 Illustration: (Tip example) (I) For x 0 = 20 the forecast is ŷ 0 = The expected value of the forecast error is 0 The OLS regression yields: ˆσ 2 = ( ) 2, x = 31.50, (cf. Output on Slides 105, 76) N i=1 (x i x) 2 =

68 Illustration: (Tip example) (II) The estimated variance of the forecast error is Var(ŷ 0 y 0 ) = ( ) 2 = [ (x ) ] For x 0 = 100 the forecast is ŷ 0 = the estimated variance of the forecast error is Var(ŷ 0 y 0 ) =

69 Now: Find a prediction interval that contains the endogenous value y 0 with a pre-specified probability Step #1: Consider the forecast error ŷ 0 y 0 and its standard error SE(ŷ 0 y 0 ) = Var(ŷ 0 y 0 ) 124

70 Step #2: Standardization of the forecast error =0 T = (ŷ {}}{ 0 y 0 ) E (ŷ 0 y 0 ) SE(ŷ 0 y 0 ) It can be shown that T t N 2 (t-distribution with N 2 degrees of freedom) 125

71 Step #3: (I) Derivation of the prediction interval With probability 1 a (a [0, 1]) T lies in the interval [ t N 2;1 a/2, t N 2;1 a/2 ], i.e. P ( t N 2;1 a/2 ŷ0 y 0 SE(ŷ 0 y 0 ) t N 2;1 a/2 ) = 1 a 126

72 Step #3: (II) Solving for y 0 we obtain P { ŷ 0 t N 2;1 a/2 SE(ŷ 0 y 0 ) y 0 ŷ 0 + t N 2;1 a/2 SE(ŷ 0 y 0 ) } = 1 a Thus, the prediction interval is given by [ŷ 0 t N 2;1 a/2 SE(ŷ 0 y 0 ), ŷ 0 + t N 2;1 a/2 SE(ŷ 0 y 0 )] 127

73 Illustration: (Tip example) For x 0 = 20 the forecast is ŷ 0 = The estimated variance is Var(ŷ 0 y 0 ) = for a = 0.05 the prediction interval is given by [ , ] 128

74 Width of the prediction interval for y 0 given x 0 y i y 0 t N 2;1 a / 2 SE( y 0 y 0 ) y 0 x 0 y 0 t N 2;1 a / 2 SE( y 0 y 0 ) x 0 129

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

11. Simultaneous-Equation Models

11. Simultaneous-Equation Models 11. Simultaneous-Equation Models Up to now: Estimation and inference in single-equation models Now: Modeling and estimation of a system of equations 328 Example: [I] Analysis of the impact of advertisement

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

5. Erroneous Selection of Exogenous Variables (Violation of Assumption #A1)

5. Erroneous Selection of Exogenous Variables (Violation of Assumption #A1) 5. Erroneous Selection of Exogenous Variables (Violation of Assumption #A1) Assumption #A1: Our regression model does not lack of any further relevant exogenous variables beyond x 1i, x 2i,..., x Ki and

More information

Econometric Methods. Prediction / Violation of A-Assumptions. Burcu Erdogan. Universität Trier WS 2011/2012

Econometric Methods. Prediction / Violation of A-Assumptions. Burcu Erdogan. Universität Trier WS 2011/2012 Econometric Methods Prediction / Violation of A-Assumptions Burcu Erdogan Universität Trier WS 2011/2012 (Universität Trier) Econometric Methods 30.11.2011 1 / 42 Moving on to... 1 Prediction 2 Violation

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

Practical Econometrics. for. Finance and Economics. (Econometrics 2)

Practical Econometrics. for. Finance and Economics. (Econometrics 2) Practical Econometrics for Finance and Economics (Econometrics 2) Seppo Pynnönen and Bernd Pape Department of Mathematics and Statistics, University of Vaasa 1. Introduction 1.1 Econometrics Econometrics

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

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

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

Lecture 14 Simple Linear Regression

Lecture 14 Simple Linear Regression Lecture 4 Simple Linear Regression Ordinary Least Squares (OLS) Consider the following simple linear regression model where, for each unit i, Y i is the dependent variable (response). X i is the independent

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

Heteroskedasticity. Part VII. Heteroskedasticity

Heteroskedasticity. Part VII. Heteroskedasticity Part VII Heteroskedasticity As of Oct 15, 2015 1 Heteroskedasticity Consequences Heteroskedasticity-robust inference Testing for Heteroskedasticity Weighted Least Squares (WLS) Feasible generalized Least

More information

The Multiple Regression Model Estimation

The Multiple Regression Model Estimation Lesson 5 The Multiple Regression Model Estimation Pilar González and Susan Orbe Dpt Applied Econometrics III (Econometrics and Statistics) Pilar González and Susan Orbe OCW 2014 Lesson 5 Regression model:

More information

F3: Classical normal linear rgression model distribution, interval estimation and hypothesis testing

F3: Classical normal linear rgression model distribution, interval estimation and hypothesis testing F3: Classical normal linear rgression model distribution, interval estimation and hypothesis testing Feng Li Department of Statistics, Stockholm University What we have learned last time... 1 Estimating

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

x = 1 n (x = 1 (x n 1 ι(ι ι) 1 ι x) (x ι(ι ι) 1 ι x) = 1

x = 1 n (x = 1 (x n 1 ι(ι ι) 1 ι x) (x ι(ι ι) 1 ι x) = 1 Estimation and Inference in Econometrics Exercises, January 24, 2003 Solutions 1. a) cov(wy ) = E [(WY E[WY ])(WY E[WY ]) ] = E [W(Y E[Y ])(Y E[Y ]) W ] = W [(Y E[Y ])(Y E[Y ]) ] W = WΣW b) Let Σ be a

More information

6. Assessing studies based on multiple regression

6. Assessing studies based on multiple regression 6. Assessing studies based on multiple regression Questions of this section: What makes a study using multiple regression (un)reliable? When does multiple regression provide a useful estimate of the causal

More information

10. Time series regression and forecasting

10. Time series regression and forecasting 10. Time series regression and forecasting Key feature of this section: Analysis of data on a single entity observed at multiple points in time (time series data) Typical research questions: What is the

More information

[y i α βx i ] 2 (2) Q = i=1

[y i α βx i ] 2 (2) Q = i=1 Least squares fits This section has no probability in it. There are no random variables. We are given n points (x i, y i ) and want to find the equation of the line that best fits them. We take the equation

More information

ECON The Simple Regression Model

ECON The Simple Regression Model ECON 351 - The Simple Regression Model Maggie Jones 1 / 41 The Simple Regression Model Our starting point will be the simple regression model where we look at the relationship between two variables In

More information

Econometrics I. Andrea Beccarini. Summer 2011

Econometrics I. Andrea Beccarini. Summer 2011 Econometrics I Andrea Beccarini Summer 2011 Outline Very brief review of statistical basics Simple linear regression model (specification, point estimation, interval estimation, hypothesis tests, forecasting,

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

Statistical Inference. Part IV. Statistical Inference

Statistical Inference. Part IV. Statistical Inference Part IV Statistical Inference As of Oct 5, 2017 Sampling Distributions of the OLS Estimator 1 Statistical Inference Sampling Distributions of the OLS Estimator Testing Against One-Sided Alternatives Two-Sided

More information

Simple Linear Regression: The Model

Simple Linear Regression: The Model Simple Linear Regression: The Model task: quantifying the effect of change X in X on Y, with some constant β 1 : Y = β 1 X, linear relationship between X and Y, however, relationship subject to a random

More information

L2: Two-variable regression model

L2: Two-variable regression model L2: Two-variable regression model Feng Li feng.li@cufe.edu.cn School of Statistics and Mathematics Central University of Finance and Economics Revision: September 4, 2014 What we have learned last time...

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

4. Nonlinear regression functions

4. Nonlinear regression functions 4. Nonlinear regression functions Up to now: Population regression function was assumed to be linear The slope(s) of the population regression function is (are) constant The effect on Y of a unit-change

More information

Summer School in Statistics for Astronomers V June 1 - June 6, Regression. Mosuk Chow Statistics Department Penn State University.

Summer School in Statistics for Astronomers V June 1 - June 6, Regression. Mosuk Chow Statistics Department Penn State University. Summer School in Statistics for Astronomers V June 1 - June 6, 2009 Regression Mosuk Chow Statistics Department Penn State University. Adapted from notes prepared by RL Karandikar Mean and variance Recall

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

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL INTRODUCTION TO BASIC LINEAR REGRESSION MODEL 13 September 2011 Yogyakarta, Indonesia Cosimo Beverelli (World Trade Organization) 1 LINEAR REGRESSION MODEL In general, regression models estimate the effect

More information

Multiple Regression Analysis. Basic Estimation Techniques. Multiple Regression Analysis. Multiple Regression Analysis

Multiple Regression Analysis. Basic Estimation Techniques. Multiple Regression Analysis. Multiple Regression Analysis Multiple Regression Analysis Basic Estimation Techniques Herbert Stocker herbert.stocker@uibk.ac.at University of Innsbruck & IIS, University of Ramkhamhaeng Regression Analysis: Statistical procedure

More information

where x and ȳ are the sample means of x 1,, x n

where x and ȳ are the sample means of x 1,, x n y y Animal Studies of Side Effects Simple Linear Regression Basic Ideas In simple linear regression there is an approximately linear relation between two variables say y = pressure in the pancreas x =

More information

Univariate linear models

Univariate linear models Univariate linear models The specification process of an univariate ARIMA model is based on the theoretical properties of the different processes and it is also important the observation and interpretation

More information

Introductory Econometrics

Introductory Econometrics Based on the textbook by Wooldridge: : A Modern Approach Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna November 23, 2013 Outline Introduction

More information

Intermediate Econometrics

Intermediate Econometrics Intermediate Econometrics Markus Haas LMU München Summer term 2011 15. Mai 2011 The Simple Linear Regression Model Considering variables x and y in a specific population (e.g., years of education and wage

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

Homoskedasticity. Var (u X) = σ 2. (23)

Homoskedasticity. Var (u X) = σ 2. (23) Homoskedasticity How big is the difference between the OLS estimator and the true parameter? To answer this question, we make an additional assumption called homoskedasticity: Var (u X) = σ 2. (23) This

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression In simple linear regression we are concerned about the relationship between two variables, X and Y. There are two components to such a relationship. 1. The strength of the relationship.

More information

Practice Questions for the Final Exam. Theoretical Part

Practice Questions for the Final Exam. Theoretical Part Brooklyn College Econometrics 7020X Spring 2016 Instructor: G. Koimisis Name: Date: Practice Questions for the Final Exam Theoretical Part 1. Define dummy variable and give two examples. 2. Analyze the

More information

Ch 2: Simple Linear Regression

Ch 2: Simple Linear Regression Ch 2: Simple Linear Regression 1. Simple Linear Regression Model A simple regression model with a single regressor x is y = β 0 + β 1 x + ɛ, where we assume that the error ɛ is independent random component

More information

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity Outline: Further Issues in Using OLS with Time Series Data 13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process I. Stationary and Weakly Dependent Time Series III. Highly Persistent

More information

Making sense of Econometrics: Basics

Making sense of Econometrics: Basics Making sense of Econometrics: Basics Lecture 2: Simple Regression Egypt Scholars Economic Society Happy Eid Eid present! enter classroom at http://b.socrative.com/login/student/ room name c28efb78 Outline

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

Direction: This test is worth 250 points and each problem worth points. DO ANY SIX

Direction: This test is worth 250 points and each problem worth points. DO ANY SIX Term Test 3 December 5, 2003 Name Math 52 Student Number Direction: This test is worth 250 points and each problem worth 4 points DO ANY SIX PROBLEMS You are required to complete this test within 50 minutes

More information

Linear models and their mathematical foundations: Simple linear regression

Linear models and their mathematical foundations: Simple linear regression Linear models and their mathematical foundations: Simple linear regression Steffen Unkel Department of Medical Statistics University Medical Center Göttingen, Germany Winter term 2018/19 1/21 Introduction

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

Scatter plot of data from the study. Linear Regression

Scatter plot of data from the study. Linear Regression 1 2 Linear Regression Scatter plot of data from the study. Consider a study to relate birthweight to the estriol level of pregnant women. The data is below. i Weight (g / 100) i Weight (g / 100) 1 7 25

More information

ECON 366: ECONOMETRICS II. SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued. Brief Suggested Solutions

ECON 366: ECONOMETRICS II. SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued. Brief Suggested Solutions DEPARTMENT OF ECONOMICS UNIVERSITY OF VICTORIA ECON 366: ECONOMETRICS II SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued Brief Suggested Solutions 1. In Lab 8 we considered the following

More information

Introductory Econometrics

Introductory Econometrics Based on the textbook by Wooldridge: : A Modern Approach Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 16, 2013 Outline Introduction Simple

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

Model Specification and Data Problems. Part VIII

Model Specification and Data Problems. Part VIII Part VIII Model Specification and Data Problems As of Oct 24, 2017 1 Model Specification and Data Problems RESET test Non-nested alternatives Outliers A functional form misspecification generally means

More information

Scatter plot of data from the study. Linear Regression

Scatter plot of data from the study. Linear Regression 1 2 Linear Regression Scatter plot of data from the study. Consider a study to relate birthweight to the estriol level of pregnant women. The data is below. i Weight (g / 100) i Weight (g / 100) 1 7 25

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

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

Lecture 8. Using the CLR Model

Lecture 8. Using the CLR Model Lecture 8. Using the CLR Model Example of regression analysis. Relation between patent applications and R&D spending Variables PATENTS = No. of patents (in 1000) filed RDEXP = Expenditure on research&development

More information

Brief Suggested Solutions

Brief Suggested Solutions DEPARTMENT OF ECONOMICS UNIVERSITY OF VICTORIA ECONOMICS 366: ECONOMETRICS II SPRING TERM 5: ASSIGNMENT TWO Brief Suggested Solutions Question One: Consider the classical T-observation, K-regressor linear

More information

Eastern Mediterranean University Department of Economics ECON 503: ECONOMETRICS I. M. Balcilar. Midterm Exam Fall 2007, 11 December 2007.

Eastern Mediterranean University Department of Economics ECON 503: ECONOMETRICS I. M. Balcilar. Midterm Exam Fall 2007, 11 December 2007. Eastern Mediterranean University Department of Economics ECON 503: ECONOMETRICS I M. Balcilar Midterm Exam Fall 2007, 11 December 2007 Duration: 120 minutes Questions Q1. In order to estimate the demand

More information

Econometrics I Lecture 3: The Simple Linear Regression Model

Econometrics I Lecture 3: The Simple Linear Regression Model Econometrics I Lecture 3: The Simple Linear Regression Model Mohammad Vesal Graduate School of Management and Economics Sharif University of Technology 44716 Fall 1397 1 / 32 Outline Introduction Estimating

More information

OSU Economics 444: Elementary Econometrics. Ch.10 Heteroskedasticity

OSU Economics 444: Elementary Econometrics. Ch.10 Heteroskedasticity OSU Economics 444: Elementary Econometrics Ch.0 Heteroskedasticity (Pure) heteroskedasticity is caused by the error term of a correctly speciþed equation: Var(² i )=σ 2 i, i =, 2,,n, i.e., the variance

More information

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 I In Figure I.1 you can find a quarterly inflation rate series

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

Lab 07 Introduction to Econometrics

Lab 07 Introduction to Econometrics Lab 07 Introduction to Econometrics Learning outcomes for this lab: Introduce the different typologies of data and the econometric models that can be used Understand the rationale behind econometrics Understand

More information

Exercise Sheet 6: Solutions

Exercise Sheet 6: Solutions Exercise Sheet 6: Solutions R.G. Pierse 1. (a) Regression yields: Dependent Variable: LC Date: 10/29/02 Time: 18:37 Sample(adjusted): 1950 1985 Included observations: 36 after adjusting endpoints C 0.244716

More information

Motivation for multiple regression

Motivation for multiple regression Motivation for multiple regression 1. Simple regression puts all factors other than X in u, and treats them as unobserved. Effectively the simple regression does not account for other factors. 2. The slope

More information

Heteroskedasticity and Autocorrelation

Heteroskedasticity and Autocorrelation Lesson 7 Heteroskedasticity and Autocorrelation Pilar González and Susan Orbe Dpt. Applied Economics III (Econometrics and Statistics) Pilar González and Susan Orbe OCW 2014 Lesson 7. Heteroskedasticity

More information

Applied Econometrics. Applied Econometrics Second edition. Dimitrios Asteriou and Stephen G. Hall

Applied Econometrics. Applied Econometrics Second edition. Dimitrios Asteriou and Stephen G. Hall Applied Econometrics Second edition Dimitrios Asteriou and Stephen G. Hall MULTICOLLINEARITY 1. Perfect Multicollinearity 2. Consequences of Perfect Multicollinearity 3. Imperfect Multicollinearity 4.

More information

STAT5044: Regression and Anova. Inyoung Kim

STAT5044: Regression and Anova. Inyoung Kim STAT5044: Regression and Anova Inyoung Kim 2 / 47 Outline 1 Regression 2 Simple Linear regression 3 Basic concepts in regression 4 How to estimate unknown parameters 5 Properties of Least Squares Estimators:

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

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests Brief Sketch of Solutions: Tutorial 3 3) unit root tests.5.4.4.3.3.2.2.1.1.. -.1 -.1 -.2 -.2 -.3 -.3 -.4 -.4 21 22 23 24 25 26 -.5 21 22 23 24 25 26.8.2.4. -.4 - -.8 - - -.12 21 22 23 24 25 26 -.2 21 22

More information

Solution to Exercise E6.

Solution to Exercise E6. Solution to Exercise E6. The Multiple Regression Model. Inference Exercise E6.1 Beach umbrella rental Part I. Simple Linear Regression Model. a. Regression model: U t = α + β T t + u t t = 1,..., 22 Model

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression September 24, 2008 Reading HH 8, GIll 4 Simple Linear Regression p.1/20 Problem Data: Observe pairs (Y i,x i ),i = 1,...n Response or dependent variable Y Predictor or independent

More information

Heteroscedasticity 1

Heteroscedasticity 1 Heteroscedasticity 1 Pierre Nguimkeu BUEC 333 Summer 2011 1 Based on P. Lavergne, Lectures notes Outline Pure Versus Impure Heteroscedasticity Consequences and Detection Remedies Pure Heteroscedasticity

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

1 Quantitative Techniques in Practice

1 Quantitative Techniques in Practice 1 Quantitative Techniques in Practice 1.1 Lecture 2: Stationarity, spurious regression, etc. 1.1.1 Overview In the rst part we shall look at some issues in time series economics. In the second part we

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

Outline. 11. Time Series Analysis. Basic Regression. Differences between Time Series and Cross Section

Outline. 11. Time Series Analysis. Basic Regression. Differences between Time Series and Cross Section Outline I. The Nature of Time Series Data 11. Time Series Analysis II. Examples of Time Series Models IV. Functional Form, Dummy Variables, and Index Basic Regression Numbers Read Wooldridge (2013), Chapter

More information

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I.

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I. Vector Autoregressive Model Vector Autoregressions II Empirical Macroeconomics - Lect 2 Dr. Ana Beatriz Galvao Queen Mary University of London January 2012 A VAR(p) model of the m 1 vector of time series

More information

Economtrics of money and finance Lecture six: spurious regression and cointegration

Economtrics of money and finance Lecture six: spurious regression and cointegration Economtrics of money and finance Lecture six: spurious regression and cointegration Zongxin Qian School of Finance, Renmin University of China October 21, 2014 Table of Contents Overview Spurious regression

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

Tutorial 6: Linear Regression

Tutorial 6: Linear Regression Tutorial 6: Linear Regression Rob Nicholls nicholls@mrc-lmb.cam.ac.uk MRC LMB Statistics Course 2014 Contents 1 Introduction to Simple Linear Regression................ 1 2 Parameter Estimation and Model

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

Hypothesis testing Goodness of fit Multicollinearity Prediction. Applied Statistics. Lecturer: Serena Arima

Hypothesis testing Goodness of fit Multicollinearity Prediction. Applied Statistics. Lecturer: Serena Arima Applied Statistics Lecturer: Serena Arima Hypothesis testing for the linear model Under the Gauss-Markov assumptions and the normality of the error terms, we saw that β N(β, σ 2 (X X ) 1 ) and hence s

More information

The regression model with one stochastic regressor.

The regression model with one stochastic regressor. The regression model with one stochastic regressor. 3150/4150 Lecture 6 Ragnar Nymoen 30 January 2012 We are now on Lecture topic 4 The main goal in this lecture is to extend the results of the regression

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

ECON Introductory Econometrics. Lecture 16: Instrumental variables

ECON Introductory Econometrics. Lecture 16: Instrumental variables ECON4150 - Introductory Econometrics Lecture 16: Instrumental variables Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 12 Lecture outline 2 OLS assumptions and when they are violated Instrumental

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

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

Econometrics I KS. Module 1: Bivariate Linear Regression. Alexander Ahammer. This version: March 12, 2018

Econometrics I KS. Module 1: Bivariate Linear Regression. Alexander Ahammer. This version: March 12, 2018 Econometrics I KS Module 1: Bivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: March 12, 2018 Alexander Ahammer (JKU) Module 1: Bivariate

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

Problem set 1: answers. April 6, 2018

Problem set 1: answers. April 6, 2018 Problem set 1: answers April 6, 2018 1 1 Introduction to answers This document provides the answers to problem set 1. If any further clarification is required I may produce some videos where I go through

More information

WISE International Masters

WISE International Masters WISE International Masters ECONOMETRICS Instructor: Brett Graham INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This examination paper contains 32 questions. You are

More information

Testing Error Correction in Panel data

Testing Error Correction in Panel data University of Vienna, Dept. of Economics Master in Economics Vienna 2010 The Model (1) Westerlund (2007) consider the following DGP: y it = φ 1i + φ 2i t + z it (1) x it = x it 1 + υ it (2) where the stochastic

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression Reading: Hoff Chapter 9 November 4, 2009 Problem Data: Observe pairs (Y i,x i ),i = 1,... n Response or dependent variable Y Predictor or independent variable X GOALS: Exploring

More information

ARDL Cointegration Tests for Beginner

ARDL Cointegration Tests for Beginner ARDL Cointegration Tests for Beginner Tuck Cheong TANG Department of Economics, Faculty of Economics & Administration University of Malaya Email: tangtuckcheong@um.edu.my DURATION: 3 HOURS On completing

More information

Applied Econometrics (QEM)

Applied Econometrics (QEM) Applied Econometrics (QEM) The Simple Linear Regression Model based on Prinicples of Econometrics Jakub Mućk Department of Quantitative Economics Jakub Mućk Applied Econometrics (QEM) Meeting #2 The Simple

More information

ECONOMETRICS (I) MEI-YUAN CHEN. Department of Finance National Chung Hsing University. July 17, 2003

ECONOMETRICS (I) MEI-YUAN CHEN. Department of Finance National Chung Hsing University. July 17, 2003 ECONOMERICS (I) MEI-YUAN CHEN Department of Finance National Chung Hsing University July 17, 2003 c Mei-Yuan Chen. he L A EX source file is ec471.tex. Contents 1 Introduction 1 2 Reviews of Statistics

More information

Questions and Answers on Unit Roots, Cointegration, VARs and VECMs

Questions and Answers on Unit Roots, Cointegration, VARs and VECMs Questions and Answers on Unit Roots, Cointegration, VARs and VECMs L. Magee Winter, 2012 1. Let ɛ t, t = 1,..., T be a series of independent draws from a N[0,1] distribution. Let w t, t = 1,..., T, be

More information

Statistics and Econometrics I

Statistics and Econometrics I Statistics and Econometrics I Point Estimation Shiu-Sheng Chen Department of Economics National Taiwan University September 13, 2016 Shiu-Sheng Chen (NTU Econ) Statistics and Econometrics I September 13,

More information