Econometrics I Problem Set 03 Guide
Econometrics I Problem Set 03 Guide
The OLS parameter of the regression of Y on T is equal to the ATE under the assumption of no confounding (unconfoundedness), which means that T is independent of potential outcomes (Y(0), Y(1)). For ATT, the assumption is that the treated group is randomly selected from the population such that E[Y(0) | T=1] = E[Y(0)]. For ATU, a similar assumption holds for the untreated group .
Linear transformations simplify coefficient estimation by allowing binary variables to be standardized, converting non-standard binary variables into a common format (e.g., from {a, b} to {0, 1}). This maintains the information contained while simplifying mathematical operations, crucial for consistent estimates .
Introducing a gender dummy variable and interaction terms imposes restrictions that force the expectation of income to be linear in gender and education separately or combined. These restrictions might limit the flexibility of the model capturing nonlinear relationships between the factors .
The Average Treatment Effect (ATE) can be expressed as E[Y(1) - Y(0)]. The Average Treatment Effect for the Treated (ATT) is E[Y(1) - Y(0) | T = 1], and the Average Treatment Effect for the Untreated (ATU) is E[Y(1) - Y(0) | T = 0]. These are derived using the moments of the joint distribution of (Y(0), Y(1), T).
For a univariate linear regression with a binary predictor X, the OLS parameters can be derived as β0 = E[Y] - E[X]β1 and β1 = Cov(X,Y)/Var(X). This reflects the average difference in outcomes between the two binary states weighted by their variance, capturing the sloped effect of the binary variable .
Different ways of specifying the model, such as Y = Σβs1{S = s} or Y = β0 + Σβs1{S = s}, change the interpretation because they reflect different base categories and reference points. The inclusion or exclusion of an intercept term influences how coefficients are interpreted relative to the base group, impacting the analysis of effects .
The full rank condition, rank(E[xx'])=k, ensures that the predictor matrix is invertible, allowing for unique solutions of the OLS parameters. If this condition is not satisfied, the matrix is singular, and the parameters cannot be uniquely defined. The rank cannot exceed k because the maximum rank of a matrix is limited by its smallest dimension .
Non-invertibility occurs when matrix A has less than full rank, such as a matrix of zeros or repeated rows, leading to no unique solution for the parameter estimates. This results in multicollinearity, where predictors are perfectly correlated, hindering distinct contribution identification .
Interaction terms in an OLS model allow for the effects of combinations of variables to be studied, offering insights into how the relationship between education level and income changes with gender. This can capture different slopes or effects that are not visible when adding variables independently .
Re-parametrization allows us to transform variables such that a binary variable can be made to follow a Bernoulli distribution, simplifying the interpretation of the model. For instance, using a transformation matrix to adjust a binary variable from general values {a, b} to {0, 1} can achieve this outcome, helping in standardizing and easing computational interpretations .