<?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: Times Series Methods versus Recurrence Relations</title>
	<atom:link href="http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/</link>
	<description>&#34;He who refuses to do arithmetic is doomed to talk nonsense.&#34;</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:17:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Manos Parzakonis</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/comment-page-1/#comment-17819</link>
		<dc:creator>Manos Parzakonis</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3653#comment-17819</guid>
		<description>Now, what are the odds that this post was a project for one of my tutorees last year?

The intercept is a bit tricky in R. Other issues to pay attention when fitting time series model can be found here,
&gt; http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm</description>
		<content:encoded><![CDATA[<p>Now, what are the odds that this post was a project for one of my tutorees last year?</p>
<p>The intercept is a bit tricky in R. Other issues to pay attention when fitting time series model can be found here,<br />
&gt; <a href="http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm" rel="nofollow">http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Myles White</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/comment-page-1/#comment-17818</link>
		<dc:creator>John Myles White</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3653#comment-17818</guid>
		<description>Thanks for such a complete explanation, Rob. I had foolishly assumed that the sequence would be demeaned and then manipulated to induce stationarity as preprocessing steps.</description>
		<content:encoded><![CDATA[<p>Thanks for such a complete explanation, Rob. I had foolishly assumed that the sequence would be demeaned and then manipulated to induce stationarity as preprocessing steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob J Hyndman</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/comment-page-1/#comment-17817</link>
		<dc:creator>Rob J Hyndman</dc:creator>
		<pubDate>Fri, 11 Dec 2009 06:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3653#comment-17817</guid>
		<description>The problem is that the recurrence relation is non-stationary, but the yw method assumes stationarity. So the coefficients can&#039;t take the correct values. But using lm, you have no stationarity condition imposed and the coefficients are to take the correct values.

The intercept issue arises because ar() fits the model to (y-m) where m is the mean of the data.  As the mean of fibs is 106.4, that is added back in as the intercept when method ols is used. See the help file on ar().</description>
		<content:encoded><![CDATA[<p>The problem is that the recurrence relation is non-stationary, but the yw method assumes stationarity. So the coefficients can&#8217;t take the correct values. But using lm, you have no stationarity condition imposed and the coefficients are to take the correct values.</p>
<p>The intercept issue arises because ar() fits the model to (y-m) where m is the mean of the data.  As the mean of fibs is 106.4, that is added back in as the intercept when method ols is used. See the help file on ar().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cook</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/10/times-series-methods-versus-recurrence-relations/comment-page-1/#comment-17816</link>
		<dc:creator>John Cook</dc:creator>
		<pubDate>Fri, 11 Dec 2009 04:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3653#comment-17816</guid>
		<description>I forgive you. :-)

You&#039;re putting the Fibonacci sequence to good use.</description>
		<content:encoded><![CDATA[<p>I forgive you. :-)</p>
<p>You&#8217;re putting the Fibonacci sequence to good use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.213 seconds -->

