<?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 Unobserved Components Model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model/m-p/224910#M1382</link>
    <description>&lt;P&gt;My data set shows a u shaped trend. I want to fit a quadratic trend to the data set (studies utilizing similar datasets utilize quadratic models) how can i include it in the following command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;ucm&lt;/STRONG&gt; data = metals;&lt;/P&gt;&lt;P&gt;id year interval = year;&lt;/P&gt;&lt;P&gt;model logcopper;&lt;/P&gt;&lt;P&gt;irregular;&lt;/P&gt;&lt;P&gt;level;&lt;/P&gt;&lt;P&gt;slope;&lt;/P&gt;&lt;P&gt;cycle;&lt;/P&gt;&lt;P&gt;estimate;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2015 07:06:34 GMT</pubDate>
    <dc:creator>jaweriahh</dc:creator>
    <dc:date>2015-09-10T07:06:34Z</dc:date>
    <item>
      <title>Unobserved Components Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model/m-p/224910#M1382</link>
      <description>&lt;P&gt;My data set shows a u shaped trend. I want to fit a quadratic trend to the data set (studies utilizing similar datasets utilize quadratic models) how can i include it in the following command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;ucm&lt;/STRONG&gt; data = metals;&lt;/P&gt;&lt;P&gt;id year interval = year;&lt;/P&gt;&lt;P&gt;model logcopper;&lt;/P&gt;&lt;P&gt;irregular;&lt;/P&gt;&lt;P&gt;level;&lt;/P&gt;&lt;P&gt;slope;&lt;/P&gt;&lt;P&gt;cycle;&lt;/P&gt;&lt;P&gt;estimate;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 07:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model/m-p/224910#M1382</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2015-09-10T07:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unobserved Components Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model/m-p/225183#M1384</link>
      <description>&lt;P&gt;1.&amp;nbsp; The combination of LEVEL and SLOPE statements can approximate almost any smooth data pattern (including quadratic).&amp;nbsp; However, the generated forecast function (out-of-sample) is constant or linear.&amp;nbsp; This is&amp;nbsp;adequate in most situations.&amp;nbsp; If you want the forecast function to be quadratic (or higher), you will have to use ARIMA type specification, which can be accomplished by a combination of DEPLAG (to specify differencing) and IRREGULAR (to set AR and MA orders) statements.&amp;nbsp; See the last example in the UCM doc.&amp;nbsp; Of course, you can also use PROC ARIMA.&lt;/P&gt;
&lt;P&gt;2. You should not include CYCLE like components in your model without good reason.&amp;nbsp; It is good to&amp;nbsp;keep&amp;nbsp;a few&amp;nbsp;good time series books handy to get&amp;nbsp;better idea about time series modeling.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model/m-p/225183#M1384</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2015-09-11T15:09:30Z</dc:date>
    </item>
  </channel>
</rss>

