To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Newey–West estimator

From Wikipedia, the free encyclopedia

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 where the standard assumptions of regression analysis do not apply.[1] It was devised by Whitney K. Newey and Kenneth D. West in 1987, although there are a number of later variants.[2][3][4][5] 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 abbreviation "HAC," sometimes used for the estimator, stands for "heteroskedasticity and autocorrelation consistent."[2] There are a number of HAC estimators described in,[6] and HAC estimator does not refer uniquely to Newey–West. One version of Newey–West Bartlett requires the user to specify the bandwidth and usage of the Bartlett kernel from Kernel density estimation[6]

Regression models estimated with time series data often exhibit autocorrelation; that is, the error terms are correlated over time. The heteroscedastic consistent estimator of the error covariance is constructed from a term , where is the design matrix for the regression problem and is the covariance matrix of the residuals. The least squares estimator is a consistent estimator of . This implies that the least squares residuals are "point-wise" consistent estimators of their population counterparts . The general approach, then, will be to use and to devise an estimator of .[7] 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.

where T is the sample size, is the residual and is the row of the design matrix, and is the Bartlett kernel [8] and can be thought of as a weight that decreases with increasing separation between samples. Disturbances that are farther apart from each other are given lower weight, while those with equal subscripts are given a weight of 1. This ensures that second term converges (in some appropriate sense) to a finite matrix. This weighting scheme also ensures that the resulting covariance matrix is positive semi-definite.[2] L = 0 reduces the Newey–West estimator to Huber–White standard error.[9] L specifies the "maximum lag considered for the control of autocorrelation. A common choice for L" is .[9][10]

YouTube Encyclopedic

  • 1/5
    Views:
    26 941
    1 191
    628
    331
    340
  • Newey-West Standard Errors
  • HAC standard errors explained: Newey-West procedure (Excel)
  • 9h Regression Diagnostics in R – Handling Het Huber White Newey West robust SE vcovHC, stargazer
  • 10i Fixed effects model in R with HAC & Newey West
  • Serial Correlation in Panel Data

Transcription

Software implementations

In Julia, the CovarianceMatrices.jl package [11] supports several types of heteroskedasticity and autocorrelation consistent covariance matrix estimation including Newey–West, White, and Arellano.

In R, the packages sandwich[6] and plm[12] include a function for the Newey–West estimator.

In Stata, the command newey produces Newey–West standard errors for coefficients estimated by OLS regression.[13]

In MATLAB, the command hac in the Econometrics toolbox produces the Newey–West estimator (among others).[14]

In Python, the statsmodels[15] module includes functions for the covariance matrix using Newey–West.

In Gretl, the option --robust to several estimation commands (such as ols) in the context of a time-series dataset produces Newey–West standard errors.[16]

In SAS, the Newey–West corrected standard errors can be obtained in PROC AUTOREG and PROC MODEL [17]

See also

References

  1. ^ "Newey West estimator – Quantitative Finance Collector". Archived from the original on 24 June 2018. Retrieved 18 May 2009.
  2. ^ a b c Newey, Whitney K; West, Kenneth D (1987). "A Simple, Positive Semi-definite, Heteroskedasticity and Autocorrelation Consistent Covariance Matrix" (PDF). Econometrica. 55 (3): 703–708. doi:10.2307/1913610. JSTOR 1913610.
  3. ^ Andrews, Donald W. K. (1991). "Heteroskedasticity and autocorrelation consistent covariance matrix estimation" (PDF). Econometrica. 59 (3): 817–858. doi:10.2307/2938229. JSTOR 2938229.
  4. ^ Newey, Whitney K.; West, Kenneth D. (1994). "Automatic lag selection in covariance matrix estimation" (PDF). Review of Economic Studies. 61 (4): 631–654. doi:10.2307/2297912. JSTOR 2297912.
  5. ^ Smith, Richard J. (2005). "Automatic positive semidefinite HAC covariance matrix and GMM estimation" (PDF). Econometric Theory. 21 (1): 158–170. doi:10.1017/S0266466605050103.
  6. ^ a b c "sandwich: Robust Covariance Matrix Estimators". CRAN.
  7. ^ Greene, William H. (1997). Econometric Analysis (3rd ed.).
  8. ^ "time series – Bartlett Kernel (Newey West Covariance Matrix)". Cross Validated. Retrieved 15 September 2022.
  9. ^ a b "Verallgemeinerte Kleinst-Quadrate-Schätzung" [Generalized Least Squares estimation]. www.uni-kassel.de. Uni-Kassel. Retrieved 21 September 2023.
  10. ^ Greene, William H. (2012). Econometric analysis (7th ed.). Boston: Pearson. ISBN 978-0-273-75356-8. OCLC 726074601.
  11. ^ "CovarianceMatrices.jl package".
  12. ^ "plm: Linear Models for Panel Data". CRAN.
  13. ^ "Regression with Newey–West standard errors" (PDF). Stata Manual.
  14. ^ "Heteroscedasticity and autocorrelation consistent covariance estimators". Econometrics Toolbox.
  15. ^ "statsmodels: Statistics". statsmodels.
  16. ^ "Robust covariance matrix estimation" (PDF). Gretl User's Guide, chapter 22.
  17. ^ "Usage Note 40098: Newey–West correction of standard errors for heteroscedasticity and autocorrelation".

Further reading

This page was last edited on 20 February 2024, at 01:09
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.