<?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 with Spline in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model-with-Spline/m-p/250876#M1623</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I have annual time series data for&amp;nbsp;63&amp;nbsp;years (attached). The data demonstrates a U shaped curve.&amp;nbsp;I am trying to estimate the Unobserved Components Model with spline regression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the command I use is&amp;nbsp;&lt;/SPAN&gt;&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=land;
id year interval = year;
model es;
irregular;
level;
slope;
splinereg annual KNOTS=1958 1962 1977
variance=0 noest;
estimate;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However the Spline terms are not significant. is there any other method to incorporate a U shaped trend in PROC.&lt;/P&gt;
&lt;P&gt;My data is attached below. Kindly let me know what I&amp;nbsp;am doing wrong&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1929iD93A8BB483FA8241/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="es.jpg" title="es.jpg" /&gt; UCM?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 16:28:26 GMT</pubDate>
    <dc:creator>jaweriahh</dc:creator>
    <dc:date>2016-02-18T16:28:26Z</dc:date>
    <item>
      <title>Unobserved Components Model with Spline</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model-with-Spline/m-p/250876#M1623</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have annual time series data for&amp;nbsp;63&amp;nbsp;years (attached). The data demonstrates a U shaped curve.&amp;nbsp;I am trying to estimate the Unobserved Components Model with spline regression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the command I use is&amp;nbsp;&lt;/SPAN&gt;&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=land;
id year interval = year;
model es;
irregular;
level;
slope;
splinereg annual KNOTS=1958 1962 1977
variance=0 noest;
estimate;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However the Spline terms are not significant. is there any other method to incorporate a U shaped trend in PROC.&lt;/P&gt;
&lt;P&gt;My data is attached below. Kindly let me know what I&amp;nbsp;am doing wrong&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1929iD93A8BB483FA8241/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="es.jpg" title="es.jpg" /&gt; UCM?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Unobserved-Components-Model-with-Spline/m-p/250876#M1623</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2016-02-18T16:28:26Z</dc:date>
    </item>
  </channel>
</rss>

