<?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: Holt-Winters Damped Method for Timeseries Forecasting in SAS? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279799#M1801</link>
    <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Have you looked at the MODEL=DAMPTREND option of the FORECAST statement in PROC ESM?&lt;/P&gt;
&lt;P&gt;Equations can be found here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect021.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect021.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2016 18:48:03 GMT</pubDate>
    <dc:creator>udo_sas</dc:creator>
    <dc:date>2016-06-23T18:48:03Z</dc:date>
    <item>
      <title>Holt-Winters Damped Method for Timeseries Forecasting in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279741#M1800</link>
      <description>&lt;P&gt;Is there anyway to run a Holt-Winters Damped method in SAS? &amp;nbsp;I was using this forecasting methodology in R and it was rather simple but I can't find a way to do it in SAS. &amp;nbsp;Am I just missing something in the PROC ESM documentation or is it in another proc that I am not aware of?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 14:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279741#M1800</guid>
      <dc:creator>lukesirakos</dc:creator>
      <dc:date>2016-06-23T14:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Holt-Winters Damped Method for Timeseries Forecasting in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279799#M1801</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Have you looked at the MODEL=DAMPTREND option of the FORECAST statement in PROC ESM?&lt;/P&gt;
&lt;P&gt;Equations can be found here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect021.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect021.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 18:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279799#M1801</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-06-23T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Holt-Winters Damped Method for Timeseries Forecasting in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279807#M1802</link>
      <description>&lt;P&gt;That is not the same thing, what I am looking for is the Holt-Winters method with multiplicative seasonality and a damped trend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MODEL=&lt;SPAN&gt;WINTERS gives me the Holt-Winters multiplicative method but there is not a version for a damped trend.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279807#M1802</guid>
      <dc:creator>lukesirakos</dc:creator>
      <dc:date>2016-06-23T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Holt-Winters Damped Method for Timeseries Forecasting in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279994#M1805</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Correct, it's not the same thing.&lt;/P&gt;
&lt;P&gt;We are working on adding these models in a later release.&lt;/P&gt;
&lt;P&gt;Your best bet currently is to use SAS/IML I would think.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279994#M1805</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-06-24T14:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Holt-Winters Damped Method for Timeseries Forecasting in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279998#M1806</link>
      <description>&lt;P&gt;PS: I should have added: if you have access to SAS Forecast Server&amp;nbsp; you will be able to incorporate R models as part of your workflow: &lt;A href="http://blogs.sas.com/content/forecasting/2011/09/19/guest-blogger-udo-sglavo-on-including-r-models-in-sas-forecast-server-part-1-of-2/" target="_blank"&gt;http://blogs.sas.com/content/forecasting/2011/09/19/guest-blogger-udo-sglavo-on-including-r-models-in-sas-forecast-server-part-1-of-2/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have access to SAS Forecast Server, but SAS/IML and you'd like to run your R model in SAS, then check out: &lt;A href="http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_r_toc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_r_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Holt-Winters-Damped-Method-for-Timeseries-Forecasting-in-SAS/m-p/279998#M1806</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-06-24T14:18:18Z</dc:date>
    </item>
  </channel>
</rss>

