Definition of Cochrane-Orcutt Estimation:
Cochrane-Orcutt estimation is an algorithm for estimating a time series linear regression in the presence of
autocorrelated errors. The implicit citation is to Cochrane-Orcutt (1949).
The procedure is nicely explained in the SHAZAM manual section online
at the SHAZAM web
site. Their procedure includes an improvement to include the first
observation attributed to the Prais-Winsten transformation. A summary
of their excellent description is below. This version of the algorithm can
handle only first-order autocorrelation but the Cochrane-Orcutt method could
handle more.
Suppose we wish to regress y[t] on X[t] in the presence of autocorrelated
errors. Run an OLS regression of y on X and construct a series of
residuals e[t]. Regress e[t] on e[t-1] to estimate the autocorrelation
coefficient, denoted p here. Then construct series
y* and X* by:
y*1 = sqrt(1-p2)y1,
One estimates b in y=bX+u by applying this procedure iteratively -- renaming
y* to y and X* to X at each step, until estimates of p
have converged satisfactorily.
Using the final estimate of p, one can construct an estimate of the covariance
matrix of the errors, and apply GLS to get an efficient estimate of b.
Transformed residuals, the covariance matrix of the estimate of b,
R2, and so forth can be calculated.
Terms related to Cochrane-Orcutt Estimation:
Writing a Term Paper? Here are a few starting points for research on Cochrane-Orcutt Estimation:
Books on Cochrane-Orcutt Estimation:
Journal Articles on Cochrane-Orcutt Estimation:
X*1 = sqrt(1-p2)X1,
and
y*t = yt - pyt-1,
X*t = Xt - pXt-1
None
None
None

