<?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: Autogerression direction of the AR estimate in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949869#M4873</link>
    <description>&lt;P&gt;Can you show us your PROC AUTOREG code?&lt;/P&gt;
&lt;P&gt;Do you know how AR1 (the coefficient) is used in your model?&lt;/P&gt;
&lt;P&gt;Are you fitting a (linear)&amp;nbsp;&lt;SPAN&gt;trend-stationary model like the one in :&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS/ETS User's Guide&lt;BR /&gt;The AUTOREG Procedure&lt;BR /&gt;Example 9.1 Analysis of Real Output Series&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_examples01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_examples01.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Scroll down to see the formulas. &lt;BR /&gt;AR1 is NOT the coefficient for t, it is the coefficient for&amp;nbsp;Nu(t-1) ... with Nu being the Greek alphabet letter.&lt;BR /&gt;AR1 is in the ERROR model (2nd equation).&lt;BR /&gt;&lt;BR /&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 19:12:30 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-11-04T19:12:30Z</dc:date>
    <item>
      <title>Autogerression direction of the AR estimate</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949462#M4872</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm running proc autoreg. In the results the estimate of AR1 is negetive (-0.58)&lt;/P&gt;
&lt;P&gt;The data is such that I would expect that the higher the value of the dependent varaiable in the previous data line (coresponding to AR1) the higher the value of the dependent vaiable in the current month.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it correct to say that a negetive estimate of AR1 means that&amp;nbsp;the higher the value of the dependent varaiable in the previous data line (coresponding to AR1) the higher the value of the dependent vaiable in the current month?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 11:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949462#M4872</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2024-10-30T11:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Autogerression direction of the AR estimate</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949869#M4873</link>
      <description>&lt;P&gt;Can you show us your PROC AUTOREG code?&lt;/P&gt;
&lt;P&gt;Do you know how AR1 (the coefficient) is used in your model?&lt;/P&gt;
&lt;P&gt;Are you fitting a (linear)&amp;nbsp;&lt;SPAN&gt;trend-stationary model like the one in :&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS/ETS User's Guide&lt;BR /&gt;The AUTOREG Procedure&lt;BR /&gt;Example 9.1 Analysis of Real Output Series&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_examples01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_examples01.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Scroll down to see the formulas. &lt;BR /&gt;AR1 is NOT the coefficient for t, it is the coefficient for&amp;nbsp;Nu(t-1) ... with Nu being the Greek alphabet letter.&lt;BR /&gt;AR1 is in the ERROR model (2nd equation).&lt;BR /&gt;&lt;BR /&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 19:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949869#M4873</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-11-04T19:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Autogerression direction of the AR estimate</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949906#M4874</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;The code is -&lt;/P&gt;
&lt;P&gt;proc autoreg data= file1 outest=file2 plots;&lt;/P&gt;
&lt;P&gt;model y= x1 x2 x3 x4/&lt;/P&gt;
&lt;P&gt;model=ML&lt;/P&gt;
&lt;P&gt;maxiter=100&lt;/P&gt;
&lt;P&gt;NLAG=(1)&lt;/P&gt;
&lt;P&gt;backstep slstay=0.0500&lt;/P&gt;
&lt;P&gt;dw=1;&lt;/P&gt;
&lt;P&gt;output out=file3 lcl=lcl ucl=ucl p =predicted rm=r pm=pm r=residual alphacli=0.05;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Does that enable an answer to what I asked above?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 10:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/949906#M4874</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2024-11-05T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autogerression direction of the AR estimate</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/950110#M4875</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256609"&gt;@Taliah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Does that enable an answer to what I asked above?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's your question in bold on page 1.&lt;BR /&gt;&lt;BR /&gt;I don't think you can make that general conclusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember you are NOT dealing with an&amp;nbsp;&lt;SPAN class="field field--name-title field--type-string field--label-hidden"&gt;AR(1) Model.&amp;nbsp;&lt;BR /&gt;AR(1) model =&amp;nbsp;&lt;SPAN&gt;a&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;first-order autoregressive &lt;/EM&gt;&lt;SPAN&gt;model.&lt;BR /&gt;Your model, speaking in equations, looks different. See my previous post (p.2).&lt;BR /&gt;If you want to fit an AR(1) model, you need PROC ARIMA (instead of PROC AUTOREG).&lt;BR /&gt;An ARIMA(X) model also allows for independent variables (forecast drivers).&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="field field--name-title field--type-string field--label-hidden"&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="field field--name-title field--type-string field--label-hidden"&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 12:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Autogerression-direction-of-the-AR-estimate/m-p/950110#M4875</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-11-07T12:29:25Z</dc:date>
    </item>
  </channel>
</rss>

