M-estimator

From formulasearchengine
Revision as of 12:06, 4 December 2013 by 193.87.116.108 (talk)
Jump to navigation Jump to search

Cochrane–Orcutt estimation is a procedure in econometrics, which adjusts a linear model for serial correlation in the error term. It is named after statisticians Donald Cochrane and Guy Orcutt, who worked in the Department of Applied Economics, Cambridge (U.K.).

Theory

Consider the model

yt=α+Xtβ+εt,

where yt is the value of the dependent variable of interest at time t, β is a column vector of coefficients to be estimated, Xt is a row vector of explanatory variables at time t, and εt is the error term at time t.

If it is found via the Durbin–Watson statistic that the error term is serially correlated over time, then standard statistical inference as normally applied to regressions is invalid because standard errors are estimated with bias. To avoid this problem, the residuals must be modeled. If the process generating the residuals is found to be a stationary first-order autoregressive structure, εt=ρεt1+et,|ρ|<1, with the errors {et} being white noise, then the Cochrane–Orcutt procedure can be used to transform the model by taking a quasi-difference:

ytρyt1=α(1ρ)+β(XtρXt1)+et.

In this specification the error terms are white noise, so statistical inference is valid. Then the sum of squared residuals (the sum of squared estimates of et2) is minimized with respect to (α,β), conditional on ρ.

Estimating the autoregressive parameter

If ρ is not known, then it is estimated by first regressing the untransformed model and obtaining the residuals {ε^t}, and regressing ε^t on ε^t1, leading to an estimate of ρ and making the transformed regression sketched above feasible. (Note that one data point, the first, is lost in this regression.) This procedure of autoregressing estimated residulals can be done once and the resulting value of ρ can be used in the transformed y regression, or the residuals of the residuals autoregression can themselves be autoregressed in consecutive steps until no substantial change in the estimated value of ρ is observed.

See also

Literature