<?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: R, the acf function and statistical significance</title>
	<atom:link href="http://www.squaregoldfish.co.uk/2010/01/20/r-the-acf-function-and-statistical-significance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squaregoldfish.co.uk/2010/01/20/r-the-acf-function-and-statistical-significance/</link>
	<description>The random jottings of a geometrically precise aquatic lifeform</description>
	<lastBuildDate>Mon, 19 Dec 2011 08:58:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: squaregoldfish</title>
		<link>http://www.squaregoldfish.co.uk/2010/01/20/r-the-acf-function-and-statistical-significance/comment-page-1/#comment-116</link>
		<dc:creator>squaregoldfish</dc:creator>
		<pubDate>Tue, 11 Jan 2011 12:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaregoldfish.co.uk/?p=236#comment-116</guid>
		<description>@SimonH: It does use the length of the series, but with the NA values removed since they don&#039;t contribute to the ACF.

The portion sum(!is.na(series)) does not add the values of the series, but counts the number of non-NA values within it.

If you want to total all the values of a series, you have to do sum(series, na.rm=TRUE).

Hope that makes things clearer.
Steve.</description>
		<content:encoded><![CDATA[<p>@SimonH: It does use the length of the series, but with the NA values removed since they don&#8217;t contribute to the ACF.</p>
<p>The portion sum(!is.na(series)) does not add the values of the series, but counts the number of non-NA values within it.</p>
<p>If you want to total all the values of a series, you have to do sum(series, na.rm=TRUE).</p>
<p>Hope that makes things clearer.<br />
Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SimonH</title>
		<link>http://www.squaregoldfish.co.uk/2010/01/20/r-the-acf-function-and-statistical-significance/comment-page-1/#comment-115</link>
		<dc:creator>SimonH</dc:creator>
		<pubDate>Tue, 11 Jan 2011 11:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaregoldfish.co.uk/?p=236#comment-115</guid>
		<description>Very handy, thanks for this.

Just one question: shouldn&#039;t it be sqrt(length(series))

Sum seems to give me an inappropriately low value for the significance.</description>
		<content:encoded><![CDATA[<p>Very handy, thanks for this.</p>
<p>Just one question: shouldn&#8217;t it be sqrt(length(series))</p>
<p>Sum seems to give me an inappropriately low value for the significance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.squaregoldfish.co.uk/2010/01/20/r-the-acf-function-and-statistical-significance/comment-page-1/#comment-26</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 04 Apr 2010 23:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaregoldfish.co.uk/?p=236#comment-26</guid>
		<description>Thanks - quite useful</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; quite useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

