<?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: SAS PROC Forecast - Underlying steps in STEPAR Algorithm in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740871#M4094</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Which part of the documentation is not clear: The&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Yule-Walker framework (aka the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;Yule-Walker equations)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I may help you if you specify&amp;nbsp;&lt;/SPAN&gt;exactly what subject / topic you need more elaborate information on.&lt;/P&gt;
&lt;P&gt;Just copy/paste what is not clear from this page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/etsug/etsug_forecast_details03.htm#etsug.forecast.stepar" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/etsug/etsug_forecast_details03.htm#etsug.forecast.stepar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 17:09:00 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-05-12T17:09:00Z</dc:date>
    <item>
      <title>SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740069#M4087</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to understand following algorithm, but am having some trouble understanding what's happening under the hood in step 3, i.e regression under yule-walker framework and obtaining significance levels through that. Would appreciate any insight into how this works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;The STEPAR Algorithm
The STEPAR method consists of the following computational steps:

 1. Fit the trend model as specified by the TREND= option by using
    ordinary least-squares regression. This step detrends the data. The
    default trend model for the STEPAR method is TREND=2, a linear trend
    model.
    
    
 2. Take the residuals from step 1 and compute the autocovariances to
        the number of lags specified by the NLAGS= option.
 
    
 3. Regress the current values against the lags, using the
        autocovariances from step 2 in a Yule-Walker framework. Do not bring
        in any autoregressive parameter that is not significant at the level
        specified by the SLENTRY= option. (The default is SLENTRY=0.20.) Do
        not bring in any autoregressive parameter that results in a
        nonpositive-definite Toeplitz matrix.
    
 4. Find the autoregressive parameter that is least significant. If the
        significance level is greater than the SLSTAY= value, remove the
        parameter from the model. (The default is SLSTAY=0.05.) Continue
        this process until only significant autoregressive parameters
        remain. If the OUTEST= option is specified, write the estimates to
        the OUTEST= data set.

 5. Generate the forecasts by using the estimated model and output to
        the OUT= data set. Form the confidence limits by combining the trend
        variances with the autoregressive variances.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 00:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740069#M4087</guid>
      <dc:creator>promo_at_work</dc:creator>
      <dc:date>2021-05-10T00:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740531#M4089</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Just reflecting on your title, containing 'PROC FORECAST'.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: inherit; font-family: inherit;"&gt;The &lt;/SPAN&gt;&lt;FONT style="color: inherit; font-family: inherit;"&gt;FORECAST&lt;/FONT&gt;&lt;SPAN style="color: inherit; font-family: inherit;"&gt; procedure is obsolete and has been superseded by newer SAS/ETS procedures. These newer procedures provide more powerful and flexible versions of the forecasting methods that &lt;/SPAN&gt;&lt;FONT style="color: inherit; font-family: inherit;"&gt;PROC&lt;/FONT&gt; &lt;FONT style="color: inherit; font-family: inherit;"&gt;FORECAST&lt;/FONT&gt;&lt;SPAN style="color: inherit; font-family: inherit;"&gt; uses, and they also provide additional forecasting methods that are not available in &lt;/SPAN&gt;&lt;FONT style="color: inherit; font-family: inherit;"&gt;PROC&lt;/FONT&gt; &lt;FONT style="color: inherit; font-family: inherit;"&gt;FORECAST&lt;/FONT&gt;&lt;SPAN style="color: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: inherit; font-family: inherit;"&gt;See the documentation for things to be aware of and alternatives (&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;before choosing to use &lt;/SPAN&gt;&lt;FONT style="font-family: inherit;"&gt;PROC&lt;/FONT&gt; &lt;FONT style="font-family: inherit;"&gt;FORECAST).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="font-family: inherit;"&gt;Do you want me to find out the appropriate alternative (in other PROCs) for the PROC FORECAST STEPAR method?? I think you might find hits in other procedures documentation by searching after '&lt;/FONT&gt;&lt;EM style="font-family: inherit;"&gt;stepwise autoregression&lt;/EM&gt;' or '&lt;EM style="font-family: inherit;"&gt;stepwise autoregressive&lt;/EM&gt;' but that might not be exactly the same as STEPAR method from PROC FORECAST.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 16:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740531#M4089</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-11T16:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740635#M4091</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;,&lt;BR /&gt;Understand your point on better alternatives on PROC FORECAST. &lt;BR /&gt;However, the model was built by a separate group and I'm running some tests on it. Just wanted to get more details or reference on STEPAR as I'm not able to grasp the details from the documentation in its current form.</description>
      <pubDate>Tue, 11 May 2021 22:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740635#M4091</guid>
      <dc:creator>promo_at_work</dc:creator>
      <dc:date>2021-05-11T22:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740871#M4094</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Which part of the documentation is not clear: The&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Yule-Walker framework (aka the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;Yule-Walker equations)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I may help you if you specify&amp;nbsp;&lt;/SPAN&gt;exactly what subject / topic you need more elaborate information on.&lt;/P&gt;
&lt;P&gt;Just copy/paste what is not clear from this page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/etsug/etsug_forecast_details03.htm#etsug.forecast.stepar" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/etsug/etsug_forecast_details03.htm#etsug.forecast.stepar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 17:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740871#M4094</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-12T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740891#M4095</link>
      <description>Hi Koen, sorry for not clarifying better. Yes, I was asking about the Yule-Walker framework:&lt;BR /&gt;"Regress the current values against the lags, using the autocovariances from step 2 in a Yule-Walker framework"&lt;BR /&gt;&lt;BR /&gt;Do you have any documentation that specifies the framework in more detail?</description>
      <pubDate>Wed, 12 May 2021 18:08:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/740891#M4095</guid>
      <dc:creator>promo_at_work</dc:creator>
      <dc:date>2021-05-12T18:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741141#M4098</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess with the Yule-Walker framework, &lt;BR /&gt;the documentation is referring to the rather famous Yule-Walker (set of simultaneous) equations.&lt;/P&gt;
&lt;P&gt;I have documentation, but unfortunately only in hardcopy-format (not online). And it's a bit cumbersome to describe in a communities post.&lt;/P&gt;
&lt;P&gt;Do you have the Forecasting book of Makridakis et al.? There this topic is (briefly) introduced.&lt;/P&gt;
&lt;P&gt;In that book, for the Yule-Walker equations, they also refer to:&lt;BR /&gt;"Box and Jenkins (1976), pp. 55, 60, 64, 68 and further details are also available in Appendix 9-A."&lt;/P&gt;
&lt;P&gt;Box and Jenkins are the "fathers" of the ARIMA-methodology, hence Yule-Walker is already quite old (but still heavily used!!!!). I would think lots of information is on the Internet. But you need to find a site that has a good balance between&amp;nbsp;&lt;SPAN&gt;depth and readability of course. That's not always easy &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe others can chime in?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 15:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741141#M4098</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-13T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741286#M4099</link>
      <description>&lt;P&gt;Thanks Koen,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate the info. What threw me off was the line:&lt;/P&gt;
&lt;PRE&gt;Regress the current values against the lags, using the autocovariances from step 2 in a Yule-Walker framework&lt;/PRE&gt;
&lt;P&gt;But according to what you're saying, it looks like straightforward application of Yule-Walker equations.&lt;/P&gt;
&lt;P&gt;It looks like with every iteration of the backstep process, subsets of the toeplitz matrix P &amp;amp; p (from P&lt;SPAN&gt;Φ = -p) are taken according to the remaining lags.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just an additional clarification, how are significance values being calculated for these parameters?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 21:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741286#M4099</guid>
      <dc:creator>promo_at_work</dc:creator>
      <dc:date>2021-05-13T21:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC Forecast - Underlying steps in STEPAR Algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741892#M4108</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226157"&gt;@promo_at_work&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I THINK (!) it's a&amp;nbsp;straightforward application of Yule-Walker equations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;gt; Just an additional clarification, how are significance values being calculated for these parameters?&lt;/P&gt;
&lt;P&gt;Unfortunately I don't know (without me doing some research) what the test-statistic of the hypothesis is and what the distribution of the test statistic is for a null hypothesis being true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can sort it out.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 15:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-PROC-Forecast-Underlying-steps-in-STEPAR-Algorithm/m-p/741892#M4108</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-17T15:38:10Z</dc:date>
    </item>
  </channel>
</rss>

