Question 1
(a) Consider the model $y_{i}=x_{i 1}^{\prime} \beta_{1}+x_{i 2}^{\p...
Jul 10, 2024
Solution by Steps
step 1
Define the null and alternative hypotheses:
H0:β2=0H1:β2=0
step 2
Fit the model yi=xi1′β1+xi2β2+ei using the original sample data to obtain the estimates β^1 and β^2
step 3
Compute the residuals ei=yi−xi1′β^1−xi2β^2
step 4
Resample the residuals ei∗ with replacement to create a new set of residuals
step 5
Generate a new bootstrap sample yi∗=xi1′β^1+xi2β^2+ei∗
step 6
Refit the model using the bootstrap sample to obtain new estimates β^1∗ and β^2∗
step 7
Repeat steps 4-6 many times (e.g., 1000 times) to create a distribution of β^2∗
step 8
Calculate the bootstrap p-value as the proportion of bootstrap samples where β^2∗ is as extreme or more extreme than the observed β^2
step 9
Compare the bootstrap p-value to the significance level α to decide whether to reject H0
Answer
The null hypothesis H0:β2=0 is tested using the nonparametric bootstrap by resampling residuals, generating bootstrap samples, refitting the model, and calculating the bootstrap p-value.
Question 1(b)
step 1
Define the null and alternative hypotheses:
H0:β1=β2H1:β1=β2
step 2
Fit the model yi=xi1′β1+xi2′β2+ei using the original sample data to obtain the estimates β^1 and β^2
step 3
Compute the residuals ei=yi−xi1′β^1−xi2′β^2
step 4
Resample the residuals ei∗ with replacement to create a new set of residuals
step 5
Generate a new bootstrap sample yi∗=xi1′β^1+xi2′β^2+ei∗
step 6
Refit the model using the bootstrap sample to obtain new estimates β^1∗ and β^2∗
step 7
Calculate the test statistic for each bootstrap sample, e.g., T∗=∥β^1∗−β^2∗∥
step 8
Repeat steps 4-7 many times (e.g., 1000 times) to create a distribution of the test statistic T∗
step 9
Calculate the bootstrap p-value as the proportion of bootstrap samples where T∗ is as extreme or more extreme than the observed test statistic T=∥β^1−β^2∥
step 10
Compare the bootstrap p-value to the significance level α to decide whether to reject H0
Answer
The null hypothesis H0:β1=β2 is tested using the nonparametric bootstrap by resampling residuals, generating bootstrap samples, calculating the test statistic for each sample, and determining the bootstrap p-value.
Key Concept
Nonparametric bootstrap is a resampling method used to estimate the distribution of a statistic by resampling with replacement from the observed data.
Explanation
The nonparametric bootstrap involves resampling residuals, generating new samples, refitting the model, and calculating the distribution of the test statistic to determine the p-value for hypothesis testing.
Solution by Steps
step 1
Consider the model yi=xiβ+ei, where xi is correlated with ei. This correlation implies that the OLS estimator will be biased and inconsistent
step 2
The OLS estimator for β is given by:
β^OLS=(i=1∑nxixi′)−1i=1∑nxiyi
Substitute yi=xiβ+ei:
β^OLS=(i=1∑nxixi′)−1i=1∑nxi(xiβ+ei)β^OLS=β+(i=1∑nxixi′)−1i=1∑nxiei
step 3
Since xi is correlated with ei, ∑i=1nxiei=0 even as n→∞. Therefore, the term (∑i=1nxixi′)−1∑i=1nxiei does not vanish, leading to inconsistency
step 4
The probability limit of β^OLS is:
plimβ^OLS=β+plim(i=1∑nxixi′)−1i=1∑nxiei
Since ∑i=1nxiei=0, the probability limit is not equal to β
Answer
The OLS estimator is inconsistent, and its probability limit is β+plim(∑i=1nxixi′)−1∑i=1nxiei.
Part (b)
step 1
Consider the term n1∑i=1nγ′ziui. We need to show that it converges to zero in probability
step 2
Calculate the mean:
E[n1i=1∑nγ′ziui]=n1i=1∑nγ′E[ziui]=0
since E[ui]=0 and zi are instruments
step 3
Calculate the variance:
Var(n1i=1∑nγ′ziui)=n21i=1∑nVar(γ′ziui)=n21i=1∑nγ′Var(ziui)γ=n21i=1∑nγ′γ=n1γ′γ
As n→∞, n1γ′γ→0
step 4
By Chebyshev's inequality, n1∑i=1nγ′ziuip0
Answer
n1∑i=1nγ′ziui converges to zero in probability.
Part (c)
step 1
Consider the 2SLS estimator:
β^2SLS=(i=1∑nx^ix^i′)−1i=1∑nx^iyi
where x^i are the fitted values from the first stage regression xi=γ1zi1+γ2zi2+⋯+γkzik+ui
Using the hint:
(n1i=1∑nuizi′)(n1i=1∑nzizi′)−1(n1i=1∑nziei)pdcov(ui,ei)
Since cov(ui,ei)=0, the term (∑i=1nx^ix^i′)−1∑i=1nx^iei does not vanish, leading to inconsistency
step 4
The probability limit of β^2SLS is:
plimβ^2SLS=β+plim(i=1∑nx^ix^i′)−1i=1∑nx^iei
Since ∑i=1nx^iei=0, the probability limit is not equal to β
Answer
The 2SLS estimator is inconsistent, and its probability limit is β+plim(∑i=1nx^ix^i′)−1∑i=1nx^iei.
Key Concept
Inconsistency of OLS and 2SLS estimators in the presence of endogeneity.
Explanation
Both OLS and 2SLS estimators are inconsistent when the regressors are correlated with the error term, leading to biased estimates.