100% found this document useful (1 vote)
2K views2 pages

Haramaya University Econometrics Final Exam

This document contains an economics final exam with 6 questions covering various econometric models and techniques: 1. Questions about Ordinary Least Squares (OLS) estimation, including deriving the intercept and slope coefficient estimators for simple linear regression and showing that OLS estimators are Best Linear Unbiased Estimators (BLUE). 2. A question about OLS estimators when assuming the intercept is zero. 3. A question providing data from a farmer survey and asking to conduct OLS regression and interpret results. 4. A question comparing instrumental variables to OLS, stating the instrumental variables estimator formula, and deriving its variance. 5. Questions about the problems caused by heteroscedastic

Uploaded by

YG DE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views2 pages

Haramaya University Econometrics Final Exam

This document contains an economics final exam with 6 questions covering various econometric models and techniques: 1. Questions about Ordinary Least Squares (OLS) estimation, including deriving the intercept and slope coefficient estimators for simple linear regression and showing that OLS estimators are Best Linear Unbiased Estimators (BLUE). 2. A question about OLS estimators when assuming the intercept is zero. 3. A question providing data from a farmer survey and asking to conduct OLS regression and interpret results. 4. A question comparing instrumental variables to OLS, stating the instrumental variables estimator formula, and deriving its variance. 5. Questions about the problems caused by heteroscedastic

Uploaded by

YG DE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
  • Exam Instructions
  • Question 1
  • Question 2

Haramaya University

Econometrics (AgEc 541) Final Exam


Date: 11/11/2012
Time allowed: 3 Hours

Name: _______________________ Id no: _______________ Center_____________


Instruction: Attempt all questions

1. a. State the Ordinary Least Squares (OLS) estimation criterion.


b. Derive the intercept and slope coefficient estimators for simple linear regression.
c. Show that the OLS estimators are BLUE (Best Linear Unbiased Estimators).

2. Consider the standard simple regression model under Gauss-Markov


assumptions. The usual OLS estimators and are unbiased for their respective

population parameters. Let be the estimator of β1 obtained by assuming the intercept is


zero.
a) Find E ( ) in terms of , β0 and β1. Verify that is unbiased for β1 when the

population intercept (β0) is zero. Are there other cases when is unbiased?

b) Find the variance of

c) Show that the Var ( ) ≤ Var ( ). (Hint: For any sample of data it is true that

3. A survey of 100 farmers was carried out to see the effect of pesticides (x) application in
kilograms on farm productivity (y) in quintals per hectare. The following information was
obtained from the survey:
= 57858, = 208292 , = 104146,
= 80 and = 460
a. Provide the following: SSR, , , , and R².

b. Conduct the standard test of significance for 1.


c. Interpret , and the value calculated for R² in a above.

1
4. a. What is the advantage of using instrumental variables, relative to OLS, and what is the
disadvantage?
b. Suppose that the model is (the standard linear model with a single
regressor), but the variable xi is endogenous. This variable is related to the instrument zi

according to the formula , and zi is uncorrelated with ei. State the formula for
IV estimator of , and derive it.
c. Assuming homoscedasticity, calculate the variance of the IV estimator.

5. a. What is wrong with the OLS estimation method if the error terms are heteroscedastic ?,
Autocorrelated? Which estimation techniques will you use if your data have problems of
hetroscedasticity and autocorrelation? Why?
b. Explain the differences between heteroscedasticity and autocorrelation. Under which
circumstances is one most likely to encounter each of these problems? Explain in general,
the procedure for dealing with each. Do these techniques have anything in common?
Explain.

6. a. Discuss about the three methods of binary choice models.


b. Discuss their advantages and disadvantages
c. Suppose you used one of the preferred binary choice model in analyzing factors affecting
agronomy practices and found the coefficient of education which is a continuous variable
is 0.45. How do you interpret this?
d. What is a Tobit model? When do you use it? Give an economic example where you could
use Tobit model for estimation.

Common questions

Powered by AI

R², or the coefficient of determination, is an important statistic in regression analysis that measures the proportion of variance in the dependent variable explained by the independent variable(s). It ranges from 0 to 1, with a higher R² indicating a better fit of the model to the data. In the context of a survey on farm productivity impacted by pesticide use, an R² value provides insights into how much of the variation in farm output is accounted for by the pesticide application. For example, a high R² in this survey would suggest that pesticide use is a significant factor in determining productivity levels.

To derive the intercept (β0) and slope (β1) coefficient estimators for a simple linear regression model using the OLS method, consider the linear model: y = β0 + β1x + u, where y is the dependent variable, x is the independent variable, and u is the error term. The OLS estimator for the slope (β1) is given by β1 = Σ((xi - x̄)(yi - ȳ)) / Σ((xi - x̄)²), where x̄ and ȳ are the sample means of x and y, respectively. The intercept estimator (β0) is β0 = ȳ - β1*x̄.

The Ordinary Least Squares (OLS) estimation criterion is to minimize the sum of the squared differences between the observed dependent variable values and those predicted by the linear function of the independent variables. The OLS estimators are considered BLUE (Best Linear Unbiased Estimators) under the Gauss-Markov assumptions because they are linear, unbiased, have the minimum variance, and among all unbiased linear estimators, they yield estimates with the least variance as long as the assumptions of linearity, independence of errors, homoscedasticity of error terms, and no autocorrelation hold.

When error terms exhibit heteroscedasticity in OLS estimation, there is an unequal variance in the errors across observations, leading to inefficient estimates and incorrect standard errors, which can compromise hypothesis testing. With autocorrelation, where error terms across different observations are correlated, the estimation also becomes inefficient and standard errors are biased, affecting inference. To address heteroscedasticity, one might use weighted least squares (WLS) or heteroskedasticity-robust standard errors. For autocorrelation, techniques such as generalized least squares (GLS) or Newey-West standard errors are appropriate. These techniques adjust for the identified issues and help obtain consistent and efficient estimates.

In a binary choice model, the coefficient for a continuous variable like education represents the change in the log odds of the outcome occurring for a one-unit increase in the variable, holding other variables constant. For instance, a coefficient of 0.45 for education implies that each additional year of education increases the log odds of the dependent outcome by 0.45. This translates into changes in probability when transformed using the inverse logit function for Logit models or the cumulative normal for Probit models.

The three methods for binary choice models are the Linear Probability Model (LPM), Logit, and Probit models. LPM is simple to use but suffers from issues like heteroscedastic errors and predictions outside the (0, 1) bounds. Logit and Probit models transform the response to probabilities, restraining them within the (0, 1) range. Logit models have a logistic distribution, leading to easier interpretation of odds ratios, while Probit models assume a normal distribution, offering more robust results in certain cases. However, these require iterative estimation and are more computationally demanding compared to LPM.

Instrumental Variables (IV) are advantageous over OLS, especially in cases of endogeneity where independent variables are correlated with the error terms, leading to biased OLS estimates. IVs help achieve consistent and unbiased estimates when suitable instruments are used. However, the disadvantage of using IVs is that finding an appropriate instrument that is both correlated with the endogenous explanatory variables and uncorrelated with the error term can be challenging. Additionally, IV estimates tend to be less efficient than OLS when the OLS assumptions hold because IV may inflate variances unless the instruments are very strong.

A Tobit model should be used in economic analyses when there is censoring in the dependent variable, particularly when data points are clustered at a limit (e.g., left or right-censored). It is suitable for contexts where observations fall below or above a threshold, like expenditure data with zero values for non-purchasers. The Tobit model accounts for censored data by incorporating both the probability of data being censored and the expected value of observations, providing consistent and unbiased estimates by modeling the conditional mean of all observations (censored and uncensored)

In a regression model where the intercept is assumed to be zero, the estimated slope coefficient is unbiased under the condition that the true population intercept (β0) is zero. If β0 is not zero, the OLS estimators might not be unbiased, leading to biased slope estimates because the model specification does not account for any constant term that could affect the dependent variable aside from the changes in the independent variable.

Heteroscedasticity refers to non-constant variance in the error terms across observations, often occurring in cross-sectional data where units have different variability levels. Autocorrelation, on the other hand, refers to correlation among error terms for different observations, commonly arising in time series data where error terms of adjacent time periods are related. Heteroscedasticity is likely to arise in datasets with large disparities in scale among observations, such as income levels among different socioeconomic groups, while autocorrelation is expected in economic time series data where trends or cycles exist over time.

You might also like