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

Size: px
Start display at page:

Download "The Simple Regression Model. Part II. The Simple Regression Model"

Transcription

1 Part II The Simple Regression Model As of Sep 22, 2015

2 Definition 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

3 Definition Two (observable) variables y and x. y = β 0 + β 1 x + u. (1) Equation (1) defines the simple regression model. Terminology: y x Dependent variable Independent variable Explained variable Explanatory variable Response variable Control variable Predicted variable Predictor Regressand Regressor

4 Definition Error term u i is a combination of a number of effects, like: 1 Omitted variables: Accounts the effects of variables omitted from the model 2 Nonlinearities: Captures the effects of nonlinearities between y and x. Thus, if the true model is y i = β 0 + β 1 x i + γx 2 i + v i, and we assume that it is y i = β 0 + β 1 x + u i, then the effect of x 2 i is absorbed to u i. In fact, u i = γx 2 i + v i. 3 Measurement errors: Errors in measuring y and x are absorbed in u i. 4 Unpredictable effects: u i includes also inherently unpredictable random effects.

5 Estimation of the model, OLS 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

6 Estimation of the model, OLS Given observations (x i, y i ), i = 1,..., n, the task for an econometrician is to estimate the population parameters β 0 (intercept parameter) and β 1 (slope parameter) of (1) in an optimal way by utilizing the sample information. Assumptions (classical assumptions): 1 Zero average error: E[u i ] = 0 for all i. 2 Homoscedasticity: var[u i ] = σ 2 for all i. 3 Uncorrelated errors: cov[u i, u j ] = 0, for all i j. 4 n i=1 (x i x) 2 > 0. 5 cov[u i, x i ] = 0. Note: Assumpton 5 is the key assumption, expressed often also as E[u i x i ] = 0, which implies cov[u i, x i ] = 0. Assumption 3. is mostly relevant in time series data or clustered data.

7 Estimation of the model, OLS The goal in the estimation is to find values for β 0 and β 1 of model (1) such that the error terms is as small as possible (in suitable sense). Under the above classical assumptions, the Ordinary Least Squares (OLS) minimizes the residual sum of squares of the error terms u i = y i β 0 β 1 x i, which produces optimal estimates for the parameters (the optimality criteria are discussed later). Denote the sum of squares as f (β 0, β 1 ) = n (y i β 0 β 1 x i ) 2. (2) i=1 The first order conditions (foc) for the minimum are found by setting the partial derivatives equal to zero. Denote by ˆβ 0 and ˆβ 1 the values satisfying the foc.

8 Estimation of the model, OLS First order conditions: f ( ˆβ 0, ˆβ 1 ) β 0 n = 2 (y i ˆβ 0 ˆβ 1 x i ) = 0 (3) i=1 f ( ˆβ 0, ˆβ 1 ) β 1 = 2 n x i (y i ˆβ 0 ˆβ 1 x i ) = 0 (4) i=1 These yield so called normal equations n ˆβ 0 + ˆβ 1 xi = y i ˆβ 0 xi + ˆβ 1 x 2 i = x i y i, (5) where the summation is from 1 to n.

9 Estimation of the model, OLS The explicit solutions for ˆβ 0 and ˆβ 1 are (OLS estimators of β 0 and β 1 ) n i=1 ˆβ 1 = (x i x)(y i ȳ) n i=1 (x i x) 2 (6) where x = 1 n are the sample means. ˆβ 0 = ȳ ˆβ 1 x, (7) n x i and ȳ = 1 n i=1 In the solutions (6) and (7) we have used the properties n n (x i x)(y i ȳ) = x i y i n xȳ (8) i=1 i=1 and n n (x i x) 2 = xi 2 n x 2. (9) i=1 i=1 n i=1 y i

10 Estimation of the model, OLS Fitted regression line: Residuals: ŷ = ˆβ 0 + ˆβ 1 x. (10) û i = y i ŷ i = (β 0 ˆβ 0 ) + (β 1 ˆβ 1 )x i + u i. (11) Thus the residual component û i consist of the pure error term u i and the sample errors due to the estimation of the parameters β 0 and β 1.

11 Estimation of the model, OLS Remark 2.1: The slope coefficient ˆβ 1 in terms of sample covariance of x and y and variance of x. Sample covariance: s xy = 1 n 1 n (x i x)(y i ȳ) (12) i=1 Sample variance: Thus s 2 x = 1 n 1 n (x i x) 2. (13) i=1 ˆβ 1 = s xy sx 2. (14)

12 Estimation of the model, OLS Remark 2.2: The slope coefficient ˆβ 1 in terms of sample correlation and standard deviations of x and y. Sample correlation: r xy = where s x = s 2 x and s y = and y, respectively. n i=1 (x i x)(y i ȳ) s xy n i=1 (x i x) =, (15) 2 n i=1 (y i ȳ) 2 s x s y s 2 y are the sample standard deviations of x Thus we can also write the slope coefficient in terms of sample standard deviations and correlation as ˆβ 1 = s y s x r xy. (16)

13 Estimation of the model, OLS Example 2.1: Relationship between wage and eduction. wage = average hourly earnings educ = years of education Data is collected in 1976, n = 526 Excerpt of the data set wage.raw (Wooldridge) wage (y) educ (x)

14 Estimation of the model, OLS Scatterplot of the data with regression line Hourly earnings Eduction (years) Figure 2.2: Wages and education.

15 Estimation of the model, OLS Eviews estimation results: Dependent Variable: WAGE Method: Least Squares Date: 02/07/06 Time: 20:25 Sample: Included observations: 526 Variable Coefficient Std. Error t-statistic Prob. C EDUC 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) The estimated model is ŷ = x. Thus the model predicts that an additional year increases hourly wage on average by 0.54 dollars. Using (16) you can verify the OLS estimate for β 1 can be computed using the correlation and standard deviations. After that, applying (7) you get OLS estimate for the intercept. Thus in all, the estimates can be derived from the basic sample statistics.

16 OLS Statistics 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

17 OLS Statistics n û i = 0. (17) i=1 n x i û i = 0. (18) i=1 ȳ = ˆβ 0 + ˆβ 1 x. (19) SST = SSE = SSR = n (y i ȳ) 2. (20) i=1 n (ŷ i ȳ) 2. (21) i=1 n (y i ŷ i ) 2. (22) i=1

18 OLS Statistics It can be shown that n n n (y i ȳ) 2 = (ŷ i ȳ) 2 + (y i ŷ i ) 2, (23) i=1 i=1 i=1 that is SST = SSE + SSR. (24) Prove this! Remark 2.3: It is unfortunate that different books and different statistical packages use different definitions, particularly for SSR and SSE. In many the former means Regression sum of squares and the latter Error sum of squares. I.e., just the opposite we have here!

19 Goodness-of-Fit, the R-square 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

20 Goodness-of-Fit, the R-square R-square (coefficient of determination) R 2 = SSE SST = 1 SSR SST. (25) The positive square root of R 2, denoted as R, is called the multiple correlation. Remark 2.4: Here in the case of simple regression R 2 = r 2 xy, i.e. R = r xy. These do not hold in the general case (multiple regression)! Prove Remark 2.4 yourself. Remark 2.5: Generally it holds for the OLS estimation, however, that R = r yŷ, i.e. correlation between the observed and fitted (or predicted) values.

21 Goodness-of-Fit, the R-square Remark 2.6: It is obvious that 0 R 2 1 with R 2 = 0 representing no linear relation between x and y and R 2 = 1 representing a perfect fit. Adjusted R-square: where s 2 u = 1 n 2 R 2 = 1 s2 u sy 2, (26) n (y i ŷ i ) 2 (27) i=1 is an estimate of the residual variance σ 2 u = var[u]. We find easily that One finds immediately that R 2 < R 2. R 2 = 1 n 2 n 1 (1 R2 ). (28)

22 Goodness-of-Fit, the R-square Example 2.2: In the previous example R 2 = and adjusted R-squared, R 2 = The R 2 tells that about 16.5 percent of the variation in the hourly earnings can be explained by education. However, the rest 83.5 percent is not accounted by the model.

23 Units of Measurement and Functional Form 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

24 Units of Measurement and Functional Form Consider the simple regression model with σ 2 u = var[u i ]. y i = β 0 + β 1 x i + u i (29) Let y i = a 0 + a 1 y i and x i = b 0 + b 1 x i, a 1 0 and b 1 0. Then (29) becomes y i = β 0 + β 1x i + u i, (30) where β 0 = a 1 β 0 + a 0 a 1 b 1 β 1 b 0, (31) and β 1 = a 1 b 1 β 1, (32) σ 2 u = a2 1σ 2 u. (33)

25 Units of Measurement and Functional Form Remark 2.7: Coefficients a 1 and b 1 scale the measurements and a 0 and b 0 shift the measurements. For example, if y is temperature measured in Celsius, then gives temperature in Fahrenheit. y = y

26 Units of Measurement and Functional Form Example 2.3: Let the estimated model be Demeaned observations: ŷ i = ˆβ 0 + ˆβ 1 x i. y i = y i ȳ and x i x. So a 0 = ȳ, b 0 = x, and a 1 = b 1 = 1. Because ˆβ 0 = ȳ ˆβ 1 x, we obtain from (31) ˆβ 0 = ˆβ 0 (ȳ ˆβ 1 x) = 0. So ŷ = ˆβ 1 x. (Note ˆβ 1 remains unchanged).

27 Units of Measurement and Functional Form If we further define a 1 = 1/s y and b 1 = 1/s x, where s y and s x are the sample standard deviations of y and x, respectively. Applying the transformation yields standardized observations y i = y i ȳ and xi = x i x. s y s x Then again ˆβ 0 = 0. The slope coefficient becomes ˆβ 1 = s x s y ˆβ1, which is called standardized regression coefficient. As an exercise show that in this case ˆβ 1 = r xy, the correlation coefficient of x and y.

28 Units of Measurement and Functional Form 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

29 Units of Measurement and Functional Form Logarithmic transformation is one of the most applied transformation for economic variables. Table 2.1 Functional forms including log-transformations Dependent Independent Interpretation Model variable variable of β 1 level-level y x y = β 1 x level-log y log(x) y = (β 1 /100)% x log-level log(y) x % y = (100β 1 ) x log-log log(y) log(x) % y = β 1 % x Can you find the rationale for the interpretations? Remark 2.8: Log-transformation can be only applied to variables that assume strictly positive values!

30 Units of Measurement and Functional Form Example 2.4 Consider the wage example (Ex 2.1). Suppose we believe that instead of the absolute change a better choice is to consider the percentage change of wage (y) as a function of education (x). Then we would consider the model Estimation of this model yields log(y) = β 0 + β 1 x + u. Dependent Variable: LOG(WAGE) Method: Least Squares Sample: Included observations: 526 Variable Coefficient Std. Error t-statistic Prob. C EDUC 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)

31 Units of Measurement and Functional Form That is log(y) = x (34) n = 526, R 2 = Note that R-squares of this model and the level-level model are not comparable. The model predicts that an additional year of education increases on average hourly earnings by 8.3%.

32 Units of Measurement and Functional Form Remark 2.9: Typically all models where transformations on y and x are functions of these variables alone can be cast to the form of linear model. That is, if have generally g(y) = β 0 + β 1 h(x) + u, (35) where g and h are functions, then defining y = g(y) and x = h(x) we have a linear model y = β 0 + β 1 x + u. Note, however, that all models cannot be cast to a linear form. An example is 1 cons = β 0 + β 1 income + u.

33 Expected Values and Variances of the OLS Estimators 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

34 Expected Values and Variances of the OLS Estimators We say generally ] that an estimator of ˆθ of a parameter θ is unbiased if E[ˆθ = θ. Theorem 2.1: Under the classical assumptions 1 5 [ ] [ ] E ˆβ 0 = β 0 and E ˆβ 1 = β 1. (36) Proof: Given observations x 1,..., x n the expectations are conditional on the given x i -values. We prove first the unbiasedness of ˆβ 1. Now ˆβ 1 = = (xi x)(y i ȳ) (xi x) 2 = (xi x)y i (xi x) 2 (xi x)β 0 (xi x) 2 + β 1 (xi x)x i (xi x) 2 + (xi x)u i (xi x) 2 (37) = β (xi x) 2 (xi x)u i.

35 Expected Values and Variances of the OLS Estimators I.e., ˆβ 1 = β (xi x) 2 (xi x)u i. (38) Because x i s fixed we get [ ] 1 E ˆβ1 = β 1 + (xi (xi x) 2 x)e[u i ] = β 1 (39) Because E[u i ] = 0 by assumption 1. Thus ˆβ 1 is unbiased. Proof of unbiasedness of ˆβ 0 is left to students.

36 Expected Values and Variances of the OLS Estimators 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

37 Expected Values and Variances of the OLS Estimators Theorem 2.2: Under the classical assumptions 1 through 5 and given x 1,..., x n [ ] σu 2 var ˆβ1 = n i=1 (x i x), (40) 2 [ ] ( 1 var ˆβ0 = n + x 2 ) (xi x) 2 σu. 2 (41) and for ŷ = ˆβ 0 + ˆβ 1 x with given x ( ) 1 var[ŷ] = n + (x x)2 (xi x) 2 σu. 2 (42)

38 Expected Values and Variances of the OLS Estimators Proof: Again we prove as an example only (40). Using (38) and the properties of variance with x 1,..., x n given [ ] [ ] 1 var ˆβ1 = var β 1 + (xi x) 2 (xi x)u i = = ( ) 2 1 (xi x) 2 (xi x) 2 var[u i ] ( ) 2 1 (xi x) 2 (xi x) 2 σu 2 (43) = σ2 u (xi x) 2 ( (x i x) 2 ) 2 = σ 2 u (xi x) 2.

39 Expected Values and Variances of the OLS Estimators Remark 2.10: (41) can be written equivalently as [ ] var ˆβ0 = σ2 u x 2 i n (x i x) 2. (44)

40 Expected Values and Variances of the OLS Estimators 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

41 Expected Values and Variances of the OLS Estimators Recalling from equation (11) the residual û i = y i ŷ i is of the form û i = u i ( ˆβ 0 β 0 ) ( ˆβ 1 β 1 )x i. (45) This reminds us about the difference between the error term u i and the residual term û i. An unbiased estimator of the error variance σ 2 u = var[u i ] is ˆσ 2 u = 1 n 2 n ûi 2. (46) Taking the (positive) square root gives an estimator for the error standard deviation σ u = σu, 2 called usually the standard error of regression 1 ˆσ u = û2 n 2 i. (47) i=1

42 Expected Values and Variances of the OLS Estimators Theorem 2.3: Under the assumption (1) (5) E [ˆσ u] 2 = σ 2 u, i.e., ˆσ 2 is an unbiased estimator of σu. 2 Proof: Omitted.

43 Expected Values and Variances of the OLS Estimators 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square Units of Measurement and Functional Form Scaling and translation Nonlinearities Expected Values and Variances of the OLS Estimators Unbiasedness Variances Estimating the Error Variance Standard Errors of ˆβ 0 and ˆβ 1

44 Expected Values and Variances of the OLS Estimators Replacing in (40) and (41) σ 2 u by ˆσ 2 u and taking square roots give the standard error of ˆβ 1 and ˆβ 0 se( ˆβ 1 ) = ˆσ u (xi x) 2 (48) and se( ˆβ 0 ) = ˆσ u 1 n + x 2 (xi x) 2. (49) These belong to the standard output of regression estimation, see computer print-outs above.

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

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

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

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

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

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

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

Outline. 2. Logarithmic Functional Form and Units of Measurement. Functional Form. I. Functional Form: log II. Units of Measurement

Outline. 2. Logarithmic Functional Form and Units of Measurement. Functional Form. I. Functional Form: log II. Units of Measurement Outline 2. Logarithmic Functional Form and Units of Measurement I. Functional Form: log II. Units of Measurement Read Wooldridge (2013), Chapter 2.4, 6.1 and 6.2 2 Functional Form I. Functional Form: log

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

3. Linear Regression With a Single Regressor

3. Linear Regression With a Single Regressor 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 Econometrics: (II)

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

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

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

ECON2228 Notes 2. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 47

ECON2228 Notes 2. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 47 ECON2228 Notes 2 Christopher F Baum Boston College Economics 2014 2015 cfb (BC Econ) ECON2228 Notes 2 2014 2015 1 / 47 Chapter 2: The simple regression model Most of this course will be concerned with

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

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

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

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

ECON3150/4150 Spring 2015

ECON3150/4150 Spring 2015 ECON3150/4150 Spring 2015 Lecture 3&4 - The linear regression model Siv-Elisabeth Skjelbred University of Oslo January 29, 2015 1 / 67 Chapter 4 in S&W Section 17.1 in S&W (extended OLS assumptions) 2

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

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

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

Wooldridge, Introductory Econometrics, 4th ed. Chapter 2: The simple regression model

Wooldridge, Introductory Econometrics, 4th ed. Chapter 2: The simple regression model Wooldridge, Introductory Econometrics, 4th ed. Chapter 2: The simple regression model Most of this course will be concerned with use of a regression model: a structure in which one or more explanatory

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

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

The Simple Regression Model. Simple Regression Model 1

The Simple Regression Model. Simple Regression Model 1 The Simple Regression Model Simple Regression Model 1 Simple regression model: Objectives Given the model: - where y is earnings and x years of education - Or y is sales and x is spending in advertising

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

ECON3150/4150 Spring 2016

ECON3150/4150 Spring 2016 ECON3150/4150 Spring 2016 Lecture 4 - The linear regression model Siv-Elisabeth Skjelbred University of Oslo Last updated: January 26, 2016 1 / 49 Overview These lecture slides covers: The linear regression

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

Sample Problems. Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them.

Sample Problems. Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them. Sample Problems 1. True or False Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them. (a) The sample average of estimated residuals

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

7. Prediction. Outline: Read Section 6.4. Mean Prediction

7. Prediction. Outline: Read Section 6.4. Mean Prediction Outline: Read Section 6.4 II. Individual Prediction IV. Choose between y Model and log(y) Model 7. Prediction Read Wooldridge (2013), Chapter 6.4 2 Mean Prediction Predictions are useful But they are subject

More information

Multiple Linear Regression CIVL 7012/8012

Multiple Linear Regression CIVL 7012/8012 Multiple Linear Regression CIVL 7012/8012 2 Multiple Regression Analysis (MLR) Allows us to explicitly control for many factors those simultaneously affect the dependent variable This is important for

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

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

Statistics II. Management Degree Management Statistics IIDegree. Statistics II. 2 nd Sem. 2013/2014. Management Degree. Simple Linear Regression

Statistics II. Management Degree Management Statistics IIDegree. Statistics II. 2 nd Sem. 2013/2014. Management Degree. Simple Linear Regression Model 1 2 Ordinary Least Squares 3 4 Non-linearities 5 of the coefficients and their to the model We saw that econometrics studies E (Y x). More generally, we shall study regression analysis. : The regression

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

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

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

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

Answer all questions from part I. Answer two question from part II.a, and one question from part II.b.

Answer all questions from part I. Answer two question from part II.a, and one question from part II.b. B203: Quantitative Methods Answer all questions from part I. Answer two question from part II.a, and one question from part II.b. Part I: Compulsory Questions. Answer all questions. Each question carries

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

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

Economics 113. Simple Regression Assumptions. Simple Regression Derivation. Changing Units of Measurement. Nonlinear effects

Economics 113. Simple Regression Assumptions. Simple Regression Derivation. Changing Units of Measurement. Nonlinear effects Economics 113 Simple Regression Models Simple Regression Assumptions Simple Regression Derivation Changing Units of Measurement Nonlinear effects OLS and unbiased estimates Variance of the OLS estimates

More information

Regression with Qualitative Information. Part VI. Regression with Qualitative Information

Regression with Qualitative Information. Part VI. Regression with Qualitative Information Part VI Regression with Qualitative Information As of Oct 17, 2017 1 Regression with Qualitative Information Single Dummy Independent Variable Multiple Categories Ordinal Information Interaction Involving

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

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

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) 1 EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) Taisuke Otsu London School of Economics Summer 2018 A.1. Summation operator (Wooldridge, App. A.1) 2 3 Summation operator For

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

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

Estadística II Chapter 4: Simple linear regression

Estadística II Chapter 4: Simple linear regression Estadística II Chapter 4: Simple linear regression Chapter 4. Simple linear regression Contents Objectives of the analysis. Model specification. Least Square Estimators (LSE): construction and properties

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

Introduction to Econometrics

Introduction to Econometrics Introduction to Econometrics Lecture 3 : Regression: CEF and Simple OLS Zhaopeng Qu Business School,Nanjing University Oct 9th, 2017 Zhaopeng Qu (Nanjing University) Introduction to Econometrics Oct 9th,

More information

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Course Packet The purpose of this packet is to show you one particular dataset and how it is used in

More information

Diagnostics of Linear Regression

Diagnostics of Linear Regression Diagnostics of Linear Regression Junhui Qian October 7, 14 The Objectives After estimating a model, we should always perform diagnostics on the model. In particular, we should check whether the assumptions

More information

Applied Regression. Applied Regression. Chapter 2 Simple Linear Regression. Hongcheng Li. April, 6, 2013

Applied Regression. Applied Regression. Chapter 2 Simple Linear Regression. Hongcheng Li. April, 6, 2013 Applied Regression Chapter 2 Simple Linear Regression Hongcheng Li April, 6, 2013 Outline 1 Introduction of simple linear regression 2 Scatter plot 3 Simple linear regression model 4 Test of Hypothesis

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

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

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

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

Simple Linear Regression

Simple Linear Regression Simple Linear Regression ST 430/514 Recall: A regression model describes how a dependent variable (or response) Y is affected, on average, by one or more independent variables (or factors, or covariates)

More information

Two-Variable Regression Model: The Problem of Estimation

Two-Variable Regression Model: The Problem of Estimation Two-Variable Regression Model: The Problem of Estimation Introducing the Ordinary Least Squares Estimator Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Two-Variable

More information

Regression Analysis: Basic Concepts

Regression Analysis: Basic Concepts The simple linear model Regression Analysis: Basic Concepts Allin Cottrell Represents the dependent variable, y i, as a linear function of one independent variable, x i, subject to a random disturbance

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

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

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

Econometrics Problem Set 4

Econometrics Problem Set 4 Econometrics Problem Set 4 WISE, Xiamen University Spring 2016-17 Conceptual Questions 1. This question refers to the estimated regressions in shown in Table 1 computed using data for 1988 from the CPS.

More information

Empirical Application of Simple Regression (Chapter 2)

Empirical Application of Simple Regression (Chapter 2) Empirical Application of Simple Regression (Chapter 2) 1. The data file is House Data, which can be downloaded from my webpage. 2. Use stata menu File Import Excel Spreadsheet to read the data. Don t forget

More information

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, 2016-17 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

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

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

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

Wednesday, September 19 Handout: Ordinary Least Squares Estimation Procedure The Mechanics

Wednesday, September 19 Handout: Ordinary Least Squares Estimation Procedure The Mechanics Amherst College Department of Economics Economics Fall 2012 Wednesday, September 19 Handout: Ordinary Least Squares Estimation Procedure he Mechanics Preview Best Fitting Line: Income and Savings Clint

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

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

4.1 Least Squares Prediction 4.2 Measuring Goodness-of-Fit. 4.3 Modeling Issues. 4.4 Log-Linear Models

4.1 Least Squares Prediction 4.2 Measuring Goodness-of-Fit. 4.3 Modeling Issues. 4.4 Log-Linear Models 4.1 Least Squares Prediction 4. Measuring Goodness-of-Fit 4.3 Modeling Issues 4.4 Log-Linear Models y = β + β x + e 0 1 0 0 ( ) E y where e 0 is a random error. We assume that and E( e 0 ) = 0 var ( e

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

in the time series. The relation between y and x is contemporaneous.

in the time series. The relation between y and x is contemporaneous. 9 Regression with Time Series 9.1 Some Basic Concepts Static Models (1) y t = β 0 + β 1 x t + u t t = 1, 2,..., T, where T is the number of observation in the time series. The relation between y and x

More information

Applied Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 6 Saul Lach September 2017 Saul Lach () Applied Statistics and Econometrics September 2017 1 / 53 Outline of Lecture 6 1 Omitted variable bias (SW 6.1) 2 Multiple

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

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 450 Development Economics

ECON 450 Development Economics ECON 450 Development Economics Statistics Background University of Illinois at Urbana-Champaign Summer 2017 Outline 1 Introduction 2 3 4 5 Introduction Regression analysis is one of the most important

More information

5. Let W follow a normal distribution with mean of μ and the variance of 1. Then, the pdf of W is

5. Let W follow a normal distribution with mean of μ and the variance of 1. Then, the pdf of W is Practice Final Exam Last Name:, First Name:. Please write LEGIBLY. Answer all questions on this exam in the space provided (you may use the back of any page if you need more space). Show all work but do

More information

statistical sense, from the distributions of the xs. The model may now be generalized to the case of k regressors:

statistical sense, from the distributions of the xs. The model may now be generalized to the case of k regressors: Wooldridge, Introductory Econometrics, d ed. Chapter 3: Multiple regression analysis: Estimation In multiple regression analysis, we extend the simple (two-variable) regression model to consider the possibility

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

Regression Analysis with Cross-Sectional Data

Regression Analysis with Cross-Sectional Data 89782_02_c02_p023-072.qxd 5/25/05 11:46 AM Page 23 PART 1 Regression Analysis with Cross-Sectional Data P art 1 of the text covers regression analysis with cross-sectional data. It builds upon a solid

More information

Econometrics - 30C00200

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

More information

Lecture 8. Using the CLR Model. Relation between patent applications and R&D spending. Variables

Lecture 8. Using the CLR Model. Relation between patent applications and R&D spending. Variables Lecture 8. Using the CLR Model Relation between patent applications and R&D spending Variables PATENTS = No. of patents (in 000) filed RDEP = Expenditure on research&development (in billions of 99 $) The

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

Econometrics Multiple Regression Analysis: Heteroskedasticity

Econometrics Multiple Regression Analysis: Heteroskedasticity Econometrics Multiple Regression Analysis: João Valle e Azevedo Faculdade de Economia Universidade Nova de Lisboa Spring Semester João Valle e Azevedo (FEUNL) Econometrics Lisbon, April 2011 1 / 19 Properties

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

Weighted Least Squares

Weighted Least Squares Weighted Least Squares The standard linear model assumes that Var(ε i ) = σ 2 for i = 1,..., n. As we have seen, however, there are instances where Var(Y X = x i ) = Var(ε i ) = σ2 w i. Here w 1,..., w

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

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 Simple Linear Regression Model

The Simple Linear Regression Model The Simple Linear Regression Model Lesson 3 Ryan Safner 1 1 Department of Economics Hood College ECON 480 - Econometrics Fall 2017 Ryan Safner (Hood College) ECON 480 - Lesson 3 Fall 2017 1 / 77 Bivariate

More information

Econometrics - Slides

Econometrics - Slides 1 Econometrics - Slides 2011/2012 João Nicolau 2 1 Introduction 1.1 What is Econometrics? Econometrics is a discipline that aims to give empirical content to economic relations. It has been defined generally

More information

Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page!

Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page! Econometrics - Exam May 11, 2011 1 Exam Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page! Problem 1: (15 points) A researcher has data for the year 2000 from

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

ECO220Y Simple Regression: Testing the Slope

ECO220Y Simple Regression: Testing the Slope ECO220Y Simple Regression: Testing the Slope Readings: Chapter 18 (Sections 18.3-18.5) Winter 2012 Lecture 19 (Winter 2012) Simple Regression Lecture 19 1 / 32 Simple Regression Model y i = β 0 + β 1 x

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