4. Nonlinear regression functions

Size: px
Start display at page:

Download "4. Nonlinear regression functions"

Transcription

1 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 in the regressor X j (j = 1,..., k) does not depend on the value of X j Now: Two groups of methods for detecting and modeling nonlinear population regression functions 72

2 Group #1: Effect on Y of a change in one regressor, say X 1, depends on the value of X 1 itself Example: reducing class size by one student per teacher (that is a change in STR) might have a larger effect on TEST SCORE when class sizes are already managebly small Group #2: Effect on Y of a change in one regressor, say X 1, depends on the value of another regressor, say X 2 Example: students still learning English might benefit from having more one-on-one attention Effect on TEST SCORE of reducing STR is greater in districts with higher values of PCTEL 73

3 Population regression functions with different slopes Constant slope Slope depends on the value of X1 Y Y X1 X1 Slope depends on the value of X2 Population regression function when X2=1 Y Population regression function when X2=0 X1 74

4 4.1. A general strategy for modeling nonlinear regression functions Empirical example: Consider the student-performance dataset Generally, we would expect that the economic background of the students might have an impact on TEST SCORES ( rich students perform better than poor students) The economic background is measured by the variable AVGINC (average per capita income in the school district in thousands 1998 US-dollars) 75

5 Test score vs. district income with a linear OLS regression function Test score District income (thousands of dollars) 76

6 Scatterplot characteristics: The variable AVGINC and TEST SCORE are highly correlated (correlation coefficient: 0.71) For incomes below US-$ or above US-$ the points are below the OLS-line For incomes between US-$ and US-$ the points are above the OLS-line nonlinear relationship between TEST SCORE and AVGINC Possibly: Quadratic relationship between both variables: TEST SCORE i = β 0 + β 1 AVGINC i + β 2 AVGINC 2 i + u i (4.1) (quadratic regression model) 77

7 Estimation of model (4.1): Eq. (4.1) is a variant of the multiple regression model with k = 2 and Y i = β 0 + β 1 X 1i β k X ki + u i X 1i = AVGINC i X 2i = AVGINC 2 i OLS estimation technique is applicable We can test the null hypothesis that the population regression function is linear versus the alternative that it is quadratic by conducting the test H 0 : β 2 = 0 vs. H 1 : β 2 0 on the basis of the conventional t-statictic 78

8 OLS estimation results of the quadratic model (4.1) Dependent Variable: TEST_SCORE Method: Least Squares Date: 10/04/12 Time: 18:31 Sample: Included observations: 420 White heteroskedasticity-consistent standard errors & covariance Variable Coefficient Std. Error t-statistic Prob. C AVGINC AVGINC_SQ 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 Hannan-Quinn criter F-statistic Durbin-Watson stat Prob(F-statistic)

9 Test scores vs. district income with a quadratic OLS regression function Test score District income (thousands of dollars) 80

10 Obviously: β 2 is significantly different from zero at all conventional levels quadratic model fits the data better than the linear model Next: Consider the general nonlinear regression model Y i = f(x 1i, X 2i,..., X ki ) + u i (i = 1,..., n) (4.2) where f(x 1i, X 2i,..., X ki ) is a general nonlinear population regression function Under the OLS assumptions on Slide 18 we have E(Y i X 1i, X 2i,..., X ki ) = f(x 1i, X 2i,..., X ki ) 81

11 Question: What is the expected effect on Y of a change in one regressor, say of a change X j in X j (j = 1,..., k)? Answer: The expected change in Y, Y, associated with a change in the regressor X j, X j, holding all other regressors constant, is the difference between the value of the population regression function before and after changing X j, holding all other regressors constant: Y = f(x 1,..., X j + X j,..., X k ) f(x 1,..., X j,..., X k ) (4.3) 82

12 Remarks: Note that the specific parametric form of f(x 1, X 2,..., X k ) is unknown f(x 1, X 2,..., X k ) contains unknown parameters that have to estimated from the data Let ˆf(X 1, X 2,..., X k ) denote the predicted value of Y based on the estimator ˆf of the population regression function Then, the predicted change in Y is Ŷ = ˆf(X 1,..., X j + X j,..., X k ) ˆf(X 1,..., X j,..., X k ) (4.4) 83

13 Example: Consider the quadratic OLS regression of TEST SCORE on AVG- INC and AVGINC 2 on Slide 80 with the estimated coefficients ˆβ 0 = , ˆβ 1 = , ˆβ 2 = An increase in district income from 10 to 11 (i.e. from US-$ per capita to US-$) yields the estimated effect Ŷ = (ˆβ 0 + ˆβ ˆβ ) (ˆβ 0 + ˆβ ˆβ ) = An increase in district income from 40 to 41 (i.e. from US-$ per capita to US-$) yields the estimated effect Ŷ = (ˆβ 0 + ˆβ ˆβ ) (ˆβ 0 + ˆβ ˆβ ) =

14 Example: [continued] Obviously, a change of income of 1000 US-$ is associated with a larger change in predicted test scores if the initial income is low (10000 US-$) than if it is high (40000 US-$) The predicted changes are points versus point Remarks: The estimator Ŷ of the effect on Y of changing the regressor X j depends on the estimator of the population regression function, ˆf, which varies from one sample to the next Ŷ contains sampling error There are several techniques for computing the standard error SE( Ŷ ) (see Stock & Watson, 2011, pp. 302, 303) 85

15 Strategy for modeling nonlinear regressions: 1. Identify a possible nonlinear relationship (use economic theory and general knowledge) 2. Specify a nonlinear function and estimate parameters by OLS (see next section for various nonlinear functions) 3. Check if the nonlinear model improves upon a linear model (use t- and F -statistics) 4. Plot the estimated nonlinear regression function 5. Estimate the effect on Y of a change in the regressor X j 86

16 4.2. Nonlinear functions of a single regressor Outline: Description of most important nonlinear regression functions (polynomials and logarithms) We restrict attention to regressions with a single regressor Extensions to multiple regressors are straightforward We treat the alternative nonlinear functions separately, although it is unproblematic to combine them in one regression function 87

17 Polynomials Definition 4.1: (Polynomial regression model) We define the general polynomial regression model of degree r as Y i = β 0 + β 1 X i + β 2 X 2 i β r X r i + u i. (4.5) When r = 2 or r = 3, we call Eq. (4.5) the quadratic or the cubic regression model, respectively. Remarks: We interpret X i, X 2 i,..., Xr i as the r distinct regressors X 1i, X 2i,..., X ri We estimate the parameters β 0, β 1,..., β r via OLS by regressing Y i against X i, X 2 i,..., Xr i 88

18 Test of linear versus polynomial specification: If the true regression is linear, then the terms X 2 i, X3 i,..., Xr i do not enter the population regression function (4.5) Hypothesis test: H 0 : Regression is linear vs. H 1 : Regression is polynomial of degree r In probabilistic terms: H 0 : β 2 = 0, β 3 = 0,..., β r = 0 vs. H 1 : at least one β j 0 (j = 2..., r) Use the F -testing strategy as decribed in Section 3.4 to test this specification issue 89

19 Which polynomial degree? Trade-off between (1) flexibility in the shape of the regression function and (2) the precision of estimated coefficients Include just enough polynomial terms to model the nonlinear regression function adequately, but no more Sequential testing procedure: 1. Pick a maximum value of r and perform OLS estimation (try a maximal r = 4) 2. Use the t-statistic to test H 0 : β r = 0 vs. H 1 : β r 0 3. If you reject H 0 in Step 2 use the polynomial of degree r and stop the procedure 90

20 Sequential testing procedure: [continued] 4. If you do not reject H 0 in Step 2, eliminate the Xi r -term from the regression and estimate a polynomial of degree r 1. Use the t-statistic to test H 0 : β r 1 = 0 vs. H 1 : β r 1 = 0 5. If you reject H 0 in Step 4, use the polynomial of degree r 1 and stop the procedure 6. If you do not reject H 0 in Step 4, continue this procedure until the coefficient on the highest power in your polynomial is statistically significant 91

21 Logarithms Natural logarithm [ln(x)]: ln(x) is the most important nonlinear function in economics Logs convert changes in variables into percentage changes Logs and pecentages: Consider a variable x and a small change in x, x The percentage change in x is given by 100 ( x/x) The following approximation holds: ln(x + x) ln(x) x x (difference in logs approximates the percentage change devided by 100) 92

22 Definition 4.2: (Logarithmic regression models) We consider the following three types of regression models: Y i = β 0 + β 1 ln(x i ) + u i, (4.6) ln(y i ) = β 0 + β 1 X i + u i, (4.7) ln(y i ) = β 0 + β 1 ln(x i ) + u i. (4.8) We refer to the models (4.6) (4.8) as the linear-log, the loglinear and the log-log model, respectively. Remarks: The regression models (4.6) (4.8) are conventional regression models with a single regressor OLS estimation technique applies (provided that the OLS assumptions are satisfied) 93

23 Remarks: [continued] The three models (4.6) (4.8) differ in their interpretation of the coefficient β 1 Interpretation of β 1 : In the linear-log model (4.6) a 1%-change in X is associated with a change in Y of 0.01β 1 In the log-linear model (4.7) a change in X by one unit ( X = 1) is associated with a 100β 1 %-change in Y In the log-log model (4.8) a 1%-change in X is associated with a β 1 % change in Y, that is β 1 is the elasticity of Y with respect to X (see class for details) 94

24 Remarks: Which of the log regression models best fits the data? Only the log-linear and the log-log models (4.7) and (4.8) can be compared via their R 2 values The linear-log model (4.6) cannot be compared with the other log models via the R 2 values since the dependent variables are different (Y i vs. ln(y i )) Use economic theory and other expert knowledge of the specific data problem at hand to decide whether it makes sense to specify Y in logarithms 95

25 4.3. Interactions between regressors Up to now: Nonlinear relationship between Y and the regressor X depends on the values of the regressor X itself Now: The effect on Y of a change in one regressor, say X 1, depends on the value of another regressor, say X 2 Interactions between the regressors 96

26 Interactions between two dummy regressors Definition 4.3: (Dummy variables) We consider a potential regressor that may indicate the presence or absence of a qualitative characteristic or an attribute (such as male or female, catholic or non-catholic and so forth). We quantify such attributes by constructing artificial variables of the form D i = { 1 if the attribute is present for the i th observation 0 if the attribute is not present for the i th observation for i = 1,..., n. We call variables like D i dummy variables (or binary or indicator variables). 97

27 Remarks: We have already made use of dummy variables on the Slides Dummies are essentially nominal scale (qualitative) variables that have been quantified Note that a dummy variable can only assume the two values 0 and 1 Dummy regressors as specified in Definition 4.3 can be incorporated in regression models just as easily as any other quantitative (continuous) regressor 98

28 Consider the following empirical problem: Assume you have a data set containing the dependent variable (log) earnings, that is Y i = ln(earnings i ) (i = 1,..., n) and the two dummy variables D 1i = D 2i = { 1 if the i th worker has a college degree 0 otherwise { 1 if the i th worker is female 0 otherwise You aim at analyzing the effects of a worker s schooling (college degree or not) and the worker s gender (female or male) on the worker s earnings 99

29 Empirical problem: [continued] Consider the intuitive regression model Interpretation of parameters: Y i = β 0 + β 1 D 1i + β 2 D 2i + u i (4.9) β 1 is the effect on (log) earnings of having a college degree holding gender constant β 2 is the effect on (log) earnings of being female holding schooling constant The limitation of this model is that the effect on earnings of having a college degree is the same for men and women 100

30 Removal of this limitation: Augmenting the regression model (4.9) by the interaction term (D 1i D 2i ): Y i = β 0 + β 1 D 1i + β 2 D 2i + β 3 (D 1i D 2i ) + u i (4.10) The interaction term (D 1i D 2i ) in (4.10) allows the population effect on log earnings (Y i ) of having a college degree (that is changing D 1i from D 1i = 0 to D 1i = 1) to depend on gender D 2i Mathematical background: Use Formula (4.3) on Slide 82 to compute the expected effect on Y, Y, resulting from a change in D 1i from 0 to 1 given the fixed value d 2 for D 2i 101

31 Mathematical background: [continued] We have E(Y i D 1i = 0, D 2i = d 2 ) = β 0 + β β 2 d 2 + β 3 (0 d 2 ) and = β 0 + β 2 d 2 E(Y i D 1i = 1, D 2i = d 2 ) = β 0 + β β 2 d 2 + β 3 (1 d 2 ) This yields the expected effect on Y : = β 0 + β 1 + β 2 d 2 + β 3 d 2 Y = E(Y i D 1i = 1, D 2i = d 2 ) E(Y i D 1i = 0, D 2i = d 2 ) = β 0 + β 1 + β 2 d 2 + β 3 d 2 β 0 β 2 d 2 = β 1 + β 3 d 2 (4.11) 102

32 Interpretation of (4.11): The expected effect of acquiring a college degree (that is a unit change in D 1i ) depends on the person s gender: Y = { β 1 if the worker is male (d 2 = 0) β 1 + β 3 if the worker is female (d 2 = 1) The coefficient β 3 on the interaction term (D 1i D 2i ) in regression (4.10) is the difference in the effect of acquiring a college degree for women versus men Empirical exercise: Interaction between the student-teacher ratio and the percentage of English learners in a dummy regression model of the form (4.10) (see class) 103

33 Interactions between a continuous and a dummy regressor Consider the following data set: The dependent variable is (log) earnings, that is Y i = ln(earnings i ) (i = 1,..., n) We consider the dummy regressor D i = { 1 if the i th worker has a college degree 0 otherwise We consider the continuous regressor X i = individual s years of work experience 104

34 Three alternative regression models: Specification with both regressors, no interaction term Y i = β 0 + β 1 X i + β 2 D i + u i (4.12) Specification with both regressors plus interaction term Y i = β 0 + β 1 X i + β 2 D i + β 3 (X i D i ) + u i (4.13) Specification with continuous regressor plus interaction term Y i = β 0 + β 1 X i + β 2 (X i D i ) + u i (4.14) Question: For each of the specifications (4.12) (4.14), what are the expected effects on (log) earnings (Y i ) of having a college degree (that is from changing D i from D i = 0 to D i = 1)? 105

35 Expected effects: For specification (4.12) we have Y = E(Y i D i = 1, X i ) E(Y i D i = 0, X i ) = β 0 + β 1 X i + β 2 β 0 β 1 X i = β 2 (4.15) By analogous calculations, we find for the specifications (4.13) and (4.14) and Y = β 2 + β 3 X i (4.16) Y = β 2 X i (4.17) 106

36 Remarks: The effects Y = E(Y i D i = 1, X i ) E(Y i D i = 0, X i ) computed in (4.15) (4.17) can be interpreted as differences in the two population regression functions associated with the two values of the dummy regressor D i = 1 and D i = 0 For specification (4.12) this difference is constantly equal to β 2 producing two population regression lines with different intercepts and the same slope By analogous reasoning, the specifications (4.13) and (4.14) produce population regression lines with (a) different intercepts and different slopes and with (b) the same intercept and different slopes (see the figure on Slide 108) 107

37 Regression functions using dummy and continuous regressors 108

38 Interpretation of coefficients: How can we interpret the specific regression coefficients involved in the specifications (4.12) (4.14) See class Empirical exercise: Application to the student-teacher ratio and the percentage of English learners (see class) 109

39 Interactions between two continuous regressors Consider the following data set: The dependent variable is (log) earnings, that is Y i = ln(earnings i ) (i = 1,..., n) We consider the two continuous regressors X 1i = individual s years of work experience X 2i = individual s years he or she went to school Regression specification: Y i = β 0 + β 1 X 1i + β 2 X 2i + β 3 (X 1i X 2i ) + u i (4.18) 110

40 Expected effects on Y : In (4.18), a change in X 1 by X 1 (holding X 2 constant) leads to Y = (β 1 + β 3 X 2 ) X 1 (4.19) The effect on Y of a change in X 1 by X 1 depends on the value of X 2 Analogously, we find that the effect on Y of a change in X 2 by X 2 (holding X 1 constant) depends on the value of X 1 : Y = (β 2 + β 3 X 1 ) X 2 (4.20) 111

41 Expected effects on Y : [continued] We now consider a simultaneous change in X 1 by X 1 and, at the same time, in X 2 by X 2 We then find that the expected change in Y is given by Y = (β 1 + β 3 X 2 ) X 1 + (β 2 + β 3 X 1 ) X 2 + β 3 X 1 X 2 (4.21) The first term in (4.21) is the effect from changing X 1 holding X 2 constant The second term in (4.21) is the effect from changing X 2 holding X 1 constant The final term, β 3 X 1 X 2, in (4.21) is the extra effect from changing both X 1 and X 2 112

42 Interactions in multiple regression: [Summary] The interaction term between the regressors X 1 and X 2 is their product X 1 X 2 Including the interaction term allows the effect on Y of a change in X 1 to depend on the value of X 2 and, conversely, allows the effect of a change in X 2 to depend on the value of X 1 The coefficient on X 1 X 2 is the effect of a one-unit increase in X 1 and X 2, above and beyond the sum of the individual effects of a unit increase in X 1 alone and a unit increase in X 2 alone This is true irrespective of whether X 1 and/or, X 2 are continuous or dummy regressors 113

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

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

Nonlinear Regression Functions

Nonlinear Regression Functions Nonlinear Regression Functions (SW Chapter 8) Outline 1. Nonlinear regression functions general comments 2. Nonlinear functions of one variable 3. Nonlinear functions of two variables: interactions 4.

More information

Applied Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 13 Nonlinearities Saul Lach October 2018 Saul Lach () Applied Statistics and Econometrics October 2018 1 / 91 Outline of Lecture 13 1 Nonlinear regression functions

More information

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

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

More information

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

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

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

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

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

Chapter 8 Conclusion

Chapter 8 Conclusion 1 Chapter 8 Conclusion Three questions about test scores (score) and student-teacher ratio (str): a) After controlling for differences in economic characteristics of different districts, does the effect

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

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

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

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

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

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

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

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

Lecture 6: Linear Regression (continued)

Lecture 6: Linear Regression (continued) Lecture 6: Linear Regression (continued) Reading: Sections 3.1-3.3 STATS 202: Data mining and analysis October 6, 2017 1 / 23 Multiple linear regression Y = β 0 + β 1 X 1 + + β p X p + ε Y ε N (0, σ) i.i.d.

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

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

ECON 5350 Class Notes Functional Form and Structural Change

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

More information

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

Applied Economics. Regression with a Binary Dependent Variable. Department of Economics Universidad Carlos III de Madrid

Applied Economics. Regression with a Binary Dependent Variable. Department of Economics Universidad Carlos III de Madrid Applied Economics Regression with a Binary Dependent Variable Department of Economics Universidad Carlos III de Madrid See Stock and Watson (chapter 11) 1 / 28 Binary Dependent Variables: What is Different?

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

Lecture 6: Linear Regression

Lecture 6: Linear Regression Lecture 6: Linear Regression Reading: Sections 3.1-3 STATS 202: Data mining and analysis Jonathan Taylor, 10/5 Slide credits: Sergio Bacallado 1 / 30 Simple linear regression Model: y i = β 0 + β 1 x i

More information

About the seasonal effects on the potential liquid consumption

About the seasonal effects on the potential liquid consumption About the seasonal effects on the potential liquid consumption Lucie Ravelojaona Guillaume Perrez Clément Cousin ENAC 14/01/2013 Consumption raw data Figure : Evolution during one year of different family

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

Exercise Sheet 5: Solutions

Exercise Sheet 5: Solutions Exercise Sheet 5: Solutions R.G. Pierse 2. Estimation of Model M1 yields the following results: Date: 10/24/02 Time: 18:06 C -1.448432 0.696587-2.079327 0.0395 LPC -0.306051 0.272836-1.121740 0.2640 LPF

More information

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8 Introduction to Econometrics (3 rd Updated Edition) by James H. Stock and Mark W. Watson Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8 (This version August 7, 04) Stock/Watson - Introduction

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

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

Introduction to Econometrics (4 th Edition) Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8

Introduction to Econometrics (4 th Edition) Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8 Introduction to Econometrics (4 th Edition) by James H. Stock and Mark W. Watson Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 8 (This version September 14, 2018) Stock/Watson - Introduction

More information

CHAPTER 4 & 5 Linear Regression with One Regressor. Kazu Matsuda IBEC PHBU 430 Econometrics

CHAPTER 4 & 5 Linear Regression with One Regressor. Kazu Matsuda IBEC PHBU 430 Econometrics CHAPTER 4 & 5 Linear Regression with One Regressor Kazu Matsuda IBEC PHBU 430 Econometrics Introduction Simple linear regression model = Linear model with one independent variable. y = dependent variable

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

Chapter 7. Hypothesis Tests and Confidence Intervals in Multiple Regression

Chapter 7. Hypothesis Tests and Confidence Intervals in Multiple Regression Chapter 7 Hypothesis Tests and Confidence Intervals in Multiple Regression Outline 1. Hypothesis tests and confidence intervals for a single coefficie. Joint hypothesis tests on multiple coefficients 3.

More information

Lecture notes to Stock and Watson chapter 8

Lecture notes to Stock and Watson chapter 8 Lecture notes to Stock and Watson chapter 8 Nonlinear regression Tore Schweder September 29 TS () LN7 9/9 1 / 2 Example: TestScore Income relation, linear or nonlinear? TS () LN7 9/9 2 / 2 General problem

More information

ECO321: Economic Statistics II

ECO321: Economic Statistics II ECO321: Economic Statistics II Chapter 6: Linear Regression a Hiroshi Morita hmorita@hunter.cuny.edu Department of Economics Hunter College, The City University of New York a c 2010 by Hiroshi Morita.

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

Exercises (in progress) Applied Econometrics Part 1

Exercises (in progress) Applied Econometrics Part 1 Exercises (in progress) Applied Econometrics 2016-2017 Part 1 1. De ne the concept of unbiased estimator. 2. Explain what it is a classic linear regression model and which are its distinctive features.

More information

Multiple Regression. Peerapat Wongchaiwat, Ph.D.

Multiple Regression. Peerapat Wongchaiwat, Ph.D. Peerapat Wongchaiwat, Ph.D. wongchaiwat@hotmail.com The Multiple Regression Model Examine the linear relationship between 1 dependent (Y) & 2 or more independent variables (X i ) Multiple Regression Model

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

Assessing Studies Based on Multiple Regression

Assessing Studies Based on Multiple Regression Assessing Studies Based on Multiple Regression Outline 1. Internal and External Validity 2. Threats to Internal Validity a. Omitted variable bias b. Functional form misspecification c. Errors-in-variables

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis February 23, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 10:20am to complete this exam. Please remember to put

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

Ecn Analysis of Economic Data University of California - Davis February 23, 2010 Instructor: John Parman. Midterm 2. Name: ID Number: Section:

Ecn Analysis of Economic Data University of California - Davis February 23, 2010 Instructor: John Parman. Midterm 2. Name: ID Number: Section: Ecn 102 - Analysis of Economic Data University of California - Davis February 23, 2010 Instructor: John Parman Midterm 2 You have until 10:20am to complete this exam. Please remember to put your name,

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

Econometrics -- Final Exam (Sample)

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

More information

Hypothesis Tests and Confidence Intervals. in Multiple Regression

Hypothesis Tests and Confidence Intervals. in Multiple Regression ECON4135, LN6 Hypothesis Tests and Confidence Intervals Outline 1. Why multipple regression? in Multiple Regression (SW Chapter 7) 2. Simpson s paradox (omitted variables bias) 3. Hypothesis tests and

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

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 Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 7 Saul Lach September 2017 Saul Lach () Applied Statistics and Econometrics September 2017 1 / 68 Outline of Lecture 7 1 Empirical example: Italian labor force

More information

ECON Introductory Econometrics. Lecture 6: OLS with Multiple Regressors

ECON Introductory Econometrics. Lecture 6: OLS with Multiple Regressors ECON4150 - Introductory Econometrics Lecture 6: OLS with Multiple Regressors Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 6 Lecture outline 2 Violation of first Least Squares assumption

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

Sociology 593 Exam 2 Answer Key March 28, 2002

Sociology 593 Exam 2 Answer Key March 28, 2002 Sociology 59 Exam Answer Key March 8, 00 I. True-False. (0 points) Indicate whether the following statements are true or false. If false, briefly explain why.. A variable is called CATHOLIC. This probably

More information

Research Center for Science Technology and Society of Fuzhou University, International Studies and Trade, Changle Fuzhou , China

Research Center for Science Technology and Society of Fuzhou University, International Studies and Trade, Changle Fuzhou , China 2017 3rd Annual International Conference on Modern Education and Social Science (MESS 2017) ISBN: 978-1-60595-450-9 An Analysis of the Correlation Between the Scale of Higher Education and Economic Growth

More information

Economics Introduction to Econometrics - Fall 2007 Final Exam - Answers

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

More information

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

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, 2015-16 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

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

MGEC11H3Y L01 Introduction to Regression Analysis Term Test Friday July 5, PM Instructor: Victor Yu

MGEC11H3Y L01 Introduction to Regression Analysis Term Test Friday July 5, PM Instructor: Victor Yu Last Name (Print): Solution First Name (Print): Student Number: MGECHY L Introduction to Regression Analysis Term Test Friday July, PM Instructor: Victor Yu Aids allowed: Time allowed: Calculator and one

More information

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements:

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: Econ 427, Spring 2010 Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: 1. (page 132) In each case, the idea is to write these out in general form (without the lag

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

Tjalling C. Koopmans Research Institute

Tjalling C. Koopmans Research Institute Tjalling C. Koopmans Research Institute Tjalling C. Koopmans Research Institute Utrecht School of Economics Utrecht University Janskerkhof 12 3512 BL Utrecht The Netherlands telephone +31 30 253 9800 fax

More information

Hypothesis Tests and Confidence Intervals in Multiple Regression

Hypothesis Tests and Confidence Intervals in Multiple Regression Hypothesis Tests and Confidence Intervals in Multiple Regression (SW Chapter 7) Outline 1. Hypothesis tests and confidence intervals for one coefficient. Joint hypothesis tests on multiple coefficients

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

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

Econometrics I Lecture 7: Dummy Variables

Econometrics I Lecture 7: Dummy Variables Econometrics I Lecture 7: Dummy Variables Mohammad Vesal Graduate School of Management and Economics Sharif University of Technology 44716 Fall 1397 1 / 27 Introduction Dummy variable: d i is a dummy variable

More information

In order to carry out a study on employees wages, a company collects information from its 500 employees 1 as follows:

In order to carry out a study on employees wages, a company collects information from its 500 employees 1 as follows: INTRODUCTORY ECONOMETRICS Dpt of Econometrics & Statistics (EA3) University of the Basque Country UPV/EHU OCW Self Evaluation answers Time: 21/2 hours SURNAME: NAME: ID#: Specific competences to be evaluated

More information

22s:152 Applied Linear Regression

22s:152 Applied Linear Regression 22s:152 Applied Linear Regression Chapter 7: Dummy Variable Regression So far, we ve only considered quantitative variables in our models. We can integrate categorical predictors by constructing artificial

More information

ECON Introductory Econometrics. Lecture 5: OLS with One Regressor: Hypothesis Tests

ECON Introductory Econometrics. Lecture 5: OLS with One Regressor: Hypothesis Tests ECON4150 - Introductory Econometrics Lecture 5: OLS with One Regressor: Hypothesis Tests Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 5 Lecture outline 2 Testing Hypotheses about one

More information

Answer Key: Problem Set 5

Answer Key: Problem Set 5 : Problem Set 5. Let nopc be a dummy variable equal to one if the student does not own a PC, and zero otherwise. i. If nopc is used instead of PC in the model of: colgpa = β + δ PC + β hsgpa + β ACT +

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

The regression model with one fixed regressor cont d

The regression model with one fixed regressor cont d The regression model with one fixed regressor cont d 3150/4150 Lecture 4 Ragnar Nymoen 27 January 2012 The model with transformed variables Regression with transformed variables I References HGL Ch 2.8

More information

Applied Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 5 Saul Lach September 2017 Saul Lach () Applied Statistics and Econometrics September 2017 1 / 44 Outline of Lecture 5 Now that we know the sampling distribution

More information

Financial Time Series Analysis: Part II

Financial Time Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing

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

Stat 135 Fall 2013 FINAL EXAM December 18, 2013

Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Name: Person on right SID: Person on left There will be one, double sided, handwritten, 8.5in x 11in page of notes allowed during the exam. The exam is closed

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

Linear Regression With Special Variables

Linear Regression With Special Variables Linear Regression With Special Variables Junhui Qian December 21, 2014 Outline Standardized Scores Quadratic Terms Interaction Terms Binary Explanatory Variables Binary Choice Models Standardized Scores:

More information

Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals

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

More information

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Dr.K.Nithya Kala & Aruna.P.Remesh, 1 Assistant Professor, PSGR Krishnammal College for Women, Coimbatore, Tamilnadu, India 2 PhD

More information

Chapter 6: Linear Regression With Multiple Regressors

Chapter 6: Linear Regression With Multiple Regressors Chapter 6: Linear Regression With Multiple Regressors 1-1 Outline 1. Omitted variable bias 2. Causality and regression analysis 3. Multiple regression and OLS 4. Measures of fit 5. Sampling distribution

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

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

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

Linear Regression with one Regressor

Linear Regression with one Regressor 1 Linear Regression with one Regressor Covering Chapters 4.1 and 4.2. We ve seen the California test score data before. Now we will try to estimate the marginal effect of STR on SCORE. To motivate these

More information

ECON 482 / WH Hong Binary or Dummy Variables 1. Qualitative Information

ECON 482 / WH Hong Binary or Dummy Variables 1. Qualitative Information 1. Qualitative Information Qualitative Information Up to now, we assume that all the variables has quantitative meaning. But often in empirical work, we must incorporate qualitative factor into regression

More information

Binary Logistic Regression

Binary Logistic Regression The coefficients of the multiple regression model are estimated using sample data with k independent variables Estimated (or predicted) value of Y Estimated intercept Estimated slope coefficients Ŷ = b

More information

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

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

More information

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

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

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

Chapter 9: Assessing Studies Based on Multiple Regression. Copyright 2011 Pearson Addison-Wesley. All rights reserved.

Chapter 9: Assessing Studies Based on Multiple Regression. Copyright 2011 Pearson Addison-Wesley. All rights reserved. Chapter 9: Assessing Studies Based on Multiple Regression 1-1 9-1 Outline 1. Internal and External Validity 2. Threats to Internal Validity a) Omitted variable bias b) Functional form misspecification

More information

Universidad Carlos III de Madrid Econometría Nonlinear Regression Functions Problem Set 8

Universidad Carlos III de Madrid Econometría Nonlinear Regression Functions Problem Set 8 Universidad Carlos III de Madrid Econometría Nonlinear Regression Functions Problem Set 8 1. The sales of a company amount to 196 millions of dollars in 2009 and increased up to 198 millions in 2010. (a)

More information

Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008,

Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008, Professor Dr. Roman Liesenfeld Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008, 10.00 11.30am 1 Part 1 (38 Points) Consider the following

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

Problem #1 #2 #3 #4 #5 #6 Total Points /6 /8 /14 /10 /8 /10 /56

Problem #1 #2 #3 #4 #5 #6 Total Points /6 /8 /14 /10 /8 /10 /56 STAT 391 - Spring Quarter 2017 - Midterm 1 - April 27, 2017 Name: Student ID Number: Problem #1 #2 #3 #4 #5 #6 Total Points /6 /8 /14 /10 /8 /10 /56 Directions. Read directions carefully and show all your

More information