<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Examples of Standard Deviation in Marketing Research</title>
      <link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research/</link>
      <description>Comments on Ask MetaFilter post Examples of Standard Deviation in Marketing Research</description>
	  	  <pubDate>Wed, 19 Mar 2008 05:48:37 -0800</pubDate>
      <lastBuildDate>Wed, 19 Mar 2008 05:48:37 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Examples of Standard Deviation in Marketing Research</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research</link>	
  	<description>Looking for clear, effective references of standard deviation in a marketing research project. For a college project, our group did some marketing research for an economically struggling pizzeria in town. We know want to present the information statistically (as per the norm), but I&apos;d like some examples of standard deviation being used to describe the data. Yes, I do know statistics, but I&apos;m not crazy-good with it, and our marketing prof seems really hung up on standard deviation.&lt;br&gt;
&lt;br&gt;
One more thing you may want to know. The purpose of the research was to ascertain awareness of their product within pre-defined geographic boundaries. &lt;br&gt;
&lt;br&gt;
Many thanks in advance.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.86530</guid>
  	<pubDate>Wed, 19 Mar 2008 04:31:07 -0800</pubDate>
  	<dc:creator>survivorman</dc:creator>
	
	<category>statistics</category>
	
	<category>marketing</category>
	
	<category>research</category>
	
	<category>report</category>
	
</item>
<item>
  	<title>By: a robot made out of meat</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1277072</link>	
  	<description>&lt;i&gt;Yes, I do know statistics, but I&apos;m not crazy-good with it, and our marketing prof seems really hung up on standard deviation&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
There is a temptation among some people to display only the mean of some data.  For example, that customers rated the pizza 3.82 out of 5.  However, in addition to the mean you are interested in how spread out those answers are.  The interpretation is different if everybody agrees that the pizza is a 3.82 or if there are a bunch of 5.0&apos;s and a handful of 1.0&apos;s.  The SD is a way of concisely presenting how spread out the data are.&lt;br&gt;
&lt;br&gt;
In binary outcomes (did you like the pizza?) the SD is dependent on the mean, and how many people answered total.  Lower SD in that case corresponds to greater confidence in the answer.&lt;br&gt;
&lt;br&gt;
I recommend that you look at the wiki or a basic stats textbook or talk to a TA if it is not clear why/how to report the SD of data.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1277072</guid>
  	<pubDate>Wed, 19 Mar 2008 05:48:37 -0800</pubDate>
  	<dc:creator>a robot made out of meat</dc:creator>
</item>
<item>
  	<title>By: blue_beetle</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1277081</link>	
  	<description>A lot of financial writings equate std. dev with the level of risk in a portfolio. You should be able to find it in a lot of consumer-level investment books.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1277081</guid>
  	<pubDate>Wed, 19 Mar 2008 06:09:32 -0800</pubDate>
  	<dc:creator>blue_beetle</dc:creator>
</item>
<item>
  	<title>By: vilcxjo_BLANKA</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1277082</link>	
  	<description>You and your impecunious graduate school colleague the sole occupants of an elevator.  It stops at the 4th floor, and your colleague gets out.  The average wealth of the elevator doesn&apos;t change very much.  Now, imagine that the elevator stops on the 5th floor, and Bill Gates and Warren Buffet get in.  All of a sudden, the average wealth of the occupants of the jumps precipitously.  Finally, you get off at the 6th floor, but Bill and Warren stay.  The average wealth of the elevator decreases, but only by epsilon.  How can we find a way to measure the two events?  &lt;br&gt;
&lt;br&gt;
The key observation, of course, is that Warren and Bill are richer than you and your colleague.  You could say &amp;quot;Let&apos;s measure the average error between the average and our wealth&amp;quot;.  That is to say, you could say &amp;quot;let&apos;s measure the sum of the differences between the average wealth and each of our wealths&amp;quot;.  But that turns out to be zero, and not helpful.  The large positive error you introduce is equal to the sum of the smaller negative errors Bill and Warren introduce.  But if you look at the average of the squares of the error, that makes the sums positive.  The standard deviation is (the square root of) the average value of the squares of the error.  The &lt;em&gt;variance&lt;/em&gt; is the average of the squares of the error, so the variance is the square of the standard deviation.  (I may have those name backward.)&lt;br&gt;
&lt;br&gt;
The standard deviation is closely related to the distance in N-dimensional space between the point whose coordinates are the measurements and the point whose coordinates are all equal to the average.  For the elevator case, the points are &lt;average&gt; and  &lt;gates&gt;.  Since all three are far from the average, the distance will be large.  In the first case, with you and your graduate student colleague, the points are &lt;average&gt; and &lt;you&gt;.  Each of You and Her are close to &lt;em&gt;this&lt;/em&gt; average, so the distance will be small.  We don&apos;t actually measure the distances, because in a sample with a lot of measurements, many small square errors can add up to a large distance, even if each error has a small square.&lt;br&gt;
&lt;br&gt;
You could also do this with absolute value rather than squares.  This leads to a different definition of distance, in the preceding paragraph, but you get similar answers.  I&apos;m not a statistician, but I suspect that the problem with absolute value is that its derivative is discontinuous at zero, which makes it harder to work with than squaring.&lt;br&gt;
&lt;br&gt;
FWIW, the average and standard deviation are just two in an infinite sequence of statistical momenta.  The (nth root of) the average of the nth power of the error is called the nth statistical moment.  It may have complex values if n is odd.  Each of these momenta tells you something about the distribution.  The limit as n goes to infinity is something important too, but I can&apos;t remember what it is.&lt;br&gt;
&lt;br&gt;
This is probably more mathematical detail than you wanted, and not actually a very concrete example, but I hope it&apos;s useful.&lt;/average&gt;&lt;/gates&gt;&lt;/average&gt;&lt;/you&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1277082</guid>
  	<pubDate>Wed, 19 Mar 2008 06:09:58 -0800</pubDate>
  	<dc:creator>vilcxjo_BLANKA</dc:creator>
</item>
<item>
  	<title>By: a robot made out of meat</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1277084</link>	
  	<description>I suppose that I should add that reporting the SD with binomial data is unusual; it&apos;d be better to just report N or a confidence interval on the mean.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1277084</guid>
  	<pubDate>Wed, 19 Mar 2008 06:11:22 -0800</pubDate>
  	<dc:creator>a robot made out of meat</dc:creator>
</item>
<item>
  	<title>By: survivorman</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1277087</link>	
  	<description>Some nice replys.&lt;br&gt;
&lt;br&gt;
@vilcxjo_BLANKA: awesome answer.  Thanks again to everyone, and I&apos;m certainly open for more suggestions.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1277087</guid>
  	<pubDate>Wed, 19 Mar 2008 06:17:13 -0800</pubDate>
  	<dc:creator>survivorman</dc:creator>
</item>
<item>
  	<title>By: grouse</title>
  	<link>http://ask.metafilter.com/86530/Examples-of-Standard-Deviation-in-Marketing-Research#1278161</link>	
  	<description>Statistically, I think it&apos;s a bit strange to use the standard deviation if your data is not normally distributed. I prefer to use the &lt;a href=&quot;http://en.wikipedia.org/wiki/Median_absolute_deviation&quot;&gt;median absolute deviation&lt;/a&gt;, which is also robust against outliers. But for a marketing course you should probably stick to the standard deviation as your prof may not have even heard of the MAD.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86530-1278161</guid>
  	<pubDate>Thu, 20 Mar 2008 04:06:29 -0800</pubDate>
  	<dc:creator>grouse</dc:creator>
</item>

    </channel>
</rss>
