Sunday, February 27, 2011

Misspecified model: a variable grows at a constant rate over time

salest = b0 + b1t + et

salest: quarterly sales
b0: intercept term
b1: slope
t: time variable (quarter number)
et: random error

The equation above might be misspecified; especially, actual sales have been increasing at a fairly constant rate over time.

Which of the following data transformations should be applied to the dependent variable in the equation above to best address the concern on the misspecification?

A. Lagged transformation.
B. Logarithmic transformation.
C. First difference transformation.

Answer: B

A logarithmic transformation of the dependent variable is the most appropriate transformation to apply when the variable grows at a constant rate over time:

ln(salest) = a* + b*t + et

The slope of this equation (b*) equals the nominal constant rate. The effective rate equals eb*-1.

ln(salest) = a* + b*t + et
ln(salest-1) = a* + b*(t-1) + et

ln(salest) - ln(salest-1) = b*
ln((salest)/(salest-1)) = ln(eb*)

(salest)/(salest-1) = eb*
(salest)/(salest-1) - 1 = eb* - 1: effective rate

0 comments:

Post a Comment