<?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: Benford&#8217;s Law</title>
	<atom:link href="http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/</link>
	<description>Jonathan Endersby, Recovering Technologist</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:15:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rian</title>
		<link>http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/comment-page-1/#comment-639</link>
		<dc:creator>Rian</dc:creator>
		<pubDate>Wed, 13 Jun 2007 12:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/#comment-639</guid>
		<description>You know, this morning before you left for work you said you were hoping to get Neil to comment on this.  In my head I was think &quot;I bet jonathan will be the first person to comment on this&quot;.  Tada, I was right.  

That maths gene really runs in the family, eh Jonathan H?

(I on the other hand, still need my fingers to count....)</description>
		<content:encoded><![CDATA[<p>You know, this morning before you left for work you said you were hoping to get Neil to comment on this.  In my head I was think &#8220;I bet jonathan will be the first person to comment on this&#8221;.  Tada, I was right.  </p>
<p>That maths gene really runs in the family, eh Jonathan H?</p>
<p>(I on the other hand, still need my fingers to count&#8230;.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Hitchcock</title>
		<link>http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/comment-page-1/#comment-637</link>
		<dc:creator>Jonathan Hitchcock</dc:creator>
		<pubDate>Wed, 13 Jun 2007 08:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/2007/06/13/benfords-law/#comment-637</guid>
		<description>$ for i in `seq 1 160` ; do echo $i &#124; cut -c1; done &#124; sort &#124; uniq -c
     72 1
     11 2
     11 3
     11 4
     11 5
     11 6
     11 7
     11 8
     11 9

*gasp*  The first 160 numbers stick to Benford&#039;s law!

Let&#039;s go higher:
$ for i in `seq 1 260` ; do echo $i &#124; cut -c1; done &#124; sort &#124; uniq -c
    111 1
     72 2
     11 3
     11 4
     11 5
     11 6
     11 7
     11 8
     11 9

*GASP*!

It&#039;s a truism, dude.  Obviously you find more numbers beginning with 1, because, like, 1 is the beginning of a larger number of lower numbers.  We don&#039;t start numbering houses at 56, we start at 1, and when we get to 100, then *every* house number begins with 1.

In statistical data, the numbers are not random, so there&#039;s no reason to expect them to be randomly distributed.</description>
		<content:encoded><![CDATA[<p>$ for i in `seq 1 160` ; do echo $i | cut -c1; done | sort | uniq -c<br />
     72 1<br />
     11 2<br />
     11 3<br />
     11 4<br />
     11 5<br />
     11 6<br />
     11 7<br />
     11 8<br />
     11 9</p>
<p>*gasp*  The first 160 numbers stick to Benford&#8217;s law!</p>
<p>Let&#8217;s go higher:<br />
$ for i in `seq 1 260` ; do echo $i | cut -c1; done | sort | uniq -c<br />
    111 1<br />
     72 2<br />
     11 3<br />
     11 4<br />
     11 5<br />
     11 6<br />
     11 7<br />
     11 8<br />
     11 9</p>
<p>*GASP*!</p>
<p>It&#8217;s a truism, dude.  Obviously you find more numbers beginning with 1, because, like, 1 is the beginning of a larger number of lower numbers.  We don&#8217;t start numbering houses at 56, we start at 1, and when we get to 100, then *every* house number begins with 1.</p>
<p>In statistical data, the numbers are not random, so there&#8217;s no reason to expect them to be randomly distributed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

