Estimation technique for serially correlated observations
In econometrics, Prais–Winsten estimation is a procedure meant to take care of the serial correlation of type AR(1) in a linear model. Conceived by Sigbert Prais and Christopher Winsten in 1954,[1] it is a modification of Cochrane–Orcutt estimation in the sense that it does not lose the first observation, which leads to more efficiency as a result and makes it a special case of feasible generalized least squares.[2]
Theory
Consider the model
![{\displaystyle y_{t}=\alpha +X_{t}\beta +\varepsilon _{t},\,}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f5e667a5e78f40726cd69e64a7091db372e5df3b)
where
is the time series of interest at time t,
is a vector of coefficients,
is a matrix of explanatory variables, and
is the error term. The error term can be serially correlated over time:
and
is white noise. In addition to the Cochrane–Orcutt transformation, which is
![{\displaystyle y_{t}-\rho y_{t-1}=\alpha (1-\rho )+(X_{t}-\rho X_{t-1})\beta +e_{t},\,}](https://wikimedia.org/api/rest_v1/media/math/render/svg/93d1fbe5e641c55052f2e292b91159951d5404d1)
for t = 2,3,...,T, the Prais-Winsten procedure makes a reasonable transformation for t = 1 in the following form:
![{\displaystyle {\sqrt {1-\rho ^{2}}}y_{1}=\alpha {\sqrt {1-\rho ^{2}}}+\left({\sqrt {1-\rho ^{2}}}X_{1}\right)\beta +{\sqrt {1-\rho ^{2}}}\varepsilon _{1}.\,}](https://wikimedia.org/api/rest_v1/media/math/render/svg/46bddbeccf940c3d77685eb0156e5f87cf6d226c)
Then the usual least squares estimation is done.
Estimation procedure
First notice that
Noting that for a stationary process, variance is constant over time,
and thus,
Without loss of generality suppose the variance of the white noise is 1. To do the estimation in a compact way one must look at the autocovariance function of the error term considered in the model blow:
![{\displaystyle \mathrm {cov} (\varepsilon _{t},\varepsilon _{t+h})=\rho ^{h}\mathrm {var} (\varepsilon _{t})={\frac {\rho ^{h}}{1-\rho ^{2}}},{\text{ for }}h=0,\pm 1,\pm 2,\dots \,.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/133c6e67317e1d22fa165700097b6319851977b0)
It is easy to see that the variance–covariance matrix,
, of the model is
![{\displaystyle \mathbf {\Omega } ={\begin{bmatrix}{\frac {1}{1-\rho ^{2}}}&{\frac {\rho }{1-\rho ^{2}}}&{\frac {\rho ^{2}}{1-\rho ^{2}}}&\cdots &{\frac {\rho ^{T-1}}{1-\rho ^{2}}}\\[8pt]{\frac {\rho }{1-\rho ^{2}}}&{\frac {1}{1-\rho ^{2}}}&{\frac {\rho }{1-\rho ^{2}}}&\cdots &{\frac {\rho ^{T-2}}{1-\rho ^{2}}}\\[8pt]{\frac {\rho ^{2}}{1-\rho ^{2}}}&{\frac {\rho }{1-\rho ^{2}}}&{\frac {1}{1-\rho ^{2}}}&\cdots &{\frac {\rho ^{T-3}}{1-\rho ^{2}}}\\[8pt]\vdots &\vdots &\vdots &\ddots &\vdots \\[8pt]{\frac {\rho ^{T-1}}{1-\rho ^{2}}}&{\frac {\rho ^{T-2}}{1-\rho ^{2}}}&{\frac {\rho ^{T-3}}{1-\rho ^{2}}}&\cdots &{\frac {1}{1-\rho ^{2}}}\end{bmatrix}}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/628f888560b801299633366df6fb676eaa1e8366)
Having
(or an estimate of it), we see that,
![{\displaystyle {\hat {\Theta }}=(\mathbf {Z} ^{\mathsf {T}}\mathbf {\Omega } ^{-1}\mathbf {Z} )^{-1}(\mathbf {Z} ^{\mathsf {T}}\mathbf {\Omega } ^{-1}\mathbf {Y} ),\,}](https://wikimedia.org/api/rest_v1/media/math/render/svg/c30753e5496a940a0d9cff0d2b4ae263380981ea)
where
is a matrix of observations on the independent variable (Xt, t = 1, 2, ..., T) including a vector of ones,
is a vector stacking the observations on the dependent variable (yt, t = 1, 2, ..., T) and
includes the model parameters.
Note
To see why the initial observation assumption stated by Prais–Winsten (1954) is reasonable, considering the mechanics of generalized least square estimation procedure sketched above is helpful. The inverse of
can be decomposed as
with[3]
![{\displaystyle \mathbf {G} ={\begin{bmatrix}{\sqrt {1-\rho ^{2}}}&0&0&\cdots &0\\-\rho &1&0&\cdots &0\\0&-\rho &1&\cdots &0\\\vdots &\vdots &\vdots &\ddots &\vdots \\0&0&0&\cdots &1\end{bmatrix}}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/6cf7ba2252c4af2e12687e19ac692ebbf6df3dae)
A pre-multiplication of model in a matrix notation with this matrix gives the transformed model of Prais–Winsten.
Restrictions
The error term is still restricted to be of an AR(1) type. If
is not known, a recursive procedure (Cochrane–Orcutt estimation) or grid-search (Hildreth–Lu estimation) may be used to make the estimation feasible. Alternatively, a full information maximum likelihood procedure that estimates all parameters simultaneously has been suggested by Beach and MacKinnon.[4][5]
References
Further reading