<?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 SAS Procedure for Simple exponential smoothing model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-Procedure-for-Simple-exponential-smoothing-model/m-p/249376#M1590</link>
    <description>&lt;P&gt;I want to implement simple exponential smoothing model to minimize mean square error by optimizing smoothing weights.&lt;BR /&gt;Data I am using is time series data.&lt;BR /&gt;&lt;BR /&gt;I am using proc ESM .I wanted to know if proc ESM is the right approach for the same?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;proc esm data=solver out=p outest=u outstat=h outfor=k lead=1 print=all printdetails;&lt;BR /&gt;id date interval=year;&lt;BR /&gt;forecast ft; /* ft is column in dataset for which we are forecasting values */&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;The results coming from TSFS of ETS and proc esm are same.(value of mean square error ,forecasted values and &lt;SPAN&gt;smoothing weights&lt;/SPAN&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 07:55:02 GMT</pubDate>
    <dc:creator>srishti</dc:creator>
    <dc:date>2016-02-11T07:55:02Z</dc:date>
    <item>
      <title>SAS Procedure for Simple exponential smoothing model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-Procedure-for-Simple-exponential-smoothing-model/m-p/249376#M1590</link>
      <description>&lt;P&gt;I want to implement simple exponential smoothing model to minimize mean square error by optimizing smoothing weights.&lt;BR /&gt;Data I am using is time series data.&lt;BR /&gt;&lt;BR /&gt;I am using proc ESM .I wanted to know if proc ESM is the right approach for the same?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;proc esm data=solver out=p outest=u outstat=h outfor=k lead=1 print=all printdetails;&lt;BR /&gt;id date interval=year;&lt;BR /&gt;forecast ft; /* ft is column in dataset for which we are forecasting values */&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;The results coming from TSFS of ETS and proc esm are same.(value of mean square error ,forecasted values and &lt;SPAN&gt;smoothing weights&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 07:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-Procedure-for-Simple-exponential-smoothing-model/m-p/249376#M1590</guid>
      <dc:creator>srishti</dc:creator>
      <dc:date>2016-02-11T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Procedure for Simple exponential smoothing model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-Procedure-for-Simple-exponential-smoothing-model/m-p/249661#M1597</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Looks good - as the default model of PROC ESM is simple exponential smoothing.&lt;/P&gt;
&lt;P&gt;If you would like to switch to a different ESM you can add a "model" option to your FORECAST statement.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;forecast ft / model=&lt;SPAN class=" AAterm "&gt;DAMPTREND; /*for &lt;/SPAN&gt;damped trend exponential smoothing */&lt;/P&gt;
&lt;P&gt;For more detail check out: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_esm_syntax04.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_esm_syntax04.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>Fri, 12 Feb 2016 13:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SAS-Procedure-for-Simple-exponential-smoothing-model/m-p/249661#M1597</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-02-12T13:50:02Z</dc:date>
    </item>
  </channel>
</rss>

