<?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: help on SAS code... in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103701#M542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karteek -&lt;/P&gt;&lt;P&gt;Would you mind to send your PROC FORECAST code as well?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 13:40:36 GMT</pubDate>
    <dc:creator>udo_sas</dc:creator>
    <dc:date>2013-02-11T13:40:36Z</dc:date>
    <item>
      <title>help on SAS code...</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103700#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi ..I'm trying to fit a Forecast Model using Proc Forecast. I would like to translate the Estimates into equation. Could anyone help me to code the equation and how Forecast Values in the output are calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the data and forecast values (got using Method=Expo Trend=2 lead=3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karteek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 19:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103700#M541</guid>
      <dc:creator>Karteek</dc:creator>
      <dc:date>2013-02-08T19:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: help on SAS code...</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103701#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karteek -&lt;/P&gt;&lt;P&gt;Would you mind to send your PROC FORECAST code as well?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103701#M542</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2013-02-11T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: help on SAS code...</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103702#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;Never mind my earlier response - I guess you are running something like this (otherwise please do mind my earlier response :smileylaugh:):&lt;/P&gt;&lt;P&gt;proc forecast data=have method=expo trend=2 outall outest=est lead=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; id time;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var actual;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;You will find plenty of details of how the EXPO method of the FORECAST procedure works, here:&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_forecast_sect023.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_forecast_sect023.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(scroll down to EXPO Method). In particular you will find how to interpret the values of the OUTEST data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I also suggest to have a look at the ESM procedure instead - for your data set the code will look similar to this (I'm proposing to consider a DAMPTREND model, but you can change that of course):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc esm data=have out=outesm lead=3 outest=est2 plot=forecasts back=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; id time interval=obs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; forecast actual / method=damptrend;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;which results in:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ForecastsPlot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3089_ForecastsPlot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Note that in this case the parameters listed in the OUTEST data set are easier to read:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3084" alt="OUTEST.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3084_OUTEST.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 23:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/help-on-SAS-code/m-p/103702#M543</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2013-02-11T23:40:35Z</dc:date>
    </item>
  </channel>
</rss>

