Thursday, October 1, 2015

What NOT To Do When Data Are Missing

Here's something that's very tempting, but it's not a good idea.

Suppose that we want to estimate a regression model by OLS. We have a full sample of size n for the regressors, but one of the values for our dependent variable, y, isn't available. Rather than estimate the model using just the (n - 1) available data-points, you might think that it would be preferable to use all of the available data, and impute the missing value for y.

Fair enough, but what imputation method are you going to use?

For simplicity, and without any loss of generality, suppose that the model has a single regressor,
             
                yi = β xi + εi ,                                                                       (1)

 and it's the nth value of y that's missing. We have values for x1, x2, ...., xn; and for y1, y2, ...., yn-1.

Here's a great idea! OLS will give us the Best Linear Predictor of y, so why don't we just estimate (1) by OLS, using the available (n - 1) sample values for x and y; use this model (and xn) to get a predicted value (y*n) for yn; and then re-estimate the model with all n data-points: x1, x2, ...., xn; y1, y2, ...., yn-1, y*n.

Unfortunately, this is actually a waste of time. Let's see why.

Wednesday, September 30, 2015

Reading List for October

Some suggestions for the coming month:

© 2015, David E. Giles

Friday, September 25, 2015

Thanks, Dan!

Quite out of the blue, Dan Getz kindly sent me a nice LaTeX version of my hand-written copy of "The Solution", given in my last post.

Dan used the ShareLaTeX site - https://www.sharelatex.com/ .

So, here's a nice pdf file with The Solution.

Thanks a million, Dan - that was most thoughtful of you!

© 2015, David E. Giles

Tuesday, September 22, 2015

The Solution

You can find a solution to the problem posed in yesterday's post here.

I hope you can read my writing!

p.s.: Dan Getz kindly supplied a LaTeX version - here's the pdf file. Thanks, Dan!

© 2015, David E. Giles

Monday, September 21, 2015

Try This Problem

Here's a little exercise for you to work on:

We know from the Gauss-Markhov Theorem that within the class of linear and unbiased estimators, the OLS estimator is most efficient. Because it is unbiased, it therefore has the smallest possible Mean Squared Error (MSE) within the linear and unbiased class of estimators. However, there are many linear estimators which, although biased, have a smaller MSE than the OLS estimator. You might then think of asking: 
“Why don’t I try and find the linear estimator that has the smallest possible MSE?”
(a) Show that attempting to do this yields an “estimator” that can’t actually be used in practice.

(You can do this using the simple linear regression model without an intercept, although the result generalizes to the usual multiple linear regression model.)

(b) Now, for the simple regression model with no intercept, 

         yi = β xi + εi       ;     εi ~ i.i.d. [0 , σ2] ,

find the linear estimator, β* , that minimizes the quantity:

h[Var.(β*) / σ2] + (1 - h)[Bias(β*)/ β]2 , for 0 < h < 1.

Is  β* a legitimate estimator, in the sense that it can actually be applied in practice?

The answer will follow in a subsequent post.


© 2015, David E. Giles

Tuesday, September 1, 2015

September Reading List

  • Abeln, B. and J. P. A. M. Jacobs, 2015. Seasonal adjustment with and without revisions: A comparison of X-13ARIMA-SEATS and CAMPLET. CAMA Working Paper 25/2015, Crawford School of Public Policy, Australian National University.
  • Chan, J. C. C. and A. L. Grant, 2015. A Bayesian model comparison for trend-cycle decompositions of output. CAMA Working Paper 31/2015, Crawford School of Public Policy, Australian National University.
  • Chen, K. and K-S. Chan, 2015. A note on rank reduction in sparse multivariate regression. Journal of Statistical Theory and Practice, in press.
  • Fan, Y., S. Pastorello, and E. Renault, 2015. Maximization by parts in extremum estimation. Econometrics Journal, 18, 147-171.
  • Horowitz, J., 2014. Variable selection and estimation in high-dimensional models. Cemmap Working Paper CWP35/15, Institute of Fiscal Studies, Department of Economics, University College London.
  • Larson, W., 2015. Forecasting an aggregate in the presence of structural breaks in the disaggregates. RPF Working Paper No. 2015-002, Research Program on Forecasting, Center of Economic Research, George Washington University.


© 2015, David E. Giles

Wednesday, August 26, 2015

Biased Estimation of Marginal Effects

I began a recent post with the comment:
"One thing that a lot of practitioners seem to be unaware of (or they choose to ignore it) is that in many of the common situations where we use regression analysis to estimate elasticities, these estimators are biased.
And that's true even if all of the conditions needed for the coefficient estimator (e.g., OLS) to be unbiased are fully satisfied."
Exactly the same point can be made in respect of estimated marginal effects, and that's what this post is about.

Tuesday, August 25, 2015

The Distribution of a Ratio of Correlated Normals

Suppose that the random variables X1 and X2 are jointly distributed as bivariate Normal, with means of θ1 and θ2, variances of σ12 and σ22 respectively, and a correlation coefficient of ρ.

In this post we're going to be looking at the distribution of the ratio, W = (X1 / X2).

You probably know that if X1 and X2 are independent standard normal variables, then W follows a Cauchy distribution. This will emerge as a special case in what follows.

The more general case that we're concerned with is of interest to econometricians for several reasons.

Monday, August 24, 2015

The Bias of Certain Elasticity Estimators

In a recent post I discussed some aspects of estimating elasticities from regression models, and the interpretation of these values. That discussion should be kept in mind in reading what follows.

One thing that a lot of practitioners seem to be unaware of (or they choose to ignore it) is that in many of the common situations where we use regression analysis to estimate elasticities, these estimators are biased.

And that's true even if all of the conditions needed for the coefficient estimator (e.g., OLS) to be unbiased are fully satisfied.

Let's look at some common situations leading to the estimation of elasticities and marginal effects, and see if we can summarize what's going on.

Thursday, August 20, 2015

Econometric Society World Congress

The Econometric Society holds a World Congress every five years. Right now, the 2015 Congress is taking place in Montréal, Canada.

Here's the full program. Enjoy!


© 2015, David E. Giles