Statistical Process Control (SPC) provides essential methodologies for monitoring, controlling, and enhancing process stability and quality. Central to SPC are control charts, with the Individuals and Moving Range (I/MR) chart being particularly vital for processes where data points are collected individually rather than in subgroups. The I/MR chart comprises two parts: the Individuals (I) chart, which tracks the process mean, and the Moving Range (MR) chart, which assesses process variability.
The calculation of accurate control limits is paramount for the effective use of I/MR charts. The internationally recognized standard ISO 7870-2:2023 ("Control charts — Part 2: Shewhart control charts") specifies the preferred methods. A key aspect of this standard for I/MR charts is the "2.66 * Moving Range Average" method for determining the control limits on the Individuals (I) chart. This method utilizes the average moving range (\(\overline{MR}\)) as a robust estimator of process variation. The factor 2.66 is derived from \(3/d_2\), where \(d_2\) is a control chart constant (approximately 1.128 for moving ranges based on two consecutive points), effectively setting control limits at approximately three standard deviations from the process average. This report delves into the fundamentals of SPC and control charts, provides a detailed explanation of I/MR charts, and meticulously outlines the calculation of their control limits, with a special emphasis on the ISO 7870-2 defined 2.66 * \(\overline{MR}\) method.
Statistical Process Control (SPC) is a powerful, data-driven methodology employed in quality management and various industrial processes. Its primary aim is to monitor, control, and ultimately improve processes by utilizing statistical techniques. SPC helps in understanding process behavior and making informed decisions to enhance product quality and operational efficiency. A key aspect of SPC is differentiating between two types of process variation:
By focusing on variation, SPC enables organizations to achieve more consistent outputs, reduce defects, and optimize performance.
A typical control chart illustrating data points plotted over time with a center line and upper/lower control limits.
Control charts, originally developed by Dr. Walter A. Shewhart in the 1920s, are the cornerstone tools of SPC. They are essentially time-series graphs that plot process data in chronological order, allowing for the visual tracking of process performance over time. The distinctive feature of a control chart lies in its statistically derived limits. Key components include:
Control charts serve several critical functions:
The Individuals and Moving Range (I/MR) chart, sometimes referred to as an XmR chart, is a type of Shewhart control chart specifically designed for continuous data where observations are collected individually (i.e., subgroup size n=1). This is in contrast to other charts like X-bar and R charts, which require data to be collected in rational subgroups.
An I/MR chart consists of two distinct but related charts plotted together:
Together, these two charts provide a comprehensive assessment of process stability, looking at both its central tendency and its spread.
An example of an I/MR chart, illustrating the Individuals (I) chart on top and the Moving Range (MR) chart below.
I/MR charts are particularly useful in situations such as:
It is crucial to examine the Moving Range (MR) chart before interpreting the Individuals (I) chart. The control limits on the I chart are calculated using the average moving range (\(\overline{MR}\)), which estimates process variability. If the MR chart indicates that the process variability is out of control (unstable), then the \(\overline{MR}\) value is unreliable, and consequently, the control limits calculated for the I chart will not be meaningful or accurate. An unstable MR chart suggests that the process spread is unpredictable, and addressing this variability should be the priority.
The International Standard ISO 7870-2:2023, "Control charts — Part 2: Shewhart control charts," provides a comprehensive guide to the use and understanding of the Shewhart control chart approach for statistical process control. This standard technically revises and replaces its 2013 predecessor, offering updated guidance and examples. It specifically outlines the methodologies for constructing various Shewhart charts, including I/MR charts, and defines the calculation of their control limits. The methods described are fundamental for ensuring consistency and statistical validity in process monitoring.
The first step in constructing an I/MR chart is to calculate the moving ranges from the sequence of individual observations. For a series of individual measurements \(X_1, X_2, ..., X_n\), the moving range \(MR_i\) between two consecutive points is the absolute difference:
\[ MR_i = |X_i - X_{i-1}| \]This calculation is done for all pairs of consecutive data points, resulting in \(n-1\) moving range values. A moving range typically uses two consecutive data points (span of 2).
Once the individual moving ranges are calculated, the next step is to determine the control limits for the MR chart.
The center line for the MR chart is the average of all calculated moving ranges, denoted as \(\overline{MR}\):
\[ \overline{MR} = \frac{\sum_{i=2}^{n} MR_i}{n-1} \]The control limits for the MR chart are calculated using \(\overline{MR}\) and standard control chart constants \(D_3\) and \(D_4\), which depend on the number of observations used to calculate each range (which is 2 for standard I/MR moving ranges):
\[ UCL_{MR} = D_4 \times \overline{MR} \] \[ LCL_{MR} = D_3 \times \overline{MR} \]For a moving range based on 2 observations (the most common case):
After establishing that the process variability is in control (based on the MR chart), the control limits for the Individuals (I) chart can be calculated.
The center line for the I chart is simply the average of all individual observations, denoted as \(\bar{X}\):
\[ \bar{X} = \frac{\sum_{i=1}^{n} X_i}{n} \]To set control limits for the I chart, an estimate of the process standard deviation (\(\hat{\sigma}\)) is needed. Since we have individual observations rather than subgroups, this estimate is derived from the average moving range (\(\overline{MR}\)). The relationship is:
\[ \hat{\sigma} = \frac{\overline{MR}}{d_2} \]Here, \(d_2\) is another control chart constant that depends on the sample size used for the range calculation (which is 2 for the moving range between two consecutive points). For a sample size of 2, \(d_2 \approx 1.128\).
The control limits for the I chart are typically set at \(\pm3\) standard deviations from the center line (\(\bar{X}\)). Using the estimate of \(\sigma\) derived from \(\overline{MR}\):
\[ UCL_I = \bar{X} + 3 \hat{\sigma} = \bar{X} + 3 \left( \frac{\overline{MR}}{d_2} \right) \] \[ LCL_I = \bar{X} - 3 \hat{\sigma} = \bar{X} - 3 \left( \frac{\overline{MR}}{d_2} \right) \]Substituting \(d_2 \approx 1.128\):
\[ \frac{3}{d_2} = \frac{3}{1.128} \approx 2.65957 \]This value is commonly rounded to 2.66. This constant (3/\(d_2\)) is also known as \(E_2\) for individual observations (n=1). Therefore, the control limits for the I chart, using the "2.66 * Moving Range Average" method as highlighted in ISO 7870-2, are:
\[ UCL_I = \bar{X} + 2.66 \times \overline{MR} \] \[ LCL_I = \bar{X} - 2.66 \times \overline{MR} \]This method, endorsed by ISO 7870-2:2023, provides a statistically robust and standardized approach for establishing the natural variation boundaries for individual process measurements. It is widely adopted because it offers a reliable way to estimate process variation when subgrouping is not possible.
The following table summarizes the formulas for calculating the center lines and control limits for both the Individuals (I) chart and the Moving Range (MR) chart, assuming a moving range based on two consecutive observations.
Chart Component | Element | Formula | Constants Used (for MR of size 2) |
---|---|---|---|
Individuals (I) Chart | Center Line (CLI) | \(\bar{X}\) | N/A |
Upper Control Limit (UCLI) | \(\bar{X} + 2.66 \times \overline{MR}\) (or \(\bar{X} + E_2 \times \overline{MR}\)) |
\(E_2 = 3/d_2 \approx 2.66\) (\(d_2 \approx 1.128\)) |
|
Lower Control Limit (LCLI) | \(\bar{X} - 2.66 \times \overline{MR}\) (or \(\bar{X} - E_2 \times \overline{MR}\)) |
\(E_2 = 3/d_2 \approx 2.66\) (\(d_2 \approx 1.128\)) |
|
Moving Range (MR) Chart | Center Line (CLMR) | \(\overline{MR}\) | N/A |
Upper Control Limit (UCLMR) | \(D_4 \times \overline{MR}\) | \(D_4 \approx 3.267\) | |
Lower Control Limit (LCLMR) | \(D_3 \times \overline{MR}\) | \(D_3 = 0\) |
Note: \(\bar{X}\) is the average of individual observations, and \(\overline{MR}\) is the average moving range.
To better understand the interconnected elements of I/MR charts and their calculation, the following mindmap provides a visual overview. It outlines the foundational principles of SPC, the specifics of I/MR charts, the crucial role of ISO 7870-2, and the steps involved in control limit calculation.
The effectiveness of I/MR charts in process monitoring and improvement depends on several interconnected factors. The radar chart below illustrates the relative importance of these factors and how they are often prioritized in typical implementations. Understanding these aspects can help organizations maximize the benefits derived from using I/MR charts.
This chart suggests that while factors like correct calculation and data accuracy are deemed highly important, areas such as operator training and consistent interpretation might receive less focus in practice, potentially impacting overall SPC effectiveness.
For a practical demonstration of how I/MR charts are constructed and used, including examples of calculations and interpretations, the following video provides a detailed walkthrough. It helps to solidify the concepts discussed and shows the application of these charts in real-world scenarios.
This video, "I-MR Control Chart: Detailed illustration with Practical Example," explains the creation and application of I/MR charts, aligning with the principles discussed.
Successfully implementing I/MR charts involves more than just correct formula application. Several practical aspects must be considered:
The Individuals and Moving Range (I/MR) chart is an indispensable tool in Statistical Process Control for monitoring processes with individual data points. The preferred method for calculating its control limits, particularly for the Individuals (I) chart, is the "2.66 * Moving Range Average" method, as robustly defined and supported by the ISO 7870-2:2023 standard. This approach provides a statistically sound basis for distinguishing between common and special cause variation, enabling timely interventions and fostering continuous process improvement.
By understanding the derivation of the 2.66 factor (from \(3/d_2\)) and correctly applying the formulas for both the I chart and the MR chart, organizations can effectively harness the power of I/MR charts to achieve greater process stability, reduce defects, and enhance overall quality performance. Adherence to the principles outlined in ISO 7870-2 ensures a standardized and reliable application of these powerful statistical tools.