Girish Mahajan (Editor)

Newey–West estimator

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

A Newey–West estimator is used in statistics and econometrics to provide an estimate of the covariance matrix of the parameters of a regression-type model when this model is applied in situations where the standard assumptions of regression analysis do not apply. It was devised by Whitney K. Newey and Kenneth D. West in 1987, although there are a number of later variants. The estimator is used to try to overcome autocorrelation (also called serial correlation), and heteroskedasticity in the error terms in the models, often for regressions applied to time series data.

The problem in autocorrelation, often found in time series data, is that the error terms are correlated over time. This can be demonstrated in Q , a matrix of sums of squares and cross products that involves σ ( i j ) and the rows of X . The least squares estimator b is a consistent estimator of β . This implies that the least squares residuals e i are "point-wise" consistent estimators of their population counterparts E i . The general approach, then, will be to use X and e to devise an estimator of Q . This means that as the time between error terms increases, the correlation between the error terms decreases. The estimator thus can be used to improve the ordinary least squares (OLS) regression when the residuals are heteroskedastic and/or autocorrelated.

w = 1 L + 1

Software implementations

In R, the sandwich package includes a function for the Newey–West estimator.

In Stata, the command newey procudes Newey–West standard errors for coefficients estimated by OLS regression.

References

Newey–West estimator Wikipedia