<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ChristopherBerry.ca &#187; Marketing Science</title>
	<atom:link href="http://christopherberry.ca/category/marketing-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopherberry.ca</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 20:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Who&#8217;s Downvoting You On Reddit?</title>
		<link>http://christopherberry.ca/2012/02/whos-downvoting-you-on-reddit/</link>
		<comments>http://christopherberry.ca/2012/02/whos-downvoting-you-on-reddit/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 14:09:44 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing Science]]></category>
		<category><![CDATA[Social Analytics]]></category>
		<category><![CDATA[Social Media Analytics]]></category>
		<category><![CDATA[Social Media Measurement]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=850</guid>
		<description><![CDATA[So who keeps on downvoting you on Reddit? We&#8217;ll find out. But first &#8211; three notes: You may be familiar with Reddit. If you&#8217;re not &#8211; you can read this explanation about what Reddit is. To answer that question, I downloaded a dataset that was built in early 2011 or very late 2010. The dataset [...]]]></description>
			<content:encoded><![CDATA[<p>So who keeps on downvoting you on Reddit? We&#8217;ll find out.</p>
<p>But first &#8211; three notes:</p>
<ul>
<li>You may be familiar with <a href="http://www.reddit.com/" target="_blank">Reddit</a>. If you&#8217;re not &#8211; you can read this explanation about <a href="http://christopherberry.ca/whats-reddit/" target="_blank">what Reddit is</a>.</li>
</ul>
<ul>
<li>To answer that question, I downloaded a dataset that was built in early 2011 or very late 2010. The dataset is a 29MB gzip compressed and contains 7,405,561 votes from 31,927 users over 2,046,401 links. You can read about the <a href="http://christopherberry.ca/methodology-for-whos-downvoting-you-on-reddit/" target="_blank">methodology here</a>.</li>
<li>The file contains three columns &#8211; a vote, a userid, and a link. Only people who had their privacy settings set to open had that data read by an API. There is no meta-data about who these people are in real life (IRL) or even what was the nature of the content they were upvoting and downvoting.</li>
</ul>
<p><strong>So, who&#8217;s downvoting you on reddit?</strong></p>
<p>To find out, I took that huge file transformed it into another one &#8211; boiling it down into a single user name, how many times that username vote (numberofvotes), and the average of all their votes.</p>
<p>You can see below that _mike voted 26 times, and, if you take the average of all his votes, +1 for an upvote and -1 for a downvote, it turns out to be -.92. Basically, _mike didn&#8217;t like a lot of what he saw. In fact, _mike upvoted once (+1) and downvoted 25 times (-25). So (- 25) + (+1) is -24, and -24/26 is -.92.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-users.png"><img class="aligncenter  wp-image-829" title="reddit-users" src="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-users-300x64.png" alt="" width="390" height="83" /></a></p>
<p>There are over 30,000 usernames here &#8211; and that&#8217;s a lot of data. It&#8217;s really important to visualize the data before you really get into any analysis. One way to do that is to run a histogram.</p>
<p><strong>To read the histogram below, remember:</strong></p>
<ul>
<li>Frequency means &#8216;the number of usernames that fall into this category or range&#8217;.</li>
</ul>
<ul>
<li>Numberofvotes means &#8216;the number of times a username voted.&#8217;</li>
</ul>
<ul>
<li>Mean is another word for average.</li>
</ul>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/votes-by-people.png"><img class="aligncenter size-full wp-image-834" title="votes-by-people" src="http://christopherberry.ca/wp-content/uploads/2012/02/votes-by-people.png" alt="" width="589" height="493" /></a><strong></strong></p>
<p><strong>There are three takeaways from the histogram above:</strong></p>
<ul>
<li>The average number of votes by a username was 234.</li>
</ul>
<ul>
<li>A large number of usernames didn&#8217;t vote very many times at all.</li>
</ul>
<ul>
<li>There are bumps at 1000 and 2000 votes. (If you&#8217;re interested as to why &#8211; see the <a href="http://christopherberry.ca/methodology-for-whos-downvoting-you-on-reddit/" target="_blank">Methodological</a> notes. Incidentally &#8211; this is why you should always visualize your data.)</li>
</ul>
<p>A histogram is built from a Frequency Table, which we&#8217;ll see below.</p>
<p><strong>The way to read a frequency table is:</strong></p>
<ul>
<li>The &#8216;Valid&#8217; column means &#8216;how many times a username voted&#8217;.</li>
</ul>
<ul>
<li>Frequency means &#8216;the number of usernames that falls into this category&#8217;.</li>
</ul>
<ul>
<li>Percent means &#8216;the percentage of all the usernames that those in this category represents&#8217;.</li>
</ul>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/numberofvotes-reddit.png"><img title="numberofvotes-reddit" src="http://christopherberry.ca/wp-content/uploads/2012/02/numberofvotes-reddit.png" alt="" width="455" height="509" /></a></p>
<p><strong>There are three takeaways from the Frequency Table above:</strong></p>
<ul>
<li>4877 of the usernames only voted one time (It&#8217;s likely they submitted a single link and never returned).</li>
</ul>
<ul>
<li>Note how both the percentages and number of usernames in each category decrease.</li>
</ul>
<ul>
<li>50.1% of all the usernames voted 20 times or less. (Look at the cumulative percent column and make sure that makes sense to you. We&#8217;re going to use this column later.)</li>
</ul>
<p>You may have heard the term &#8216;long tail&#8217; many times before. This is a demonstration of what that means. The bars on the histogram falls away to right.</p>
<p>Recall that the average of all the votes a username made is called &#8216;averagevote&#8217;. If somebody was persistently downvoting links, they&#8217;d have a negative number. If they upvoted everything they saw, they&#8217;d have an averagevote of +1.</p>
<p>Read the histogram below.  <a href="http://christopherberry.ca/wp-content/uploads/2012/02/average-vote-by-person.png"><img class="aligncenter size-full wp-image-831" title="average-vote-by-person" src="http://christopherberry.ca/wp-content/uploads/2012/02/average-vote-by-person.png" alt="" width="580" height="492" /></a><strong>The three takeaways are:</strong></p>
<ul>
<li>Negativity follows a reverse long tail. (It really happens &#8211; see how the figures fall away to left)</li>
<li>On average, usernames upvoted what they saw (average 0.79).</li>
<li>There are bumps at 0 (related to a methodological note) and at -1.</li>
</ul>
<p>By now, two of my good friends in London are screaming at the screen. Means are a horrible way to explain long tail distributions. You can see that now too. Means are giving us a pretty skewed view of the world.</p>
<p>The table below is a byproduct of our Frequency table. It&#8217;s aptly labeled &#8216;Statistics&#8217;, and compares these two variables, numberofvotes, and averagevote, side by side. I&#8217;ve thrown a yellow box around &#8216;percentiles&#8217;. Recall the cumulative column from previous frequency table.</p>
<ul>
<li>22.8% of all usernames voted 2 times or less.</li>
<li>40.8% voted 9 times or less.</li>
</ul>
<p>The program I&#8217;m using is giving me &#8216;break points&#8217; for those percentiles.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-percentiles.png"><img class="aligncenter size-full wp-image-830" title="reddit-percentiles" src="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-percentiles.png" alt="" width="639" height="477" /></a></p>
<p><strong>Two takeaways:</strong></p>
<ul>
<li>The median gives a better summary of what&#8217;s going on here &#8211; half of the usernames voted 20 times or less, and, another set of usernames always upvoted what they saw.</li>
<li>If I know that roughly 80% of all usernames posted 325 times or less, then I know that 20% of the usernames in my sample posted 325 times or more.</li>
</ul>
<p>We&#8217;re going to use those percentile cutoff points to inform a segmentation, next.</p>
<p><strong>Segmentation</strong></p>
<p>A segmentation is a grouping of records, usually people, into categories. There is not prescription for how to do this. If you talk to a modeller, they&#8217;ll tell you about their clustering algorithms. If you talk to a machine learning scientist, they&#8217;ll tell you about bump-hunting or unsupervised machine learning clustering. Those are all very good algorithms. I use them myself.</p>
<p>I&#8217;m going for simplicity here. I have these four percentile cut-off points that evenly cut people into five categories. And, for further simplicity, instead of referring to a group of people who posted between 9 and 48 times as &#8216;those who posted between 9 and 48 times&#8217;, I&#8217;m going to call them Average-Andy&#8217;s. And I&#8217;ll just keep on calling them that.</p>
<p>At this point, I don&#8217;t know if they&#8217;re male or female. (And we won&#8217;t in this thread). And it&#8217;s controversial to use alliteration. But it&#8217;s done.</p>
<p>So, mapping the percentiles against a segmentation, based on how many times a username voted, we have:</p>
<ul>
<li>1 time: One-Time-Oliver</li>
</ul>
<ul>
<li>2 to 9 times: Vanity-Vanessa</li>
</ul>
<ul>
<li>9 to 48 times: Average-Andy</li>
</ul>
<ul>
<li>48 to 325 times: Frequent-Fred</li>
</ul>
<ul>
<li>More than 325 times: Power-Pauline</li>
</ul>
<p>Take a look at the result below &#8211; a variable I&#8217;m calling &#8216;equalseg&#8217; &#8211; short for &#8216;equal segmentation&#8217;.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/equalsegs.png"><img class="aligncenter size-full wp-image-835" title="equalsegs" src="http://christopherberry.ca/wp-content/uploads/2012/02/equalsegs.png" alt="" width="528" height="190" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>There are 4877 One-Time-Olivers, representing 15.5% of the usernames in the sample.</li>
</ul>
<ul>
<li>Vanity-Vanessa&#8217;s represent 23.9% of the usernames.</li>
</ul>
<ul>
<li>The last three segments are pretty equally divided &#8211; the first two are more lopsided.</li>
</ul>
<p>Even though I aimed to have five groups of people with equal numbers in each, you can see the division between One-Time-Olivers and Vanity-Vanessa&#8217;s are off. This happens very often when segmenting a long tail into equal groups. And, while not ideal, it&#8217;s okay for our purposes.</p>
<p>Next, we&#8217;re going to examine each segment individually.</p>
<p><strong>One-Time-Olivers</strong></p>
<p>There are very efficient ways that statisticians quickly summarize and understand the relationship among variables. The aim here isn&#8217;t to be efficient &#8211; but to be clear. In that spirit, I give you the histogram below.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/one-time-oliver-votes.png"><img class="aligncenter size-full wp-image-842" title="one-time-oliver-votes" src="http://christopherberry.ca/wp-content/uploads/2012/02/one-time-oliver-votes.png" alt="" width="553" height="485" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>All 4877 One-Time-Olivers voted exactly one time.</li>
</ul>
<p>You should lol. It makes sense though, right? And, the segment name should make a lot more sense.</p>
<p>The histogram below summarizes how, on average, One-Time-Olivers voted &#8211; positive or negative. Since they only voted one time, it&#8217;s either an upvote, or a downvote. A +1 or -1 average.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/one-time-oliver-averagevote.png"><img class="aligncenter size-full wp-image-841" title="one-time-oliver-averagevote" src="http://christopherberry.ca/wp-content/uploads/2012/02/one-time-oliver-averagevote.png" alt="" width="567" height="489" /></a></p>
<p><strong> Takeaways:</strong></p>
<ul>
<li>One-Time-Oliver&#8217;s tend to upvote once, and are never heard from again.</li>
<li>In answering the question &#8211; &#8220;Who&#8217;s downvoting you on Reddit&#8221;, it isn&#8217;t One-Time-Olivers.</li>
</ul>
<p>&nbsp;</p>
<p><strong> Vanity Vanessa</strong></p>
<p>Vanity accounts frequently enter Reddit, they flicker, and they go out. They get discouraged. They never really commit to the bit. That&#8217;s what happens to them. The histogram below takes on that familiar long-tail curve.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/vanity-vanessa-vote.png"><img class="aligncenter size-full wp-image-844" title="vanity-vanessa-vote" src="http://christopherberry.ca/wp-content/uploads/2012/02/vanity-vanessa-vote.png" alt="" width="571" height="483" /></a><strong>Takeaways:</strong></p>
<ul>
<li>There are lot of Vanity-Vanessa&#8217;s, some 7,527 of them.</li>
</ul>
<ul>
<li>Most of them posted only 2, 3, or 4 times.</li>
</ul>
<p>So, how did they vote?</p>
<p>The histogram below summarizes the story:</p>
<p>&nbsp;</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/vanity-vanessa-averagevote.png"><img class="aligncenter  wp-image-843" title="vanity-vanessa-averagevote" src="http://christopherberry.ca/wp-content/uploads/2012/02/vanity-vanessa-averagevote.png" alt="" width="565" height="491" /></a><strong>Takeaways:</strong></p>
<ul>
<li>Vanity-Vanessa&#8217;s upvoted nearly everything they saw, with very few exceptions.</li>
</ul>
<ul>
<li>Very few persistently downvoted everything they saw.</li>
</ul>
<ul>
<li>They&#8217;re not the ones downvoting you on Reddit.</li>
</ul>
<p>&nbsp;</p>
<p>Average-Andy&#8217;s</p>
<p>Recall that the average username votes 326 times, and yet, I still labeled Average-Andy, ranging between 9 and 48 votes, as average andy. That&#8217;s because the mean number of votes that Average-Andy&#8217;s cast is 22.25 &#8211; which is close to the median of 20 for the entire set.</p>
<p>This mixing and abstraction of median, mean, and segmentation isn&#8217;t something that I expect most people to consider or think about, but I can foresee some getting hung up on it. When you think about an equal segmentation though, it makes sense that the mean of your middle category should be close to the median of the entire set.</p>
<p>For everybody else &#8211; just know that you&#8217;re you&#8217;re looking at the &#8220;average joe redditor&#8221; here.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/average-andy-votes.png"><img class="aligncenter size-full wp-image-840" title="average-andy-votes" src="http://christopherberry.ca/wp-content/uploads/2012/02/average-andy-votes.png" alt="" width="614" height="492" /></a><strong>Takeaways:</strong></p>
<ul>
<li>Average number of votes is 22.25, close to the median of 20 for the whole set.</li>
<li>Familiar long tail.</li>
</ul>
<p>How do they vote?</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/average-andy-averagevote.png"><img class="aligncenter size-full wp-image-845" title="average-andy-averagevote" src="http://christopherberry.ca/wp-content/uploads/2012/02/average-andy-averagevote.png" alt="" width="560" height="485" /></a><strong>Takeaways:</strong></p>
<ul>
<li>A majority of Average Andy&#8217;s liked everything they saw &#8211; they upovoted everything.</li>
</ul>
<ul>
<li>They downvote more often than Vanity-Vanessa&#8217;s or One-Time-Oliver&#8217;s, but not massively.</li>
</ul>
<ul>
<li>They aren&#8217;t downvoting in such a huge way to say that these are the ones downvoting you on reddit.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Frequent Fred</strong></p>
<p>By now you&#8217;re pretty much a pro at reading these histograms. Frequent Fred&#8217;s vote frequently. Look at the histogram below.</p>
<p>&nbsp;</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/frequent-fred-votes.png"><img class="aligncenter size-full wp-image-847" title="frequent-fred-votes" src="http://christopherberry.ca/wp-content/uploads/2012/02/frequent-fred-votes.png" alt="" width="571" height="493" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>Classic long-tail continues.</li>
</ul>
<ul>
<li>Averaging 139.3 votes.</li>
</ul>
<ul>
<li>The unusual bump at the beginning of the series is just magnified by the scale from the previous vote frequency histogram. (It&#8217;s fine).</li>
</ul>
<p>How do they vote?</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/frequent-fred-averagevote.png"><img class="aligncenter size-full wp-image-846" title="frequent-fred-averagevote" src="http://christopherberry.ca/wp-content/uploads/2012/02/frequent-fred-averagevote.png" alt="" width="564" height="480" /></a><strong>Takeaways:</strong></p>
<ul>
<li>Far fewer of them are likely to upvote absolutely everything they see.</li>
</ul>
<ul>
<li>There&#8217;s significant flattening of the long tail &#8211; the average is .74.</li>
</ul>
<ul>
<li>More of them, on average, are disposed to downvoting.</li>
</ul>
<p><strong>Power Paulines</strong></p>
<p>Power Paulines are the most difficult group to analyze, but the easiest to summarize and understand. Take a look at the histogram below.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/power-pauline-votes.png"><img class="aligncenter size-full wp-image-849" title="power-pauline-votes" src="http://christopherberry.ca/wp-content/uploads/2012/02/power-pauline-votes.png" alt="" width="585" height="489" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>The long tail is holding &#8211; there&#8217;s significant clustering at 1000 and 2000.</li>
</ul>
<ul>
<li>The cause is related to rate limiting within the Reddit API.</li>
</ul>
<ul>
<li>The longest part of the long tail &#8211; those power users with thousands and thousands of votes, are all bundled and clustered together at 2000.</li>
</ul>
<ul>
<li>There are around 500 of such power users, representing some 1.5% of the total usernames.</li>
</ul>
<p>So how do they vote?</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/power-pauline-voteaverage.png"><img class="aligncenter size-full wp-image-848" title="power-pauline-voteaverage" src="http://christopherberry.ca/wp-content/uploads/2012/02/power-pauline-voteaverage.png" alt="" width="566" height="488" /></a></p>
<p><strong> Takeaways:</strong></p>
<ul>
<li>The bump at 0 is caused by 1000 upvotes getting averaged out by 1000 upvotes.</li>
</ul>
<ul>
<li>0&#8242;s aside, which are tugging on the mean, Pauline&#8217;s are on average more prone to downvoting.</li>
</ul>
<ul>
<li>Power Paulines are downvoting you on Reddit.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Putting a bow on it</strong></p>
<p>The chart below summarizes the relationship between segment and their average vote. You can see a clear negative direction. The more one uses Reddit, the more one downvotes &#8211; even if the mean is exaggerated in the Power Pauline segment.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-summary.png"><img class="aligncenter size-full wp-image-838" title="reddit-summary" src="http://christopherberry.ca/wp-content/uploads/2012/02/reddit-summary.png" alt="" width="544" height="355" /></a></p>
<p>To really hammer the point home about the origin of downovotes, take a look a the table below. It&#8217;s broken out by the segments you understand. It also contains two new variables &#8211; upvotes and downvotes. That is the total count of the number of upvotes and downvotes made by each segment.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/TotalSUM.png"><img class="aligncenter size-full wp-image-854" title="TotalSUM" src="http://christopherberry.ca/wp-content/uploads/2012/02/TotalSUM.png" alt="" width="656" height="875" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>One-Time Olivers as a group were responsible for 175 of all the downvotes cast.</li>
</ul>
<ul>
<li>Vanity-Vanessa&#8217;s as a group were responsible for 1781 of all the downvotes cast.</li>
</ul>
<ul>
<li>Average-Andy&#8217;s as a group were responsible for 13,258 of all the downvotes cast.</li>
</ul>
<ul>
<li>Frequent-Fred as a group were responsible for 120,758 of all the downvotes cast.</li>
</ul>
<ul>
<li>Power-Paulines as a group were responsible for 1,672,368 of all the OBSERVED downvotes cast &#8211; but are probably responsible for a lot more in aggregate across all of Reddit. (This sample contains a bias, but bias doesn&#8217;t mean I can&#8217;t say anything at all about anything.)</li>
</ul>
<p>Note the differences in order of magnitude between each group. 1781 is roughly 10 times greater than 175. And so, a bit imperfectly on the way up to Frequent-Fred&#8217;s. There&#8217;s an order of magnitude difference here in terms of the amount of weight each group casts.</p>
<p><strong>The greatest power users users of Reddit are the ones who are downvoting you &#8211; and it&#8217;s an exponential power.</strong></p>
<p>&nbsp;</p>
<p><strong>But wait, there&#8217;s more.</strong></p>
<p>Recall, however, that there over 7 million votes cast. 1.8 million were downvotes, and 5.5 million were upvotes. Read the statistics table below to verify that.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/redditvotes.png"><img class="aligncenter size-full wp-image-837" title="redditvotes" src="http://christopherberry.ca/wp-content/uploads/2012/02/redditvotes.png" alt="" width="455" height="383" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>Upvotes outnumber downvotes.</li>
</ul>
<ul>
<li>The interface of Reddit itself causes upvotes to accumulate.</li>
</ul>
<ul>
<li>Reddit itself is a cause of a bias &#8211; probably by design.</li>
</ul>
<p>The histogram below is by links &#8211; the content getting upvoted or downvoted. There were just over 2 million links submitted. On average, each link received 3.62 upvotes. Given everything you know about long tails, think about just how deceptive that 3.62 mean figure is. Note how you can&#8217;t even see the bumps in the tail. And be in awe of the efficiency of the collective Reddit behavior that causes popular content to disproportionately promoted while even &#8216;good&#8217; or &#8216;average&#8217; content gets relentlessly shifted to the left &#8211; all by a very small group of people.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2012/02/votes-per-link.png"><img class="aligncenter size-full wp-image-839" title="votes-per-link" src="http://christopherberry.ca/wp-content/uploads/2012/02/votes-per-link.png" alt="" width="598" height="495" /></a></p>
<p><strong>Takeaways:</strong></p>
<ul>
<li>The long tail is long and powerful.</li>
</ul>
<ul>
<li>This small group Power-Paulines are far more likely to downvote because of a much higher frequency of use.</li>
</ul>
<p>I&#8217;m thanking Reddit for making so many API&#8217;s publicly exposed and enabling this sort of analysis and exploration. Thank you.</p>
<p>&nbsp;</p>
<p>Portions of this post appeared on <a href="http://christopher-berry.blogspot.com/" target="_blank">Eyes On Analytics</a> the week of February 5, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2012/02/whos-downvoting-you-on-reddit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Mobile Planet &#8211; Select statistics for International Smartphone Penetration</title>
		<link>http://christopherberry.ca/2011/10/our-mobile-planet-select-statistics-for-international-smartphone-penetration/</link>
		<comments>http://christopherberry.ca/2011/10/our-mobile-planet-select-statistics-for-international-smartphone-penetration/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 17:46:49 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing Science]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=728</guid>
		<description><![CDATA[Have you seen this site, put out by Google for their &#8220;Our Mobile Planet&#8221; study? It&#8217;s an excellent way to present data in a very accessible, very explorable way. I found it inspiring. The call to action is &#8220;create your chart now&#8221;. A very good, honest, call to action. The technology adoption S-curve can be [...]]]></description>
			<content:encoded><![CDATA[<p>Have you seen <a href="http://www.ourmobileplanet.com/" target="_blank">this site</a>, put out by Google for their &#8220;Our Mobile Planet&#8221; study?</p>
<p>It&#8217;s an excellent way to present data in a very accessible, very explorable way. I found it inspiring.</p>
<p>The call to action is &#8220;create your chart now&#8221;. A very good, honest, call to action.</p>
<p>The technology adoption S-curve can be a slow beast, and expectations of growth have persistently outstripped actual adoption, at least in North America, and especially in Canada. Adoption has a few drags on it in North America and Europe. No such drags exist in Asia.</p>
<p>The chart below compares all the countries smartphone penetration. (Click to embiggen)</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2011/10/totalpenetration.png"><img class="aligncenter size-medium wp-image-730" title="totalpenetration" src="http://christopherberry.ca/wp-content/uploads/2011/10/totalpenetration-300x235.png" alt="" width="300" height="235" /></a></p>
<p>That chart masks underlining maturity in each country. The chart below compares m-commerce &#8216;at least one time&#8217; usage across Germany, China, and the United States. The big three economies. (Click to embiggen).</p>
<p>&nbsp;</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2011/10/purchasedOnASmartPhone.png"><img class="aligncenter size-medium wp-image-729" title="purchasedOnASmartPhone" src="http://christopherberry.ca/wp-content/uploads/2011/10/purchasedOnASmartPhone-300x112.png" alt="" width="300" height="112" /></a></p>
<p>That&#8217;s a good snapshot. M-commerce is thought of as a pretty big risk in North America.</p>
<p>In many ways, the melding of couponing with check-ins was the right bridge into mobile for the times. As we all watch Groupon careen into the inevitable mess, we all ask &#8216;what&#8217;s next&#8217;. I ask, &#8216;where&#8217;s the utility&#8217;, &#8216;how can mobile be used to salvage previously wasted parts of my day?&#8217;</p>
<p>I look to m-commerce as being predictable. Certain firms, like <a href="http://www.plasticmobile.com/" target="_blank">Plastic Mobile</a>, have extensive experience with eCommerce, and understand mobile. They&#8217;re not going to replicate the pain of the nineties. There&#8217;s an inevitability to it.</p>
<p>Though, painfully punctuated.</p>
<p>This would have happened sooner if it wasn&#8217;t for the double whammy of policy plus recession.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/10/our-mobile-planet-select-statistics-for-international-smartphone-penetration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Causes Branding?</title>
		<link>http://christopherberry.ca/2011/07/what-causes-branding/</link>
		<comments>http://christopherberry.ca/2011/07/what-causes-branding/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 20:01:36 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Marketing Science]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=668</guid>
		<description><![CDATA[What do you think causes branding? I&#8217;ve been asking myself that, part of my series on being skeptical of root assumptions and theories, and took the opportunity to work through something in a foreign land. I spent some time in real Mexico, and couldn&#8217;t resist a first exposure. I went to a &#8216;Mega&#8217;, without really [...]]]></description>
			<content:encoded><![CDATA[<p>What do you think causes branding?</p>
<p>I&#8217;ve been asking myself that, part of my series on being skeptical of root assumptions and theories, and took the opportunity to work through something in a foreign land.</p>
<p>I spent some time in real Mexico, and couldn&#8217;t resist a first exposure. I went to a &#8216;Mega&#8217;, without really knowing what it was, and took in an in-store experience. The brand was unknown to me pre-exposure. A rare opportunity. So I walked in, and the first thing I notice?</p>
<p>Banners hung throughout the store told me that everybody wanted to be Julio Regalado.</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2011/07/julio_regalado-12.jpg"><img class="aligncenter size-full wp-image-669" title="julio_regalado-12" src="http://christopherberry.ca/wp-content/uploads/2011/07/julio_regalado-12.jpg" alt="" width="300" height="384" /></a></p>
<p>I have no experience with the brand or the frontman. But everywhere, literally down every isle, there he was, with that very enthusiastic face of his. He, himself, was branded and associated with a Stork logo in the background everywhere. It&#8217;s not as though the concept of a living icon is new. <a href="http://www.youtube.com/watch?v=-99xcQ0F6Cw" target="_blank">Example</a>. <a href="http://www.youtube.com/watch?v=ItWpoUMbqJE" target="_blank">Example</a>.</p>
<p>Branding was certainly happening. I could feel it happen in my brain.</p>
<p>I got back to Canada and looked him up on YouTube. I found this below, and was impacted further:</p>
<p><iframe src="http://www.youtube.com/embed/EnJwfzuMNak" frameborder="0" width="425" height="349"></iframe></p>
<p>Note, of course, that I&#8217;m Canadian and the target audience is Mexican, to be sure. 100% of the variance shouldn&#8217;t be explained by culture alone. So granted, there are certain aspects that are lost in translation.</p>
<p>No other brand I was exposed to, be it Tecate (which I believed was a form of Coca-Cola in my hotel mini-fridge and didn&#8217;t drink it for two days), or Sol, caused the same sort of branding. The Bio-Shaker, which is arguably one of the most hilarious products ever, is barely mentionable in this space. I was certainly exposed to a lot of advertising during those seven days. So there&#8217;s variance of effectiveness within the exposure set.</p>
<p>Just because some companies have measured branding effectiveness as being unaided recall, aided recall, preference, and likability doesn&#8217;t mean we should continue to say that these three indicators are the causes of branding. I&#8217;m not bashing the measurement scheme inasmuch as I believe that there&#8217;s so much more unanswered here on the causal side. Branding is not simply recall, preference, and likability. Indeed, the number of factors and features of brand positioning alone are many and feels very complex. It&#8217;s not insurmountable. There are probably as many heuristics as there are brand managers.</p>
<p>Sample size of one and kitchen table anecdote fully admitted &#8211; I&#8217;m asking the question and looking for answers.</p>
<p>In the meantime:</p>
<p><a href="http://christopherberry.ca/wp-content/uploads/2011/07/Julio.png"><img class="aligncenter size-full wp-image-670" title="Julio" src="http://christopherberry.ca/wp-content/uploads/2011/07/Julio.png" alt="" width="631" height="338" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/07/what-causes-branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INFORMS Marketing Science 2011 &#8211; Day 2, 3, and Reflections</title>
		<link>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-2-3-and-reflections/</link>
		<comments>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-2-3-and-reflections/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 20:29:21 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Marketing Science]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=652</guid>
		<description><![CDATA[For a complete running commentary, see Dr. Dann&#8217;s twitter stream, or run a search for mktsci2011. A few points you might care about. The problem with communication flow between academia and industry is not an academic problem. They&#8217;re doing just fine, and it certainly appears as though the money is flowing. The problem is on [...]]]></description>
			<content:encoded><![CDATA[<p>For a complete running commentary, see <a title="Dr. Dann" href="http://twitter.com/#!/drstephendann">Dr. Dann&#8217;s</a> twitter stream, or run a search for mktsci2011.</p>
<p><strong>A few points you might care about.</strong></p>
<p>The problem with communication flow between academia and industry is not an academic problem. They&#8217;re doing just fine, and it certainly appears as though the money is flowing. The problem is on the practitioner side, and our ability to understand, interpret, and attempt to derive some value from their efforts. It would be great if bigger and more meaningful bridges could be build between industry associations and their associations. There would be benefits on both sides for a subset of both. So long as each side understand the terms of the relationship, very, very good things would come out of it. This is an ongoing effort.</p>
<p>Selection bias. The purpose of sampling is to explore a very specific line of inquiry on a sample of people by way of a survey methodology. For the survey results to be accepted as valid, and for the math to really make sense, those opting in to respond ought to be representative of the whole population. Of course, the great problem is that it&#8217;s nearly impossible to be absolutely certain that your sample is reflective of the population at large. There is a check. But it&#8217;s not perfect. In the end, it&#8217;s a wicked problem that applies to social in a very specific way.</p>
<p>Marketing Science is challenging because the underlining black boxes is  dynamic. At least in Chemistry the pH scale is the same in 1989 as it is  in 2011, and will be in 2090. Same scale. Not so in the Marketing  Science. You can finally get a model up and predicting, and the world  shifts right from under you. It&#8217;s that shifting that I find just  awesome.</p>
<p>There was a lot of inspiration here, and a lot of tangential thought that I&#8217;m looking forward to. Several mysteries are afoot.</p>
<p>I thanked <a href="http://www.webanalyticsassociation.org/members/blog_view.asp?id=538344&amp;DGPCrSrt=&amp;DGPCrPg=14">Dina Mayzlin for her contributions to our community</a>.</p>
<p>I thanked<a href="http://www.webanalyticsassociation.org/members/blog_view.asp?id=538344&amp;DGPCrSrt=&amp;DGPCrPg=2"> Iyengar for his contributions to our community</a>.</p>
<p>Meeting both of them were highlights. They&#8217;re extremely friendly have excellent presentation styles.</p>
<p>The conference will be held in Boston next year. For me, it&#8217;s a short walk, Porter flight, and a subway ride in. I hope to see more people from industry there to shake push it along.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-2-3-and-reflections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INFORMS Marketing Science 2011 &#8211; Day 1</title>
		<link>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-1/</link>
		<comments>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-1/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 00:13:27 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Marketing Science]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=649</guid>
		<description><![CDATA[The INFORMS Marketing Science Conference is like woodstock for us people. I took in the second half of the MSI anniversary track. The MSI, or Marketing Science Institute, is a 50 year old institution. It&#8217;s at the nexus between business and marketing science academia. As a result, it has money and databases. Because it has [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://business.rice.edu/marketingscience2011.aspx">INFORMS Marketing Science Conference</a> is like woodstock for <a href="http://www.informs.org/Pubs/MktSci">us people</a>.</p>
<p>I took in the second half of the MSI anniversary track.</p>
<p>The MSI, or <a href="http://www.msi.org/">Marketing Science Institute</a>, is a 50 year old institution. It&#8217;s at the nexus between business and marketing science academia. As a result, it has money and databases. Because it has both, it gets to <a href="http://www.msi.org/research/index.cfm?id=271">set research priorities</a> that are influential.</p>
<p>The 90 minute track I took in had to do with page 8 of their list, &#8220;Managing Brands in a Transformed Marketplace&#8221;. I can&#8217;t resist.</p>
<p>Branding is a problem for Marketing Scientists for many reasons. It is not transactional, it may be measured in many ways, it manifests itself in many ways, and it subject to time lags.</p>
<p>Direct attribution folks are able to understand many things owing to the extremely clean nature of their data. They have a lot in common with finance in that respect. Direct attribution folk tend to gravitate towards direct marketing. It&#8217;s all very clean.</p>
<p>Branding is not transactional. A large amount of money goes in. What comes out? What comes out is very difficult to quantify. Sure, there are brand tracking studies and instruments like the Net Promoter Score. These are based on survey methodology. And those methods are not explicitly prospective, predictive, or linked in a way that an accountant can understand. Worse, such tracking is typically deemed &#8216;market research&#8217;, not &#8216;analytics&#8217;. There&#8217;s a huge range of freedom and flexibility in how to define success. It&#8217;s extremely resistant to standardization.</p>
<p>The perception of brands and branding efforts vary by country and culture.</p>
<p>The monetary effect of branding is cumulative and heavily time lagged. The effects last well beyond the initial investment.</p>
<p>Problems are good, because they raise opportunities.</p>
<p>We need a more structured way of thinking about brands. It should exist.</p>
<p>The first day went very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/06/informs-marketing-science-2011-day-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Relevancy in Facebook Brand Posts</title>
		<link>http://christopherberry.ca/2011/05/relevancy-in-facebook-brand-posts/</link>
		<comments>http://christopherberry.ca/2011/05/relevancy-in-facebook-brand-posts/#comments</comments>
		<pubDate>Thu, 19 May 2011 18:48:08 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Marketing Science]]></category>
		<category><![CDATA[Social Analytics]]></category>
		<category><![CDATA[Social Media Analytics]]></category>
		<category><![CDATA[Social Media Measurement]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=639</guid>
		<description><![CDATA[ExactTarget reported in their paper, &#8220;Subscribers, Fans, and Followers: The Social Break-Up&#8221;, Feb 1, 2011, that a top reason (44% of respondants) for unliking a Facebook Brand was &#8220;The Company posted too frequently&#8221;. Among other reasons: 43% said &#8220;My wall was becoming way too crowded with marketing posts and I needed to get rid of [...]]]></description>
			<content:encoded><![CDATA[<p>ExactTarget reported in their paper, &#8220;Subscribers, Fans, and Followers: The Social Break-Up&#8221;, Feb 1, 2011, that a top reason (44% of respondants) for unliking a Facebook Brand was &#8220;The Company posted too frequently&#8221;.</p>
<p>Among other reasons:</p>
<ul>
<li>43% said &#8220;My wall was becoming way too crowded with marketing posts and I needed to get rid of some of them&#8221;.</li>
</ul>
<ul>
<li>38% said &#8220;The content became repetitive or boring over time&#8221;.</li>
</ul>
<ul>
<li>19% said &#8220;The content wasn&#8217;t relevant to me from the start&#8221;,</li>
</ul>
<ul>
<li>17% &#8220;The company&#8217;s posts were too chit-chatty &#8211; not focused on real value&#8221;.</li>
</ul>
<p>All of these reasons cited go directly to the concept of relevancy.</p>
<p>When does content become too much? When it ceases to be relevant.</p>
<p>When do you want to make some content go away? When it ceases to be relevant.</p>
<p>When does content become boring? When it ceases to be relevant.</p>
<p>This competition for relevance is one half of the defining challenge for social media marketers. To a certain extent, paying for the privileged of pushing an unwanted message into the yawning maw of consumers provided a specific degree of insurance. Relevancy was always theoretically important to marketing effectiveness. It&#8217;s just that it wasn&#8217;t a big enough factor to truly matter. Or rather, it didn&#8217;t matter to enough people.</p>
<p>It&#8217;s not a new problem. Rather, it&#8217;s an intensification of a latent one.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/05/relevancy-in-facebook-brand-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstraction is the price of brevity</title>
		<link>http://christopherberry.ca/2011/04/abstraction-is-the-price-of-brevity/</link>
		<comments>http://christopherberry.ca/2011/04/abstraction-is-the-price-of-brevity/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:33:04 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing Science]]></category>
		<category><![CDATA[Memes]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=490</guid>
		<description><![CDATA[Communities create their own jargon because they need brevity in their conversation. The price of that brevity is abstraction. Jargon unites people in as much as it alienates them from each other. I&#8217;ve experienced this first hand &#8211; visiting data miners, market researchers, marketing scientists, entrepreneurial developers, and brand managers. It becomes very easy for [...]]]></description>
			<content:encoded><![CDATA[<p>Communities create their own jargon because they need brevity in their conversation.</p>
<p>The price of that brevity is abstraction.</p>
<p>Jargon unites people in as much as it alienates them from each other.</p>
<p>I&#8217;ve experienced this first hand &#8211; visiting data miners, market researchers, marketing scientists, entrepreneurial developers, and brand managers. It becomes very easy for people to dismiss entire modes of thought purely because the jargon doesn&#8217;t resonate.</p>
<p>Deep within abstraction are generally understood understandings. For instance, the term &#8216;qualified traffic&#8217; means something very fundamental to a search marketer. The same term, &#8216;traffic&#8217;, is perceived a fair bit differently among web analysts. And in terms of CRM people &#8211; well &#8211; they don&#8217;t view &#8216;response&#8217; as a form of traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/04/abstraction-is-the-price-of-brevity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Never Say No To Panda</title>
		<link>http://christopherberry.ca/2011/03/never-say-no-to-panda/</link>
		<comments>http://christopherberry.ca/2011/03/never-say-no-to-panda/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:52:25 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Marketing Science]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=438</guid>
		<description><![CDATA[The Panda Cheese commercials are brilliant, and I&#8217;d like to believe, a product of scientific advertising. I have no basis for that, but I&#8217;m heaping praise on the creative and the analyst who worked on it. You can see the series of commercials here. Specific elements: Divergent use of a violent panda. Repetitious use of [...]]]></description>
			<content:encoded><![CDATA[<p>The Panda Cheese commercials are brilliant, and I&#8217;d like to believe, a product of scientific advertising. I have no basis for that, but I&#8217;m heaping praise on the creative and the analyst who worked on it.</p>
<p>You can see <a title="Never Say No To Panda" href="http://www.youtube.com/watch?v=X21mJh6j9i4" target="_blank">the series of commercials here</a>.</p>
<p>Specific elements:</p>
<ul>
<li>Divergent use of a violent panda.</li>
<li>Repetitious use of a song across all five ads.</li>
<li>Consistent direction (ie. over the head reaction shots from Panda POV).</li>
<li>Desired behavior demonstrated (&#8220;Get another one&#8230;&#8221;).</li>
<li>Divergent tag line, phrased in the negative. &#8220;Never Say No To Panda&#8221;, which contradicts the affirmative bias we&#8217;ve had for years.</li>
</ul>
<p>Brilliant &#8211; check it out.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/03/never-say-no-to-panda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cutting the Cable in the Three Screen Era</title>
		<link>http://christopherberry.ca/2011/03/cutting-the-cable-in-the-three-screen-era/</link>
		<comments>http://christopherberry.ca/2011/03/cutting-the-cable-in-the-three-screen-era/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 19:26:17 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing Science]]></category>
		<category><![CDATA[Mobile Analytics]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=436</guid>
		<description><![CDATA[I cut the cable tomorrow. For specific firm, I will go from being worth a stable $170/month subscriber, complete with PVR, to being worth nothing. I&#8217;m switching my Internet to a non-UBB restricted wholesaler. I will continue to spend $10/month for Netflix. I will get my live TV with the &#8220;free&#8221;, Over-The-Air broadcast signal from [...]]]></description>
			<content:encoded><![CDATA[<p>I cut the cable tomorrow.</p>
<p>For specific firm, I will go from being worth a stable $170/month subscriber, complete with PVR, to being worth nothing. I&#8217;m switching my Internet to a non-UBB restricted wholesaler. I will continue to spend $10/month for Netflix. I will get my live TV with the &#8220;free&#8221;, Over-The-Air broadcast signal from CN tower, which I have a clear view from. Dedicated ad impressions will take a pretty big hit, as the number of must-see, full attention shows are less than 5. I can&#8217;t anticipate myself suffering through TV without a PVR.</p>
<p>I can&#8217;t imagine deliberately exposing myself to an abusive medium any longer.</p>
<p>That attitude ought to concern broadcasters and marketers alike. I&#8217;m not alone in holding it.</p>
<p>The decision hasn&#8217;t been easy. But a lot of factors contributed.</p>
<p>The first is attention. I almost always have a second screen in front of me. My home office is positioned so I can see the TV, dead ahead. My couch is positioned in front of the TV. From my office, the TV competes with my laptop. From my couch, the TV competes with my iPad, and with journals. Finally, the content on TV just couldn&#8217;t compete.</p>
<p>I&#8217;ll go 2 hours with the TV on, looking up only to fast forward through the most annoying bits (what the hell is happening on CNN?). What was I paying for? That&#8217;s the second reason: the annoyance of having to fast forward using a PVR.</p>
<p>And that&#8217;s the third factor &#8211; choice and control. I don&#8217;t understand why the on-demand standard isn&#8217;t the ultimate standard.</p>
<p>TV isn&#8217;t dying. It isn&#8217;t dead. But it&#8217;s lost the right to be a constant.</p>
<p>But the other two screens are winning. Cutting the cable is the tipping point.</p>
<p>I&#8217;ll let you know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/03/cutting-the-cable-in-the-three-screen-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forecasting is not Target Setting</title>
		<link>http://christopherberry.ca/2011/02/forecasting-is-not-target-setting/</link>
		<comments>http://christopherberry.ca/2011/02/forecasting-is-not-target-setting/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 16:53:52 +0000</pubDate>
		<dc:creator>Christopher Berry</dc:creator>
				<category><![CDATA[Analytics Strategy]]></category>
		<category><![CDATA[Marketing Science]]></category>
		<category><![CDATA[Social Analytics]]></category>
		<category><![CDATA[Social Media Analytics]]></category>

		<guid isPermaLink="false">http://christopherberry.ca/?p=346</guid>
		<description><![CDATA[The goal of a forecast is to make an accurate prediction about the future state of a system based on the best available evidence. The goal of target setting is to make a statement about a desired future state &#8211; with or without a forecast. Targets are political artifacts. You can read all about such [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of a forecast is to make an accurate prediction about the future state of a system based on the best available evidence.</p>
<p>The goal of target setting is to make a statement about a desired future state &#8211; with or without a forecast.</p>
<p>Targets are political artifacts. You can read all about <a title="Target setting in road safety" href="http://journals.hil.unb.ca/index.php/CJT/article/view/738" target="_blank">such dynamics in public policy here</a>.</p>
<p>Forecasts, ideally, are scientific artifacts.</p>
<p>The interplay between forecasts and targets is particularly interesting. Those who produce sophisticated forecasts should understand that the motivation of those probing models is to assess whether or not a future state is possible, or, in certain situations, just how probable a given scenario could be.</p>
<p>Don&#8217;t become trapped into the mindset that a trend is locked in permanently. Actively explore what needs to be true, in which circumstances, to produce a better outcome. Most importantly, and I&#8217;m learning this the very hard way, make every attempt to make affirmative recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopherberry.ca/2011/02/forecasting-is-not-target-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

