ImageVerifierCode 换一换
格式:PPT , 页数:20 ,大小:183KB ,
资源ID:378733      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-378733.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Autocorrelation.ppt)为本站会员(confusegate185)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Autocorrelation.ppt

1、Autocorrelation,Outline 1) What is it? 2) What are the consequences for our Least Squares estimator when we have an autocorrelated error? 3) How do we test for an autocorrelated error? 4) How do we correct a model that has an autocorrelated error?,What is Autocorrelation?,Linear Regression Model y =

2、 1 + 2x + e Error Term has a mean of zero: E(e) = 0 E(y) = 1 + 2x Error term has constant variance: Var(e) = E(e2) = 2 Error term is not correlated with itself (no serial correlation): Cov(ei,ej) = E(eiej) = 0 ij Data on X are not random and thus are uncorrelated with the error term: Cov(X,e) = E(Xe

3、) = 0,Review the assumption of Gauss-Markov,This is the assumption of a serially uncorrelated error. The error is assumed to be independent of its past; it has no memory of its past values. It is like flipping a coin.,A a serial correlated error (a.k.a. autocorrelated error) is one that has a memory

4、 of its past values. It is correlated with itself.,Autocorrelation is more commonly a problem for time-series data.,An example of an autocorrelated error:Here we have = 0.8. It means that 80% of the error in period t-1 is still felt in period t. The error in period t is comprised of 80% of last peri

5、ods error plus an error that is unique to period t. This is sometimes called an AR(1) model for “autoregressive of the first order”The autocorrelation coefficient must lie between 1 and 1: -1 1Anything outside this range is unstable and very unlikely for economic models,Autocorrelation can be positi

6、ve or negative: if 0 we say that the error has positive autocorrelation. A graph of the errors shows a tracking pattern:if 0 we say that the error has negative autocorrelation. A graph of the errors shows an oscillating pattern:In general measures the strength of the correlation between the errors a

7、t time t and their values lagged one period. There can be higher orders such as a second order AR(2) model:,The mean, variance and covariance for an AR(1) error:,What are the Implications for Least Squares?,We have to ask “where did we used the assumption”? Or “why was the assumption needed in the f

8、irst place?”We used the assumption in the derivation of the variance formulas for the least squares estimators, b1 and b2. For b2 this was,The assumption of a serially uncorrelated error is made when we say that the variance of a sum is equal to the sum of the variances. This is true only if the ran

9、dom variables are uncorrelated. See Chapter 2, pg. 31.,The proof that the least squares estimators is unbiased did not use the assumption of serially uncorrelated errors; therefore, this property of least squares continues to hold even in the presence of a autocorrelated error. The “B” in BLUE of th

10、e Gauss-Markov Theorem no longer holds. The variance formulas for the least squares estimators are incorrect invalidates hypoth tests and confidence intervals.,The large term in brackets shows how the Var(b2) formula changes to allow for an autocorrelated error.,The “correct” variance formula:,If 0

11、which is typically the case for economic models, it can be shown that the “incorrect” Var(b2) “correct” Var(b2).If we ignore the problem and use the “incorrect” Var(b2) we will overstate the reliability of the estimates, because we will report a standard error that is too small. The t-statistics wil

12、l be “falsely” large, leading to a false sense of precision.,How to Test for Autocorrelation,We test for autocorrelation similar to how we test for a heteroskedastic error: estimate the model using least squares and examine the residuals for a pattern.Visual Inspection: Plot residuals against time.

13、Do they have a systematic pattern that indicates a tracking pattern (for positive autocorrelation) or an oscillating pattern (for negative autocorrelation)?Example: a model of Job Vacancies and the Unemployment RatePage 278, Exercise 12.3ln(JV)t = 1 + 2 ln(U)t + etWhere JV are job vacancies, U is th

14、e unemployment rate.,Sum of Mean Source DF Squares Square F Value Pr FModel 1 8.72001 8.72001 107.36 |t|Intercept 1 3.50270 0.28288 12.38 .0001lu 1 -1.61159 0.15554 -10.36 .0001,ln(JV)t = 3.503 1.612 ln(U)t,2) Formal Test: Durbin-Watson Test This test is based on the residuals from the least squares

15、 regression. (remember that our test for heteroskedasticity was also based on the residuals from a least squares regression)If the error term has first-order serial correlation, et = et-1 + vt The residuals at t and t-1 ought to be correlated. Ho: = 0H1: 0 (positive autocorrelation is more likely in

16、 economics)The Durbin-Watson test statistic is used to test this hypothesis. It is constructed using the least squares residuals. Specifically:,The d statistic can be simplified into an expression involving The sample correlation between the residuals at t and t-1:,Note that if there is no autocorre

17、lation, then = 0, so that should also be around 0, implying a d-statistic of 2. If = 1 d = 0 If = -1 d = 4The question then becomes: “How far below 2 must the d-statistic be to say that there is positive autocorrelation?” and “How far above 2 must the d-statistic be to say that there is negative aut

18、ocorrelation?”,d,0,4,Typically we want to compare our test statistic to a critical value to determine whether or not the data reject the null hypothesis. The probability distribution for the d-statistic have some convenient well-known form such as the t or the F. Instead, its distribution depends on

19、 the values of the explanatory variables. For this reason, the best we can do is tie down a lower and upper bound for the critical d values. See Table 5, pg 393-396.Suppose T=24 observations used to estimate a model with one independent variable and an intercept k = 2.,dL 1.273,dU 1.446,1) The test:

20、 Ho: = 0H1: 0 2) Calculate the d-statistic according to the formula on slide 12.11 Conduct the testIf d 1.446 fail to reject HoIf 1.273 d 1.446 inconclusive,2,Example: Test the model of job vacancies.For this model T=24, and k=2 we can use the dL and dU critical values from slide 12.13.To calculate

21、the durbin-watson d-statistic, we get SAS to do so by adding the dw option to the model statement:Proc reg;model ljv = lu / dw; Run;,The REG Procedure Model: MODEL1 Dependent Variable: ljv Durbin-Watson D 1.090 Number of Observations 24 1st Order Autocorrelation 0.432,Conclusion: reject Ho because d

22、 = 1.09 1.273,How to Correct for Autocorrelation,It is quite possible that the error in a regression equation appears to be autocorrelated due to an omitted variable. Recall that omitted variables “end up” in the error term. If the omitted variable is correlated over time (which is true of many econ

23、omic time-series), then the residuals will appear to track Correct the problem by reformulating the model (include the omitted variable)2) Generalized Least SquaresSimilar to the problem of a heteroskedastic error, we will take our model that has an autocorrelated error and transform it into a model

24、 that has a well-behaved (serially uncorrelated) error.,The original model:where:,vt is a “well-behaved” error that is serially uncorrelated,Algebraic manipulations:,Construct new variables:,These variables are sometimes called “generalized differences”.We will then estimate this model using the new

25、 variables:,Note that x1* is really a constant, not a variable. The intercept 1 has always been multiplied by 1 and now it is multiplied by (1-),The problem is, what to use for because it is unknown? There are many different ways of estimating . All methods begin with the residuals from least square

26、s, the same residuals used to construct the durbin-watson test statistic:2) Use this estimate of to construct the generalized differencesaccording to the formulas on the previous slide for y*, x1* and x2*3) Run Least Squares using these generalized differences4) (Cochrane-Orcutts Iterative Procedure

27、) a.k.a Yule-Walker Method From step 3), take the residuals from this regressionand repeat steps 1) 3). Each time you get new estimates of 1 and 2.Continue to iterative until the values of the estimates converge.,The AUTOREG ProcedureDependent Variable ljvOrdinary Least Squares EstimatesSSE 1.786866

28、27 DFE 22MSE 0.08122 Root MSE 0.28499SBC 12.1229868 AIC 9.76687918Regress R-Square 0.8299 Total R-Square 0.8299Durbin-Watson 1.0896Standard ApproxVariable DF Estimate Error t Value Pr |t|Intercept 1 3.5027 0.2829 12.38 |t|Intercept 1 3.5138 0.2437 14.42 .0001lu 1 -1.6162 0.1269 -12.73 .0001,These re

29、sults will be discussed in class.,options ls=78; options formdlim=*; goptions reset=all; data one; infile c:my documentsclassesUEdatafilesvacan.dat firstobs=2; input jv u; time=_n_;ljv = log(jv); lu = log(u); symbol1 i=none c=red v=dot h=.5; symbol2 c=black i=join l=1; proc gplot ;plot ljv * lu = 1

30、;proc autoreg; model ljv = lu / dwprob; output out=stuff residual= ehat predicted=ljv_hat; run;proc gplot data=stuff;plot ljv*mortg=1 ljv_hat*mortg = 2 / overlay legend;plot ehat*time=1 / vref=0;proc autoreg;model ljv = lu / nlag=1;run;,Using PROC AUTOREG with the / nlag=1 option in the model statement will estimate the model and correct for first-order autocorrelation in the errors.,use PROC AUTOREG with DWPROB to get p-values for the DW statistic,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1