M-estimator: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
The person who wrote the article is known as Jayson Hirano and he completely digs that title. Office supervising is what she does for a residing. It's not a typical factor but what she likes performing is to play domino but she doesn't have the time lately. Her family members life in Alaska but her spouse wants them to move.<br><br>Here is my blog post ... [http://afeen.fbho.net/v2/index.php?do=/profile-210/info/ best psychics]
'''Cochrane–Orcutt estimation''' is a procedure in [[econometrics]], which adjusts a [[linear model]] for [[serial correlation]] in the [[error term]]. It is named after [[statistician]]s [[Donald Cochrane (economist)|Donald Cochrane]] and [[Guy Orcutt]], who worked in the Department of Applied Economics, [[University of Cambridge|Cambridge (U.K.)]].
 
==Theory==
Consider the model
 
:<math>y_t = \alpha + X_t \beta+\varepsilon_t,\,</math>
 
where <math>y_{t}</math> is the value of the [[dependent variable]] of interest at time ''t'', <math>\beta</math> is a column [[Vector (geometry)|vector]] of coefficients to be estimated, <math>X_{t}</math> is a row vector of [[explanatory variable]]s at time ''t'', and <math>\varepsilon_t</math> is the [[error term]] at time ''t''.
 
If it is found via the [[Durbin–Watson statistic]] that the error term is [[serial correlation|serially correlated]] over time, then standard [[statistical inference]] as normally applied to [[ordinary least squares|regressions]] is invalid because [[standard error]]s are estimated with [[bias (statistics)|bias]]. To avoid this problem, the residuals must be modeled. If the process generating the residuals is found to be a [[stationary process|stationary]] first-order [[autoregressive model|autoregressive structure]], <math>\varepsilon_t =\rho \varepsilon_{t-1}+e_t,\ |\rho| <1 </math>, with the errors {<math>e_t</math>} being [[white noise]], then the Cochrane–Orcutt procedure can be used to transform the model by taking a quasi-difference:
 
:<math>y_t - \rho y_{t-1} = \alpha(1-\rho)+\beta(X_t - \rho X_{t-1}) + e_t. \,</math>
 
In this specification the error terms are white noise, so statistical inference is valid. Then the sum of squared residuals (the sum of squared estimates of <math>e_t^2</math>) is minimized with respect to <math>(\alpha,\beta)</math>, conditional on <math>\rho</math>.
 
==Estimating the autoregressive parameter==
 
If <math>\rho</math> is not known, then it is estimated by first regressing the untransformed model and obtaining the residuals {<math>\hat{\varepsilon}_t</math>}, and regressing <math>\hat{\varepsilon}_t</math> on <math>\hat{\varepsilon}_{t-1}</math>, leading to an estimate of <math>\rho</math> and making the transformed regression sketched above feasible. (Note that one data point, the first, is lost in this regression.) This procedure of autoregressing estimated residulals can be done once and the resulting value of <math>\rho</math> can be used in the transformed ''y'' regression, or the residuals of the residuals autoregression can themselves be autoregressed in consecutive steps until no substantial change in the estimated value of <math>\rho</math> is observed.
 
==See also==
* [[Prais–Winsten transformation]]
* [[Newey–West estimator]]
 
==Literature==
* Cochrane and Orcutt. 1949. "Application of least squares regression to relationships containing autocorrelated error terms".  ''[[Journal of the American Statistical Association]]'' 44, pp 32–61
 
{{DEFAULTSORT:Cochrane-Orcutt Estimation}}
[[Category:Econometrics]]
[[Category:Time series analysis]]
[[Category:Regression with time series structure]]

Revision as of 13:06, 4 December 2013

Cochrane–Orcutt estimation is a procedure in econometrics, which adjusts a linear model for serial correlation in the error term. It is named after statisticians Donald Cochrane and Guy Orcutt, who worked in the Department of Applied Economics, Cambridge (U.K.).

Theory

Consider the model

where is the value of the dependent variable of interest at time t, is a column vector of coefficients to be estimated, is a row vector of explanatory variables at time t, and is the error term at time t.

If it is found via the Durbin–Watson statistic that the error term is serially correlated over time, then standard statistical inference as normally applied to regressions is invalid because standard errors are estimated with bias. To avoid this problem, the residuals must be modeled. If the process generating the residuals is found to be a stationary first-order autoregressive structure, , with the errors {} being white noise, then the Cochrane–Orcutt procedure can be used to transform the model by taking a quasi-difference:

In this specification the error terms are white noise, so statistical inference is valid. Then the sum of squared residuals (the sum of squared estimates of ) is minimized with respect to , conditional on .

Estimating the autoregressive parameter

If is not known, then it is estimated by first regressing the untransformed model and obtaining the residuals {}, and regressing on , leading to an estimate of and making the transformed regression sketched above feasible. (Note that one data point, the first, is lost in this regression.) This procedure of autoregressing estimated residulals can be done once and the resulting value of can be used in the transformed y regression, or the residuals of the residuals autoregression can themselves be autoregressed in consecutive steps until no substantial change in the estimated value of is observed.

See also

Literature