<?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: Forecasts with Unobserved Components Model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274856#M1761</link>
    <description>Thank you very much i used the code and it worked.&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Jun 2016 06:54:40 GMT</pubDate>
    <dc:creator>jaweriahh</dc:creator>
    <dc:date>2016-06-03T06:54:40Z</dc:date>
    <item>
      <title>Forecasts with Unobserved Components Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274610#M1759</link>
      <description>&lt;P&gt;I have a very simple question. I am running an Unobserved Components Model to decompose and forecast my data. I transform my data into log and then run the model. My code is given below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ucm data = metals;
id year interval = year;
model metal_indices=level1988;
level variance=0 noest;
slope plot=smooth;
cycle plot=smooth;
cycle plot=smooth;
estimate back=6;
forecast back=6 lead=6 plot=decomp;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I am using the log form of data after I obtain my forecasts and parameters I need to transform the data back. What code should I use for it?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274610#M1759</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2016-06-02T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasts with Unobserved Components Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274810#M1760</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;As an example see "Predicting with model BSM4" chapter of this very nice paper called "the unobservable components model" by Prof. Tom Fomby of Department of Economics, Southern Methodist University&amp;nbsp;available here: &lt;A href="http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf" target="_blank"&gt;http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf&lt;/A&gt; - a SAS program called BSM.sas that can be found in the appendix of&amp;nbsp;this document.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 20:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274810#M1760</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-06-02T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasts with Unobserved Components Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274856#M1761</link>
      <description>Thank you very much i used the code and it worked.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2016 06:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasts-with-Unobserved-Components-Model/m-p/274856#M1761</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2016-06-03T06:54:40Z</dc:date>
    </item>
  </channel>
</rss>

