<?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>Peltier Tech Blog &#187; SPC</title>
	<atom:link href="http://peltiertech.com/WordPress/category/spc/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SPC Approach to Browser Stats</title>
		<link>http://peltiertech.com/WordPress/spc-approach-to-browser-stats/</link>
		<comments>http://peltiertech.com/WordPress/spc-approach-to-browser-stats/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 13:01:23 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[SPC]]></category>
		<category><![CDATA[Run Charts]]></category>
		<category><![CDATA[site statistics]]></category>
		<category><![CDATA[Statistical Process Control]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3192</guid>
		<description><![CDATA[In Web Browser Stats: Problems With Data Gaps I looked at my website statistics to evaluate how relative usage of Internet Explorer, Firefox, and Google Chrome has evolved over the past year and a half. For part of my analysis, I plotted SPC-type control charts of browser stats using a simple mean ± 3 SD [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/WordPress/web-browser-stats-problems-with-data-gaps/"title="Web Browser Stats: Problems With Data Gaps » Peltier Tech Blog" >Web Browser Stats: Problems With Data Gaps</a> I looked at my website statistics to evaluate how relative usage of Internet Explorer, Firefox, and Google Chrome has evolved over the past year and a half. For part of my analysis, I plotted SPC-type control charts of browser stats using a simple mean ± 3 SD approach to control limits. My colleague DaleW reminded me that my quick and dirty approach was not as good as a rigorous Shewhart Individuals control chart analysis. I should have known better; I even covered the individuals chart approach in <a href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/"title="Introducing Control Charts (Run Charts) » Peltier Tech Blog" >Introducing Control Charts (Run Charts)</a>.</p>
<p>To review the approach, the raw data is plotted in two ways. The actual points are plotted in one chart, and the moving ranges (differences between points <em>i</em> and <em>i-1</em>) are plotted in another chart. A horizontal line is drawn on each chart at the mean of the data. Control limits are calculated using the moving range as a measure of variability instead of standard deviation. The upper control limit (UCL) of the moving range chart is calculated as 3.27 times the mean of the moving range, and this is plotted on the moving range chart. The upper and lower control limits (UCL and LCL) of the individual values is given my the mean of the individual values ± 2.66 times the mean of the moving range, and these are plotted on the individuals chart.</p>
<p><span id="more-3192"></span>If there is a trend in the data, the moving range will be smaller than the standard deviation, because the basis for determining variability is difference from the previous point, rather than from the mean of all points.</p>
<h2>Individuals-Moving Range Analysis</h2>
<p>This table shows the individual values and moving ranges for the three main browsers. The means and control limits are computed below the table of values, and values in the table are colored red if they lie outside the control limits. The values show browser usage each month by percent of visits to my site.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart Data" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-data.png" alt="I-MR Chart for Internet Explorer" /></p>
<p>There is a lot of red (i.e., out of statistical control) in the IE and Chrome individual values, notably at the beginning and end, indicating a trend from start to finish. Firefox shows only one red point, and there&#8217;s no obvious trend. The only red value in the moving range data is a single point for IE.</p>
<p>The data is plotted in the following I-MR charts. The Y axis ranges are the same for all browsers for easy comparison. The trends for Internet Explorer and Chrome are rather obvious when the new control limits are plotted.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Internet Explorer" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-IE.png" alt="I-MR Chart for Internet Explorer" /></p>
<p>For IE (above) the upper and lower control limits calculated using mean and  standard  deviation were 67.9% and 53.5%, much further apart than those  in the I-MR chart; in fact, those limits fall outside the Y axis scale  of the I-MR chart. For Chrome (below), the Mean-SD upper control limit is 10.4%,  which also falls outside the corresponding I-MR chart. Both  calculations for Chrome&#8217;s LCL are below zero; since this makes no  physical sense, zero is used.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Chrome" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-CH.png" alt="I-MR Chart for Chrome" /></p>
<p>The Firefox control limits based on mean and SD are further apart than the I-MR limits, by one percentage point (32.4% and 27.0%), but would still be visible in this chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Firefox" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-FF.png" alt="I-MR Chart for Firefox" /></p>
<h2>I-MR Analysis for Sparse Data</h2>
<p>The conclusion from my earlier post was that three points over 18 months is insufficient data to judge whether there was a trend in the browser usage percentages. This conclusion holds when the more rigorous I-MR evaluation is carried out. If we perform the above analysis on four points, one point every six months, the I-MR calculations and charts show the processes are in control, and cannot be attributed to changing patterns of usage.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart Data" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-data2.png" alt="I-MR Chart for Internet Explorer" /></p>
<p>The moving range values are much larger than for monthly data points, since six months of changes are lumped into one point. As a result, the control limits are pushed far enough away from the means that there are no out-of-control points.</p>
<p>The data is plotted in the following I-MR charts. The Y axis ranges are the same for all browsers for easy comparison. Although we &#8220;see&#8221; trends for Internet Explorer and Chrome, since there are no points outside the control limits and not enough points to invoke the special Western Electric rules, we cannot conclude there is any variation not attributable to random fluctuations.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Internet Explorer" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-IE2.png" alt="I-MR Chart for Internet Explorer" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Chrome" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-CH2.png" alt="I-MR Chart for Chrome" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="I-MR Chart for Firefox" src="http://peltiertech.com/images/2010-04/jonstats-I-MR-FF2.png" alt="I-MR Chart for Firefox" /></p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=SPC%20Approach%20to%20Browser%20Stats%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats&amp;bodytext=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;t=SPC%20Approach%20to%20Browser%20Stats" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats&amp;notes=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats&amp;annotation=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;title=SPC%20Approach%20to%20Browser%20Stats" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;t=SPC%20Approach%20to%20Browser%20Stats" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=SPC%20Approach%20to%20Browser%20Stats&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;submitHeadline=SPC%20Approach%20to%20Browser%20Stats&amp;submitSummary=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fspc-approach-to-browser-stats%2F&amp;t=SPC%20Approach%20to%20Browser%20Stats&amp;s=In%20Web%20Browser%20Stats%3A%20Problems%20With%20Data%20Gaps%20I%20looked%20at%20my%20website%20statistics%20to%20evaluate%20how%20relative%20usage%20of%20Internet%20Explorer%2C%20Firefox%2C%20and%20Google%20Chrome%20has%20evolved%20over%20the%20past%20year%20and%20a%20half.%20For%20part%20of%20my%20analysis%2C%20I%20plotted%20SPC-type%20con" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/spc-approach-to-browser-stats/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Types of Control Charts</title>
		<link>http://peltiertech.com/WordPress/types-of-control-charts/</link>
		<comments>http://peltiertech.com/WordPress/types-of-control-charts/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 14:14:11 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[SPC]]></category>
		<category><![CDATA[control chart]]></category>
		<category><![CDATA[Run Chart]]></category>
		<category><![CDATA[Statistical Process Control]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1453</guid>
		<description><![CDATA[Last year I wrote an Introduction to Control Charts (Run Charts). I referenced a favorite book of mine, Understanding Variation: The Key to Managing Chaos, by Donald Wheeler of SPC Press, an expert in Statistical Process Control. This book is a quick read, and it&#8217;s a great introduction to control charts, written clearly using layman&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I wrote an <a href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/"title="Introducing Control Charts (Run Charts)" >Introduction to Control Charts (Run Charts)</a>. I referenced a favorite book of mine, <a href="http://www.amazon.com/Understanding-Variation-Key-Managing-Chaos/dp/0945320531%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0945320531" rel="nofollow" name="evtst|a|0945320531" >Understanding Variation: The Key to Managing Chaos</a>, by <strong>Donald Wheeler</strong> of <a href="http://www.spcpress.com/" rel="nofollow" title="SPC Press" >SPC Press</a>, an expert in Statistical Process Control. This book is a quick read, and it&#8217;s a great introduction to control charts, written clearly using layman&#8217;s terms, with a number of very good examples to illustrate their use.</p>
<p>In fact, in my last engineering job before becoming a full-time Excel jockey, I was frustrated by many operational features in the manufacturing facility where I worked. As I reread Wheeler&#8217;s book, I could relate many observed behaviors in the plant with examples in the book. Most examples, of course, showed misuse of reporting as well as optimization of separate departments to the detriment of the business as a whole. My employer talked the talk of SPC and Six Sigma, but nobody with any authority understood statistics or processes, so the company walked a random walk through the jargon of process control.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;"><span id="more-1453"></span>Types of Control Chart</h2>
<p>A control chart, or run chart, is essentially a time series that shows variation in a process output over a period of time. The time may be defined by an actual date or time, or by a number indicating how many times the process has been carried out. Control charts were developed in the 1920s by <strong>Walter Shewhart</strong> while he was working at Bell Labs. Shewhart was investigating ways to improve product reliability by reducing and controlling manufacturing variability, and the control chart was Shewhart&#8217;s means of distinguishing random variability inherent in a process from &#8220;special causes&#8221; extrinsic to the process.</p>
<p>Wheeler&#8217;s book demonstrates statistical process control using the simplest type of control chart. This is called an Individuals chart, so named because it is based on individual measured values. The moving range (difference between sequential measurements) is used to calculate control limits for the chart. Individuals charts are also called XMR (or XmR) charts, to denote the individual X values and the moving ranges.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_x-limits.png" alt="Time series data of individual measurements with control limits" width="512" height="136" /><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_r-limits.png" alt="Time series data of moving range with UCL" width="512" height="94" /><br />
 <strong>Individuals (XMR) chart, comprised of X chart (top) and R chart (bottom)</strong><br />
 <em>from <a href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/"title="Introducing Control Charts (Run Charts)" >Introduction to Control Charts (Run Charts)</a></em></p>
<p>The Individuals chart is used when individual values or rates are collected periodically. Examples of this type of data may be daily scrap rates in a production line, or a company&#8217;s monthly sales. Depending on the type of data being tracked, and on how it&#8217;s collected, there are actually several different types of control charts.</p>
<p>Other types of control charts are better suited to data which is collected in groups. While the Individuals chart plots the individual measured values and uses the moving range to provide statistical context, XbarR and XbarS charts are used when a batch of measurements comprise each sample. The average measurement from the group (Xbar) is plotted, while either the range (XbarR, for small batches) or sample standard deviation (XbarS, for larger sample sizes) of each sample is used for the calculation of control limits. I have seen one reference to the use of medians rather than means in these charts, but these variants must be rare.</p>
<p>If counts are measured (for example, the number of defective parts in a batch), several other control chart types have been developed to display the run chart behavior. These are known as P, C, nP, and u charts.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Selecting a Control Chart</h2>
<p>To help sort out the different types of control charts, Wheeler has laid out the requirements of each in the form of a flow diagram. The only version I have of Wheeler&#8217;s diagram is a second-hand distorted GIF file, so I&#8217;ve redrawn the flow chart in both vertical and horizontal orientations. This is a handy reference if you are building your own control charts, but an SPC software package will automatically select the appropriate control chart based on the data provided.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FlowDiagramVert.png" alt="Control Chart Selection Vertical Flow Chart" width="385" height="511" /></p>
<p align="center"><strong>Vertical Flow Diagram for Selection of Proper Control Chart</strong><br />
 <em><a href="http://peltiertech.com/images/2009-02/FlowDiagramVert.png" rel="nofollow" >Link to Image File</a> &#8211; <a href="http://peltiertech.com/images/2009-02/FlowDiagramVert.pdf" rel="nofollow" >Link to PDF File</a></em></p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FlowDiagramHoriz.png" alt="Control Chart Selection Horizontal Flow Chart" width="512" height="383" /></p>
<p align="center"><strong>Horizontal Flow Diagram for Selection of Proper Control Chart</strong><br />
 <em><a href="http://peltiertech.com/images/2009-02/FlowDiagramHoriz.png" rel="nofollow" >Link to Image File</a> &#8211; <a href="http://peltiertech.com/images/2009-02/FlowDiagramHoriz.pdf" rel="nofollow" >Link to PDF File</a></em></p>
<p>In a series of posts I will show how to create each type of control chart in my favorite statistical process control software platform, and I will present real-world examples of each.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Interpreting Control Charts</h2>
<p>I will also cover interpretation of control charts. A process is in control when its variability is described by the natural statistical variation defined by measurements taken over a period of time. When the process goes &#8220;out of control&#8221; (or &#8220;out of statistical control&#8221;), it indicates a possible change to the process, because the statistical rules determining the variability in the process have changed.</p>
<p>The natural process limits in a control chart are constructed to contain variations within 3 standard deviations above and below the mean, or 99.7% of naturally occurring variations. Any measurement outside this range is out of control, and special causes for this variation should be identified.</p>
<p>Obviously, a process is out of control when a measurement falls outside of the upper or lower control limits drawn on the control chart. The probability that this may occur naturally is 0.3%, sufficiently rare to warrant examination of the process when this occurs.</p>
<p>Other patterns in the data also merit special investigation. For example, too many consecutive measurements above or below the mean may indicate loss of statistical control of a process. Too many consecutive measurements that trend in one direction, or too many consecutive alternating measurements, may signal a process shift. A change in the process may be indicated by having too much, or not enough, variation within the ± 3 sigma limits.</p>
<p style="margin-left: 24px; margin-right: 24px;"><em>Not enough variation sounds like a good thing, doesn&#8217;t it? Well, it probably is. Not all process change is necessarily bad. But if this change is not understood, then it cannot be reproduced, measured, and controlled. Thus, even if the change results in less variability, it is not a good change.</em></p>
<p>A number of rules have been established that define patterns that may indicate change in the underlying process. I will cover these special rules in a post in this series on the control chart. Software packages that produce run charts have these rules built in, but it is good to understand their basis.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Types%20of%20Control%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts&amp;bodytext=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;t=Types%20of%20Control%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts&amp;notes=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts&amp;annotation=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;title=Types%20of%20Control%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;t=Types%20of%20Control%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Types%20of%20Control%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;submitHeadline=Types%20of%20Control%20Charts&amp;submitSummary=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ftypes-of-control-charts%2F&amp;t=Types%20of%20Control%20Charts&amp;s=Last%20year%20I%20wrote%20an%20Introduction%20to%20Control%20Charts%20%28Run%20Charts%29.%20I%20referenced%20a%20favorite%20book%20of%20mine%2C%20Understanding%20Variation%3A%20The%20Key%20to%20Managing%20Chaos%2C%20by%20Donald%20Wheeler%20of%20SPC%20Press%2C%20an%20expert%20in%20Statistical%20Process%20Control.%20This%20book%20is%20a%20quick" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/types-of-control-charts/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Use a Chart to See Patterns in Your Data</title>
		<link>http://peltiertech.com/WordPress/use-a-chart-to-see-patterns-in-your-data/</link>
		<comments>http://peltiertech.com/WordPress/use-a-chart-to-see-patterns-in-your-data/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 11:59:56 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[SPC]]></category>
		<category><![CDATA[control chart]]></category>
		<category><![CDATA[Run Chart]]></category>
		<category><![CDATA[Statistical Process Control]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=203</guid>
		<description><![CDATA[A simple chart can be very useful to check for patterns or errors in your data. Such features of the data may be difficult or impossible to find in the tabulated data, but they jump out from a simple chart.
Jorge Camoes suggests in Validate Your Tables &#8211; US Census Bureau Example that we make a [...]]]></description>
			<content:encoded><![CDATA[<p>A simple chart can be very useful to check for patterns or errors in your data. Such features of the data may be difficult or impossible to find in the tabulated data, but they jump out from a simple chart.</p>
<p><a href="http://charts.jorgecamoes.com/" rel="nofollow" title="Jorge Camoes’ Charts" >Jorge Camoes</a> suggests in <a href="http://charts.jorgecamoes.com/using-charts-to-validate-outputs-us-census-bureau-example/" rel="nofollow" title="Using Charts to Validate Your Tables - US Census Bureau Example" >Validate Your Tables &#8211; US Census Bureau Example</a> that we make a quick chart to make sure the data &#8220;looks&#8221; correct. Jorge was looking at some data from the US Census Bureau, and it didn&#8217;t seem correct. So he made a simple plot.</p>
<p align="center"><img title="US Census Bureau Error" src="http://peltiertech.com/WordPress/wp-content/img200808/jorge_uscensus02.png" alt="US Census Bureau Error" width="300" height="181" /></p>
<p>As Jorge says, &#8220;Can you see [the error] now? Of course you can. Try <em>not</em> to see it…&#8221;</p>
<p>Jorge&#8217;s simple example is a great illustration. The following is another great example of how much easier it is to see patterns in charts than in tabulated data. This example is taken from <a href="http://www.amazon.com/Understanding-Variation-Key-Managing-Chaos/dp/0945320531%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0945320531" rel="nofollow" name="evtst|a|0945320531" >Understanding Variation: The Key to Managing Chaos</a>, by Donald J. Wheeler.<span id="more-203"></span></p>
<table style="width: 100%;" border="0">
<tbody>
<tr valign="center">
<td></td>
<td style="width: 100px;"><a href="http://www.amazon.com/Understanding-Variation-Key-Managing-Chaos/dp/0945320531%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0945320531" rel="nofollow" ><img src="http://ecx.images-amazon.com/images/I/41V5P1K8Y2L._SL160_.jpg" alt="" /></a></td>
<td width="24"></td>
<td width="300">
<p style="font-size : 10pt;">This small, 136-page book is very useful because of its down-to-earth approach to SPC and its reliance on real business and manufacturing examples. I&#8217;ve cited other examples from this book in my post <a href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/"class="simple_alink" title="Introducing Control Charts (Run Charts)" >Introducing Control Charts (Run Charts)</a>.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
<p><br class="spacer_" /></p>
<p>Here is the weekly production data for a plant, as presented in <a href="http://www.amazon.com/Understanding-Variation-Key-Managing-Chaos/dp/0945320531%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0945320531" rel="nofollow" name="evtst|a|0945320531" >Understanding Variation</a>, and unfortunately as it would be presented in so many formal and informal reports in business and industry.</p>
<p align="center"><img title="Tabulated Weekly Production Numbers" src="http://peltiertech.com/WordPress/wp-content/img200808/WhyChartData.png" alt="Tabulated Weekly Production Numbers" /></p>
<p>Do you see any patterns? Sure. Right. The first step towards clarity is to put the data into a single list (<a href="http://peltiertech.com/WordPress/wp-content/img200808/WhyChart01.csv">CSV file</a>), and make a simple line chart. This type of chart, which shows sequential values along a line chart, is called a <a href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/"title="Introducing Control Charts (Run Charts)" >control chart or run chart</a> and it is a basic component of <a href="http://peltiertech.com/WordPress/statistical-process-control/"class="simple_alink" title="Statistical Process Control" >Statistical Process Control</a>.</p>
<p align="center"><img title="Plotted Weekly Production Numbers" src="http://peltiertech.com/WordPress/wp-content/img200808/WhyChart01.png" alt="Plotted Weekly Production Numbers" /></p>
<p>As Jorge might say, &#8220;Can you see [the pattern] now? Of course you can. Try <em>not</em> to see it…&#8221;. When you look at the complete picture, and include dates (<a href="http://peltiertech.com/WordPress/wp-content/img200808/WhyChart02.csv">CSV file</a>), you can even form a hypothesis about why the pattern exists.</p>
<p align="center"><img title="Plotted Weekly Production Numbers" src="http://peltiertech.com/WordPress/wp-content/img200808/WhyChart02.png" alt="Plotted Weekly Production Numbers" /></p>
<p>I&#8217;ve made up the dates to go with the production figures, but only to help the illustration. Anyone who has worked in a production environment, in fact, any environment in which there are requirements due at regular intervals, knows this general pattern. Every week, some of the monthly quota is met, but in the last week of the month, there is a flurry of activity needed to actually meet the monthly quota. This is simple human nature of course, the same characteristic that leads to an all-nighter whenever a term paper is due.</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;bodytext=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;t=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;notes=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;annotation=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;t=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;submitHeadline=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;submitSummary=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-a-chart-to-see-patterns-in-your-data%2F&amp;t=Use%20a%20Chart%20to%20See%20Patterns%20in%20Your%20Data&amp;s=A%20simple%20chart%20can%20be%20very%20useful%20to%20check%20for%20patterns%20or%20errors%20in%20your%20data.%20Such%20features%20of%20the%20data%20may%20be%20difficult%20or%20impossible%20to%20find%20in%20the%20tabulated%20data%2C%20but%20they%20jump%20out%20from%20a%20simple%20chart.%0D%0A%0D%0AJorge%20Camoes%20suggests%20in%20Validate%20Your%20T" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/use-a-chart-to-see-patterns-in-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Control Charts (Run Charts)</title>
		<link>http://peltiertech.com/WordPress/introducing-control-charts-run-charts/</link>
		<comments>http://peltiertech.com/WordPress/introducing-control-charts-run-charts/#comments</comments>
		<pubDate>Thu, 01 May 2008 12:52:36 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[SPC]]></category>
		<category><![CDATA[control chart]]></category>
		<category><![CDATA[Run Chart]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=66</guid>
		<description><![CDATA[Introduction to Control Charts
While employed as a scientist/engineer for a large manufacturing corporation, I pulled a stint as trainer for my company&#8217;s Total Quality program. This role occupied half of my time for three or four years. A large component of our Total Quality initiative was related to Statistical Process Control (SPC). And of all [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction to Control Charts</strong></p>
<p>While employed as a scientist/engineer for a large manufacturing corporation, I pulled a stint as trainer for my company&#8217;s Total Quality program. This role occupied half of my time for three or four years. A large component of our Total Quality initiative was related to Statistical Process Control (SPC). And of all the volumes of course materials used in this training, the most useful was a small, 136-page book called <a href="http://www.amazon.com/gp/product/0945320531?ie=UTF8&amp;amp;tag=peltiertechni-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0945320531" rel="nofollow" >Understanding Variation<img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0945320531" border="0" alt="" width="1" height="1" /></a>.</p>
<p style="text-align: center;"><a href="http://www.amazon.com/gp/product/0945320531?ie=UTF8&amp;amp;tag=peltiertechni-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0945320531" rel="nofollow" ><img src="http://peltiertech.com/WordPress/wp-content/img200804/41V5P1K8Y2L._SL160_.jpg" border="0" alt="" /></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0945320531" border="0" alt="" width="1" height="1" /></p>
<p style="text-align: center;"><a href="http://www.amazon.com/gp/product/0945320531?ie=UTF8&amp;amp;tag=peltiertechni-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0945320531">Understanding Variation: The Key to Managing Chaos<br />
 Donald J. Wheeler</a><a href="http://www.amazon.com/gp/product/0945320531?ie=UTF8&amp;amp;tag=peltiertechni-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0945320531" rel="nofollow" ></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0945320531" border="0" alt="" width="1" height="1" /></p>
<p>What made the book so useful was its down-to-earth approach to SPC and its reliance on real business and manufacturing examples.<span id="more-66"></span></p>
<p>After discussing the randomness but orderliness of data, the book introduces time series charts. Basically, a record of performance is put on paper, in graphical form, so a quick glance can show whether things are on track. Once you have such a chart, you need a system that helps indicate how much variation is acceptable, and how much means the process is out of control.</p>
<p>Let&#8217;s take a look at some sample data. I&#8217;ve generated a couple of months of normally distributed process data, which looks like this:</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_x.png" alt="Time series data of x" width="512" height="136" /></p>
<p>The gray vertical lines separate adjacent weeks. Without any special training, one could look at this data, see that it varies, and say that &#8220;some days are better than others&#8221;. But we have no way to characterize the variation. Walter Shewhart first applied some simple but effective numerical techniques to this type of data, and he called the result &#8220;control charts&#8221;. While the techniques were relatively simple to apply, they were based on solid statistical methods.</p>
<p>The first step is to add a line to the chart above representing the mean of the data:</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_x-xbar.png" alt="Time series data of x and x-bar" width="512" height="136" /></p>
<p>We still can&#8217;t say anything more insightful than the data is distributed about the mean. In order to judge the variability in the data, we need first to quantify the variability. This can be done by analyzing a moving range chart, which is an effective measure of variation in the data, and simpler to compute than the standard deviation (at least in the days prior to desktop computers). Essentially, for a given day, we plot the absolute difference between that day&#8217;s value and the previous day&#8217;s value.</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_r.png" alt="Time series moving range data" width="512" height="94" /></p>
<p>We can add a line for the mean as we did with the chart of raw values:</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_r-rbar.png" alt="Time series data of r and r-bar" width="512" height="94" /></p>
<p>We still don&#8217;t know how much variability is &#8220;acceptable&#8221;, that is, attributable to common variation in the process. This is where some calculations are required. When using the moving range to determine &#8220;typical&#8221; variation, the maximum acceptable value of the moving range is 3.27 times the mean of the moving range. For this data, the mean of the moving range is 3.2, so the maximum acceptable moving range, or the Upper Control Limit for Ranges, is 10.5.</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_r-limits.png" alt="Time series data of r with UCL" width="512" height="94" /></p>
<p>The variability in moving range is well under the Upper Control Limit (UCL). We can use the moving range to compute the control limits on the individual values data: the mean of the moving range is multiplied by 2.66, then added to and subtracted from the process data mean (this is roughly equivalent to using 3 times the standard deviation of the individual values data). Our Upper and Lower Control Limits (UCL and LCL) are thus 28.1 and 11.1.</p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_x-limits.png" alt="Time series data of x with control limits" width="512" height="136" /></p>
<p>In conjunction, these two graphs comprise an XMR chart, because it analyzes the X (individual values) and MR (moving range) data.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_x-limits.png" alt="Time series data of x with control limits" width="512" height="136" /></p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/control_r-limits.png" alt="Time series data of r with UCL" width="512" height="94" /></p>
<p>A quick glance at these charts shows that the process data falls well within the upper and lower control limits, that is, it is operating within the bounds of random variation, and we can say that the process is &#8220;In Control&#8221;. In truth, there are additional tests for randomness, because any patterns in the data even within the control limits means the process may be &#8220;Out of Control&#8221;. A detailed treatment of these additional tests is beyond the scope of this introduction.</p>
<p>In addition to the XMR methodology, there are several other types of control charts, which are used for different types of data and data collection. I plan to describe them in a future post.</p>
<p><strong>Further Reading</strong></p>
<p style="padding-left: 30px;"><a href="http://www.iso9001help.co.uk/Introduction_to_SPC.htm" rel="nofollow" >ISO 9001 &#8211; Introduction to SPC</a></p>
<p style="padding-left: 30px;"><a href="http://en.wikipedia.org/wiki/Control_chart" rel="nofollow" >Control Charts on Wikipedia</a></p>
<p style="padding-left: 30px;"><a href="http://www.spcforexcel.com/ezine/april%202004.htm" rel="nofollow" >Interpreting Control Charts</a></p>
<p style="padding-left: 30px;"><a href="http://www.spcforexcel.com/ezine/April2006/april_2006.htm" rel="nofollow" >Selecting the Right Control Chart</a></p>
<p><strong>Excel Control Charts on the Peltier Tech Web Site</strong></p>
<p><a href="http://peltiertech.com/Excel/Charts/RunChtLines.html" rel="nofollow" title="Run Chart with Mean and Standard Deviation Lines" >Run Chart with Mean and Standard Deviation Lines</a></p>
<p style="text-align: center;"><a href="http://peltiertech.com/Excel/Charts/RunChtLines.html" rel="nofollow" title="Run Chart with Mean and Standard Deviation Lines" ><img class="aligncenter" style="border: 0pt none;" src="http://peltiertech.com/Excel/pix2/RunChtLines7.gif" alt="Run Chart with Mean and Standard Deviation Lines" width="527" height="221" /></a></p>
<p>This example shows how to build a run chart with a mean and lines for one standard deviation above and below the mean. For an &#8220;official&#8221; run chart calculated based on mean and standard deviation, the upper and lower control limits are usually set at ±3 SD. It is a simple matter to adjust the example to show any control limits you have calculated.</p>
<p><a href="http://peltiertech.com/Excel/Zips/ControlChart.zip" rel="nofollow" title="Dynamic Control Chart" >Dynamic Control Chart</a></p>
<p><a href="http://peltiertech.com/Excel/Zips/ControlChart.zip" rel="nofollow" title="Dynamic Control Chart" ></a></p>
<p style="text-align: center;"><img style="border: 0pt none;" src="http://peltiertech.com/Excel/pix1/ControlChart.gif" alt="Dynamic Control Chart" width="462" height="255" /></p>
<p>This links to a zipped workbook that uses VBA code to adjust the chart when the data changes. The positions of the lines are adjusted for changes in the data, and the points are formatted so that points below the mean are filled with blue and those above white, while diamonds are used for points within one SD of the mean, circles for two SD, and triangles for three SD; points outside of the control limits are red squares.</p>
<p>Historical note: This was the first chart I ever formatted point-by-point with VBA. Back in Excel 97 on an underpowered Windows 95 laptop, it was very slow, taking almost a minute to process the chart as seen above. It happens in a flash in Excel 2003 on a computer with enough juice to support Windows XP.</p>
<p><strong>Commercial Statistical Process Control Software</strong></p>
<p>If you have a need for extensive Statistical Process Control capabilities, then you are not likely to want to build an entire solution yourself. There are a number of commercial packages that provide SPC functionality for Excel. There is one in particular which I will mention here: <a href="http://www.spcforexcel.com/" rel="nofollow" title="SPC for Excel" >SPC for Excel</a>. Written and supported by a client of mine, <a href="http://www.spcforexcel.com/aboutus.htm" rel="nofollow" title="BPI Consulting" >Business Process Improvement</a>, or BPI Consulting, SPC for Excel is a turnkey SPC system in the form of an Excel add-in. SPC for Excel is compatible with Excel versions 2000 through 2007; this reduced view of its Excel 2007 ribbon tab shows the capabilities of SPC for Excel.</p>
<p style="text-align: center;"><a href="http://www.spcforexcel.com/" rel="nofollow" title="SPC for Excel" ><img class="aligncenter" style="border: 0pt none;" src="http://peltiertech.com/WordPress/wp-content/img200804/SPC_Ribbon_600.png" alt="SPC for Excel Ribbon" width="600" height="123" /></a></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Introducing%20Control%20Charts%20%28Run%20Charts%29%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;bodytext=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;t=Introducing%20Control%20Charts%20%28Run%20Charts%29" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;notes=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;annotation=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;title=Introducing%20Control%20Charts%20%28Run%20Charts%29" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;t=Introducing%20Control%20Charts%20%28Run%20Charts%29" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;submitHeadline=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;submitSummary=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fintroducing-control-charts-run-charts%2F&amp;t=Introducing%20Control%20Charts%20%28Run%20Charts%29&amp;s=Introduction%20to%20Control%20Charts%0D%0A%0D%0AWhile%20employed%20as%20a%20scientist%2Fengineer%20for%20a%20large%20manufacturing%20corporation%2C%20I%20pulled%20a%20stint%20as%20trainer%20for%20my%20company%27s%20Total%20Quality%20program.%20This%20role%20occupied%20half%20of%20my%20time%20for%20three%20or%20four%20years.%20A%20large%20co" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/introducing-control-charts-run-charts/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Statistical Process Control</title>
		<link>http://peltiertech.com/WordPress/statistical-process-control/</link>
		<comments>http://peltiertech.com/WordPress/statistical-process-control/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 14:45:23 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[SPC]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=65</guid>
		<description><![CDATA[Statistical Process Control (SPC) is a set of statistical and related methods for monitoring processes with an aim to improve productivity and reduce costs, time, and waste incurred by these processes. In fact, SPC is a philosophy surrounding the monitoring, analysis, and adjustment of process variables to produce continuous improvements in the process.
There are a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Statistical Process Control (SPC)</strong> is a set of statistical and related methods for monitoring processes with an aim to improve productivity and reduce costs, time, and waste incurred by these processes. In fact, SPC is a philosophy surrounding the monitoring, analysis, and adjustment of process variables to produce continuous improvements in the process.</p>
<p>There are a lot of terms that mean SPC, or that are a part of SPC. I plan to address some of these topics in more detail in future posts.</p>
<ul>
<li> Process Control</li>
<li>Process Capability</li>
<li>Quality Assurance</li>
<li>Quality Control</li>
<li>Total Quality Management</li>
<li>Reliability Engineering</li>
<li>Six Sigma</li>
<li>Lean Manufacturing</li>
<li>Continuous Improvement</li>
</ul>
<p>Statistical tools commonly used in SPC include the following (with links to pages on the Peltier Tech web site):</p>
<ul>
<li> <a href="http://peltiertech.com/Excel/Charts/RunChtLines.html" rel="nofollow" title="Run Chart with Mean and Standard Deviation Lines" >Run Charts (Control Charts)</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/BoxWhisker.html" rel="nofollow" title="Box and Whisker Charts" >Box and Whisker Charts</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/ProbabilityChart.html" rel="nofollow" title="Probability Chart" >Probability Plots</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/Histograms.html" rel="nofollow" title="Histograms" >Histograms</a></li>
<li>Pareto Charts</li>
<li>Scatter Plots</li>
<li>Regression Analysis</li>
<li>Analysis of Variance</li>
</ul>
<p>I will discuss several of these charting techniques in future posts.</p>
<p>Here are a few online resources you can visit to learn more about SPC.</p>
<ul>
<li>National Institute of Standards and Technology<br />
 <a href="http://www.itl.nist.gov/div898/handbook/index.htm" rel="nofollow" title="NIST/SEMATECH e-Handbook of Statistical Methods"  target="_blank">NIST/SEMATECH e-Handbook of Statistical Methods</a><br />
 <a title="NIST/SEMATECH e-Handbook of Statistical Methods - SPC" href="http://www.itl.nist.gov/div898/handbook/pmc/section1/pmc12.htm">Process Control Techniques<br />
 </a></li>
<li>Business Process Improvement<br />
 <a href="http://www.spcforexcel.com/articleslist.htm" rel="nofollow" title="SPC For Excel" >SPC Articles and Newsletter</a><br />
 <a title="SPC For Excel" href="http://www.spcforexcel.com/software.htm">SPC for Excel Software<br />
 </a></li>
<li>Wikipedia<a title="SPC on Wikipedia" href="http://en.wikipedia.org/wiki/Statistical_process_control"><br />
 Statistical Process Control on Wikipedia<br />
 </a></li>
</ul>
<p>Stay tuned for my follow-up posts on SPC. I will build a running index on this page as I add topics.</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Statistical%20Process%20Control%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control&amp;bodytext=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;t=Statistical%20Process%20Control" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control&amp;notes=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control&amp;annotation=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;title=Statistical%20Process%20Control" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;t=Statistical%20Process%20Control" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Statistical%20Process%20Control&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;submitHeadline=Statistical%20Process%20Control&amp;submitSummary=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstatistical-process-control%2F&amp;t=Statistical%20Process%20Control&amp;s=Statistical%20Process%20Control%20%28SPC%29%20is%20a%20set%20of%20statistical%20and%20related%20methods%20for%20monitoring%20processes%20with%20an%20aim%20to%20improve%20productivity%20and%20reduce%20costs%2C%20time%2C%20and%20waste%20incurred%20by%20these%20processes.%20In%20fact%2C%20SPC%20is%20a%20philosophy%20surrounding%20the%20mon" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/statistical-process-control/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
