9.2 Control Charts for Variables Data
Key Takeaways
- The X-bar and R (Sample Mean and Range) control chart is standard for continuous variable data collected in small subgroups (n = 2 to 6), utilizing factors A2, D3, and D4 derived from the standard deviation factor d2.
- When subgroup sample sizes exceed n ≥ 10 (or range from n = 7 to 12), the X-bar and S (Sample Mean and Standard Deviation) chart replaces R with S, utilizing factors A3, B3, and B4 based on c4 for superior estimation of within-subgroup dispersion.
- For individual measurements (n = 1), the Individual and Moving Range (I-MR or X-mR) chart measures process center using individual observations and dispersion via 2-point moving ranges (mR = |Xi - Xi-1|), using E2 = 2.66 and D4 = 3.267.
- Variable control limits rely on estimated process standard deviation: σ̂ = R-bar / d2 for range charts and σ̂ = S-bar / c4 for standard deviation charts.
- Control chart selection for variables data depends strictly on subgroup size n and measurement cost/homogeneity: I-MR for n=1, X-bar-R for 2 ≤ n ≤ 9, and X-bar-S for n ≥ 10.
Variables control charts monitor continuous quantitative process measurements (e.g., diameter, weight, temperature, tensile strength, cycle time) over time. They are the primary tool in the Control phase for detecting special cause variation and maintaining statistical process control.
Statistical Principles of Statistical Process Control (SPC)
Continuous process variation consists of two components:
- Common Cause Variation: Inherent natural background noise present in a stable process.
- Special Cause Variation: Unassignable external disturbances (e.g., raw material lot change, tool wear, operator error) that shift the process mean or increase variance.
$\bar{X}$ and $R$ Chart (Sample Subgroups $2 \le n \le 8$)
The $\bar{X}$ and $R$ chart is the most widely deployed variables chart for small subgroup sample sizes.
Mathematical Formulas & Limit Factors
Given $k$ subgroups of size $n$:
- Subgroup Mean ($\bar{x}_i$) & Range ($R_i$):
- Grand Mean ($\bar{\bar{x}}$) & Average Range ($\bar{R}$):
Control Limit Formulas
- $\bar{X}$-Chart:
- $R$-Chart:
Where $A_2, D_3, D_4$ are standard SPC constants derived from subgroup size $n$.
$\bar{X}$ and $S$ Chart (Sample Subgroups $n \ge 9$)
When subgroup size $n \ge 9$, sample range $R$ loses statistical efficiency because extreme values dominate $R$. The sample standard deviation $S$ utilizes all $n$ data points.
Control Limit Formulas
- $\bar{X}$-Chart: $UCL_{\bar{X}} = \bar{\bar{x}} + A_3 \bar{S}, \quad LCL_{\bar{X}} = \bar{\bar{x}} - A_3 \bar{S}$
- $S$-Chart: $UCL_S = B_4 \bar{S}, \quad LCL_S = B_3 \bar{S}$
Individual and Moving Range ($I$-$\text{MR}$) Chart ($n = 1$)
Used when process data consists of individual observations (e.g., continuous chemical process batch outputs, low-volume production, automated 100% inspection).
Moving Range ($MR_i$) Formula
Using $d_2 = 1.128$ for $n = 2$ moving range pairs:
Construction Algorithms & Calculation Formulas for Variables Charts
1. Construction of $\bar{X}$ and $R$ Charts
Given $k$ historical subgroups ($k \ge 20-25$) each containing $n$ observations ($2 \le n \le 8$):
Step 1: Calculate Subgroup Statistics
For each subgroup $i = 1, 2, \dots, k$:
Step 2: Calculate Overall Averages
Step 3: Compute Control Limits Using SPC Tabular Constants
- Range Chart ($R$-Chart):
- Mean Chart ($\bar{X}$-Chart):
Standard SPC Tabular Constants Table ($n = 2$ to $10$)
| Subgroup Size ($n$) | $A_2$ | $A_3$ | $d_2$ | $D_3$ | $D_4$ | $B_3$ | $B_4$ |
|---|---|---|---|---|---|---|---|
| 2 | 1.880 | 2.659 | 1.128 | 0 | 3.267 | 0 | 3.267 |
| 3 | 1.023 | 1.954 | 1.693 | 0 | 2.574 | 0 | 2.568 |
| 4 | 0.729 | 1.628 | 2.059 | 0 | 2.282 | 0 | 2.266 |
| 5 | 0.577 | 1.427 | 2.326 | 0 | 2.114 | 0 | 2.089 |
| 6 | 0.483 | 1.287 | 2.534 | 0 | 2.004 | 0 | 1.970 |
| 8 | 0.373 | 1.099 | 2.847 | 0.136 | 1.864 | 0.185 | 1.815 |
| 10 | 0.308 | 0.975 | 3.078 | 0.223 | 1.777 | 0.284 | 1.716 |
Worked Calculation Example: $\bar{X}$ and $R$ Chart
A Black Belt monitors shaft turning diameters. Subgroup size $n = 5$, number of subgroups $k = 20$. Baseline calculations yield grand mean $\bar{\bar{x}} = 25.040\text{ mm}$ and average range $\bar{R} = 0.080\text{ mm}$. From the table for $n = 5$: $A_2 = 0.577$, $D_3 = 0$, $D_4 = 2.114$.
- $R$-Chart Limits:
- $\bar{X}$-Chart Limits:
An analyst evaluates an X-bar and R chart for a machining operation using subgroups of size n=5. The overall grand mean X-double-bar = 50.00 mm and average range R-bar = 1.50 mm. Given control chart factors A2 = 0.577, D3 = 0, and D4 = 2.114, what are the upper and lower control limits for the X-bar chart?
Why is an Individual and Moving Range (I-MR) control chart designed with an E2 factor of 2.66 for calculating the Upper Control Limit (UCL_X = X-bar + E2 * mR-bar)?
A chemical processing plant collects batch viscosity measurements in subgroups of n=12 samples per lot. Why is an X-bar and S chart preferred over an X-bar and R chart for monitoring this process?