<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Understanding State-Space Models (An Inflation Example)	</title>
	<atom:link href="https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/</link>
	<description>GAUSS Software - Fastest Platform for Data Analytics</description>
	<lastBuildDate>Mon, 21 Nov 2022 13:03:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Eric		</title>
		<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2384</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Mon, 21 Nov 2022 13:03:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.aptech.com/?p=11582608#comment-2384</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2382&quot;&gt;010581&lt;/a&gt;.

Hello,

The GAUSS &lt;strong&gt;sslib&lt;/strong&gt; library is in the testing stage but will soon be available for purchase. If you are interested in obtaining the library please email me directly at eric@aptech.com

Eric]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2382">010581</a>.</p>
<p>Hello,</p>
<p>The GAUSS <strong>sslib</strong> library is in the testing stage but will soon be available for purchase. If you are interested in obtaining the library please email me directly at <a href="mailto:eric@aptech.com">eric@aptech.com</a></p>
<p>Eric</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 010581		</title>
		<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2382</link>

		<dc:creator><![CDATA[010581]]></dc:creator>
		<pubDate>Mon, 21 Nov 2022 03:22:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.aptech.com/?p=11582608#comment-2382</guid>

					<description><![CDATA[Dear Eric:
   I am sorry, I am freshman. Where is library sslib?  I browse the GAUSS Application Modules for paid and github for free library. I can not find it out. 
Thank for help.]]></description>
			<content:encoded><![CDATA[<p>Dear Eric:<br />
   I am sorry, I am freshman. Where is library sslib?  I browse the GAUSS Application Modules for paid and github for free library. I can not find it out.<br />
Thank for help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 010581		</title>
		<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2380</link>

		<dc:creator><![CDATA[010581]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 01:54:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.aptech.com/?p=11582608#comment-2380</guid>

					<description><![CDATA[Dear Eric:

  I am fresh man for Gauss. If I estimate model about  state space , which Librarys are need? I have not purchased none of them, now plan to do it.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Dear Eric:</p>
<p>  I am fresh man for Gauss. If I estimate model about  state space , which Librarys are need? I have not purchased none of them, now plan to do it.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2373</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 15:50:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.aptech.com/?p=11582608#comment-2373</guid>

					<description><![CDATA[Hi Jamel,

Thanks for the positive feedback and notes.

Eric]]></description>
			<content:encoded><![CDATA[<p>Hi Jamel,</p>
<p>Thanks for the positive feedback and notes.</p>
<p>Eric</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jamels		</title>
		<link>https://www.aptech.com/blog/understanding-state-space-models-an-inflation-example/#comment-2372</link>

		<dc:creator><![CDATA[jamels]]></dc:creator>
		<pubDate>Tue, 09 Aug 2022 10:52:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.aptech.com/?p=11582608#comment-2372</guid>

					<description><![CDATA[Very clear and useful, thanks. I had to change the frequency of the data on FRED to quarterly.

Besides, I changed 

&lt;pre&gt;&lt;code&gt;// Rename y variable
y = dfname(y, &quot;Inflation&quot;, &quot;cpi&quot;);&lt;/code&gt;&lt;/pre&gt;

to

&lt;pre&gt;&lt;code&gt;// Rename y variable
y = dfname(y, &quot;Inflation&quot;);&lt;/code&gt;&lt;/pre&gt;

The code runs smoothly and illustrates very well the theory and the matrixes, and very simple to use.

With my best regards,
Jamel
]]></description>
			<content:encoded><![CDATA[<p>Very clear and useful, thanks. I had to change the frequency of the data on FRED to quarterly.</p>
<p>Besides, I changed </p>
<pre><code>// Rename y variable
y = dfname(y, "Inflation", "cpi");</code></pre>
<p>to</p>
<pre><code>// Rename y variable
y = dfname(y, "Inflation");</code></pre>
<p>The code runs smoothly and illustrates very well the theory and the matrixes, and very simple to use.</p>
<p>With my best regards,<br />
Jamel</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
