<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Understanding the Durbin-watson statistic in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779870#M4287</link>
    <description>&lt;P&gt;Sorry, "1-d_rho" below is a typo, it should be 4-d_rho:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The first 2 tests reported d_rho, while the third test reported is &lt;STRIKE&gt;1-d_rho&lt;/STRIKE&gt;&amp;nbsp; 4-d_rho. In your output, d_rho = 1.87 which applies to the first two tests, &lt;STRIKE&gt;1-d_rho&lt;/STRIKE&gt;&amp;nbsp; 4-d_rho = 2.13, which applies to the third test.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 22:35:10 GMT</pubDate>
    <dc:creator>SASCom1</dc:creator>
    <dc:date>2021-11-11T22:35:10Z</dc:date>
    <item>
      <title>Understanding the Durbin-watson statistic</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/778951#M4279</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for reviewing my question.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have panel data over 10 periods for 5000 individual customers.&amp;nbsp; I am doing a proc panel&amp;nbsp;&lt;/P&gt;&lt;P&gt;MODEL change_in_consumption = current_income + change in previous consumption&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran a DW test&amp;nbsp; and got the result below.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dw.PNG" style="width: 654px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65459iC56BC23F0DB87184/image-size/large?v=v2&amp;amp;px=999" role="button" title="dw.PNG" alt="dw.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me understand the upper and lower.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand the statistic 1.87&amp;nbsp; indicative of negative correlation, right? and 2.13 is vice versa.&amp;nbsp; Are these results significant?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 00:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/778951#M4279</guid>
      <dc:creator>Azhar2</dc:creator>
      <dc:date>2021-11-07T00:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the Durbin-watson statistic</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/778993#M4280</link>
      <description>&lt;P&gt;I have never used Durbin Watson, so I don't know the answer, but I'm pretty sure Google knows.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 15:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/778993#M4280</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-07T15:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the Durbin-watson statistic</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779016#M4281</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82879"&gt;@SASCom1&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not understand Durbin-Watson statistic fully in PROC PANEL output neither.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In PROC AUTOREG, you get something like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sbxkoenk_0-1636316254329.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65465i204ED1A45E7C303D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sbxkoenk_0-1636316254329.png" alt="sbxkoenk_0-1636316254329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;, and that's much easier to understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;[EDIT]&lt;/FONT&gt;&amp;nbsp; &lt;BR /&gt;I also think that 1.87 is the test statistic value for White Noise vs. Positive Correlation hypothesis test&lt;BR /&gt;and 2.13 is the test statistic value for White Noise vs. Negative Correlation hypothesis test.&lt;/P&gt;
&lt;P&gt;This would mean that the 'White Noise vs. Positive Correlation' label should span across the 1.87 statistic value as well.&lt;BR /&gt;The 'rectangles' in the table (the division of the table) are not entirely correct to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 20:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779016#M4281</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-07T20:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the Durbin-watson statistic</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779615#M4286</link>
      <description>&lt;P&gt;The interpretation of Durbin-Watson test output in PROC PANEL is discussed here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_018/etsug/etsug_panel_details69.htm#etsug.panel.dw" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_018/etsug/etsug_panel_details69.htm#etsug.panel.dw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output shows test results for three tests as discussed in the above section, (1) white noise vs. positive correlation, (2) random walk vs. stationarity, (3), white noise vs. negative correlation. The first 2 tests reported d_rho, while the third test reported is 1-d_rho. In your output, d_rho = 1.87 which applies to the first two tests, 1-d_rho = 2.13, which applies to the third test.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason that two p values (Pr&amp;lt;DWLower and Pr&amp;lt;DWUpper) are produced for these tests is also discussed in the above section:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In finite samples, the mechanics of the Durbin-Watson test produce an indeterminate region, which is a region of uncertainty about whether to reject the null hypothesis. Because of this ambiguity, all three tests report two&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-mathtext"&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;-values. The first test and the third test produce Pr &amp;lt; DWLower and Pr &amp;lt; DWUpper.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to interpret DW test p values is also discussed in the above section :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For the first and the third test, Pr &amp;lt; DWLower is always greater than or equal to Pr &amp;lt; DWUpper. If Pr &amp;lt; DWLower is less than or equal to the significance level, then the null hypothesis that&amp;nbsp; rho = 0&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is rejected. If Pr &amp;lt; DWUpper is greater than or equal to the significance level, then the null hypothesis is accepted. These two&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-mathtext"&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;-values get closer when&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-mathtext"&gt;N&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;increases.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Because your Pr &amp;lt; DWLower for the positive correlation test is smaller than 0.0001, you reject the null of rho = 0 and conclude with positive autocorrelation. Because your Pr&amp;lt;DWUpper for the negative correlation test is equal to 1, greater than significance level, you accept the null and conclude that there is no negative autocorrelation.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 18:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779615#M4286</guid>
      <dc:creator>SASCom1</dc:creator>
      <dc:date>2021-11-10T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the Durbin-watson statistic</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779870#M4287</link>
      <description>&lt;P&gt;Sorry, "1-d_rho" below is a typo, it should be 4-d_rho:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The first 2 tests reported d_rho, while the third test reported is &lt;STRIKE&gt;1-d_rho&lt;/STRIKE&gt;&amp;nbsp; 4-d_rho. In your output, d_rho = 1.87 which applies to the first two tests, &lt;STRIKE&gt;1-d_rho&lt;/STRIKE&gt;&amp;nbsp; 4-d_rho = 2.13, which applies to the third test.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 22:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Understanding-the-Durbin-watson-statistic/m-p/779870#M4287</guid>
      <dc:creator>SASCom1</dc:creator>
      <dc:date>2021-11-11T22:35:10Z</dc:date>
    </item>
  </channel>
</rss>

