Puneet Varma (Editor)

Prais–Winsten estimation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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, 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.

Contents

Theory

Consider the model

y t = α + X t β + ε t ,

where y t is the time series of interest at time t, β is a vector of coefficients, X t is a matrix of explanatory variables, and ε t is the error term. The error term can be serially correlated over time: ε t = ρ ε t 1 + e t ,   | ρ | < 1 and e t is a white noise. In addition to the Cochrane–Orcutt procedure transformation, which is

y t ρ y t 1 = α ( 1 ρ ) + β ( X t ρ X t 1 ) + e t .

for t=2,3,...,T, Prais-Winsten procedure makes a reasonable transformation for t=1 in the following form

1 ρ 2 y 1 = α 1 ρ 2 + ( 1 ρ 2 X 1 ) β + 1 ρ 2 ε 1 .

Then the usual least squares estimation is done.

Estimation procedure

To do the estimation in a compact way it is directive to look at the auto-covariance function of the error term considered in the model above:

c o v ( ε t , ε t + h ) = ρ h 1 ρ 2 ,  for  h = 0 , ± 1 , ± 2 , .

Now is easy to see that the variance–covariance matrix, Ω , of the model is

Ω = [ 1 1 ρ 2 ρ 1 ρ 2 ρ 2 1 ρ 2 ρ T 1 1 ρ 2 ρ 1 ρ 2 1 1 ρ 2 ρ 1 ρ 2 ρ T 2 1 ρ 2 ρ 2 1 ρ 2 ρ 1 ρ 2 1 1 ρ 2 ρ T 2 1 ρ 2 ρ T 1 1 ρ 2 ρ T 2 1 ρ 2 ρ T 3 1 ρ 2 1 1 ρ 2 ] .

Now having ρ (or an estimate of it), we see that,

Θ ^ = ( Z T Ω 1 Z ) 1 ( Z T Ω 1 Y ) ,

where Z is a matrix of observations on the independent variable (Xt, t = 1, 2, ..., T) including a vector of ones, Y is a vector stacking the observations on the dependent variable (Xt, 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 Ω 1 = G T G with

G = [ 1 ρ 2 0 0 0 ρ 1 0 0 0 ρ 1 0 0 0 0 1 ] .

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 may be used to make the estimation feasible. See Cochrane–Orcutt estimation.

References

Prais–Winsten estimation Wikipedia