<?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: PROC REG Forecasting (Creating Forecast Confidence Intervals) in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534454#M3425</link>
    <description>&lt;P&gt;Thanks, Imvash. Is ULS the same as OLS? From the documentation, it appears to be same. Or is there a difference?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2019 13:45:58 GMT</pubDate>
    <dc:creator>Kevin_L_</dc:creator>
    <dc:date>2019-02-11T13:45:58Z</dc:date>
    <item>
      <title>PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534159#M3423</link>
      <description>&lt;P&gt;I want to create a AR(P) and eventually ARDL forecasting models by estimating the parametar values via OLS.&amp;nbsp; SAS seems to only use MLE or other non linear least squares to fit models. PROC AUTOREG seems to use OLS up until AR terms are used in the model (OLS isnt an option with nlag=). Therefore, I am using PROC REG and haveing to create forecasts myself. Most of that is easy except for the h-step-ahead forecasting intervals. Anyone know of a good way to program those? Or is there a package that estimates via OLS and will forecast?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 17:57:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534159#M3423</guid>
      <dc:creator>Kevin_L_</dc:creator>
      <dc:date>2019-02-09T17:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534190#M3424</link>
      <description>&lt;P&gt;I suggest using PROC ARIMA. See the documentation at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect001.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect001.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can specify&amp;nbsp;&lt;STRONG&gt;LEAD=&lt;I&gt;n&lt;/I&gt;&lt;/STRONG&gt; option in &lt;STRONG&gt;FORECAST statement&lt;/STRONG&gt;. See the details at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect024.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect024.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the estimation methods at the following link; you might want to use t&lt;SPAN&gt;he&lt;STRONG&gt; METHOD=ULS&lt;/STRONG&gt; option as it produces unconditional least squares estimates&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect036.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect036.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can use the combination of&amp;nbsp;&lt;SPAN&gt;HPFARIMASPEC procedure and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;PROC HPFENGINE. You will have all the options specified in PROC ARIMA as well. See the details at:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://documentation.sas.com/?docsetId=hpfug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=hpfug_hpfarimaspec_overview.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=hpfug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=hpfug_hpfarimaspec_overview.htm&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 22:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534190#M3424</guid>
      <dc:creator>imvash</dc:creator>
      <dc:date>2019-02-09T22:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534454#M3425</link>
      <description>&lt;P&gt;Thanks, Imvash. Is ULS the same as OLS? From the documentation, it appears to be same. Or is there a difference?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 13:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534454#M3425</guid>
      <dc:creator>Kevin_L_</dc:creator>
      <dc:date>2019-02-11T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534455#M3426</link>
      <description>&lt;P&gt;Same. It&amp;nbsp;&lt;SPAN&gt;minimizes&amp;nbsp;the sum of squared residuals.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 13:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534455#M3426</guid>
      <dc:creator>imvash</dc:creator>
      <dc:date>2019-02-11T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534505#M3428</link>
      <description>&lt;P&gt;Thanks again. One more question: When I run the same model in proc reg and proc arima, why would the parametar estimates differ? They are only differenent if I include lagged and differenced dependent variables. Does a data step calculate the lags and differences differently than proc arima? Or what would be the difference in estimates? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 15:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/534505#M3428</guid>
      <dc:creator>Kevin_L_</dc:creator>
      <dc:date>2019-02-11T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG Forecasting (Creating Forecast Confidence Intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/783146#M4297</link>
      <description>&lt;P&gt;Dear sir, good evening. I am new to SAS econometrics. I want to run Autoregressive Distributed Lag (ARDL) Model in SAS, but I could not find the steps to run the ARDL model in SAS. I could not find any example of the ARDL model in SAS, Can please help me provide the steps to run ARDL in SAS? Thank you with regards.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 14:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-REG-Forecasting-Creating-Forecast-Confidence-Intervals/m-p/783146#M4297</guid>
      <dc:creator>kamalhossain22</dc:creator>
      <dc:date>2021-11-30T14:29:03Z</dc:date>
    </item>
  </channel>
</rss>

