4.2 Variable Control Charts
Key Takeaways
- For sample sizes n = 2 to 9, the X-bar & R chart is standard, using factor A2 for mean limits (UCL/LCL = X-double-bar ± A2 * R-bar) and D3, D4 for Range limits (UCL = D4 * R-bar, LCL = D3 * R-bar).
- For sample sizes n >= 10, the X-bar & S chart is statistically preferred because sample standard deviation S is an unbiased estimator of dispersion, using factors A3, B3, and B4.
- The Individual-Moving Range (I-MR) chart handles n = 1 (continuous processes/low volume), using moving range span 2 with E2 = 2.66 for X limits and D4 = 3.267 for MR limits.
- Process standard deviation estimation depends directly on the chart type: sigma-hat = R-bar / d2 for Range charts, S-bar / c4 for Standard Deviation charts, and MR-bar / 1.128 for Individual charts.
4.2 Variable Control Charts
Variable control charts monitor continuous quantitative metrics measured on an interval or ratio scale (e.g., dimension, shaft diameter, weight, tensile strength, temperature, or processing time). Effective process monitoring requires tracking two distinct statistical properties simultaneously: process central tendency (location) and process variability (dispersion).
Overview of Variable Control Chart Selection
Selecting the appropriate variable control chart depends primarily on subgroup size ((n)) and sampling economics:
| Subgroup Size ((n)) | Primary Location Chart | Primary Dispersion Chart | Dispersion Estimator ((\hat{\sigma})) | Required Factors |
|---|---|---|---|---|
| (n = 1) | Individual ((X)) Chart | Moving Range ((MR)) Chart (span (=2)) | (\hat{\sigma} = \frac{\bar{MR}}{d_2} = \frac{\bar{MR}}{1.128}) | (E_2 = 2.66), (D_4 = 3.267), (D_3 = 0) |
| (2 \le n \le 9) | (\bar{X}) (X-bar) Chart | (R) (Range) Chart | (\hat{\sigma} = \frac{\bar{R}}{d_2}) | (A_2, D_3, D_4, d_2) |
| (n \ge 10) | (\bar{X}) (X-bar) Chart | (S) (Std Dev) Chart | (\hat{\sigma} = \frac{\bar{S}}{c_4}) | (A_3, B_3, B_4, c_4) |
Control Chart Factors Lookup Table
Control chart factors are derived from normal distribution theory to convert sample statistics into 3-sigma control limits. The table below provides standard ASQ CQE factor values:
| Subgroup Size ((n)) | (A_2) | (d_2) | (D_3) | (D_4) | (A_3) | (c_4) | (B_3) | (B_4) |
|---|---|---|---|---|---|---|---|---|
| 2 | 1.880 | 1.128 | 0 | 3.267 | 2.659 | 0.7979 | 0 | 3.267 |
| 3 | 1.023 | 1.693 | 0 | 2.574 | 1.954 | 0.8862 | 0 | 2.568 |
| 4 | 0.729 | 2.059 | 0 | 2.282 | 1.628 | 0.9213 | 0 | 2.266 |
| 5 | 0.577 | 2.326 | 0 | 2.114 | 1.427 | 0.9400 | 0 | 2.089 |
| 6 | 0.483 | 2.534 | 0 | 2.004 | 1.287 | 0.9515 | 0.030 | 1.970 |
| 7 | 0.419 | 2.704 | 0.076 | 1.924 | 1.182 | 0.9594 | 0.118 | 1.882 |
| 8 | 0.373 | 2.847 | 0.136 | 1.864 | 1.099 | 0.9650 | 0.185 | 1.815 |
| 9 | 0.337 | 2.970 | 0.184 | 1.816 | 1.032 | 0.9693 | 0.239 | 1.761 |
| 10 | 0.308 | 3.078 | 0.223 | 1.777 | 0.975 | 0.9727 | 0.284 | 1.716 |
(\bar{X}) and (R) Control Charts ((2 \le n \le 9))
The (\bar{X}) and (R) chart pair is the standard tool for sample sizes from 2 to 9. The dispersion chart ((R) chart) must always be evaluated first. If the (R) chart is out of control, the sample variation is unstable, rendering the (\bar{X}) control limits mathematically invalid.
Formulas:
- Subgroup Mean: (\bar{X}i = \frac{\sum{j=1}^n X_{ij}}{n})
- Subgroup Range: (R_i = X_{\max} - X_{\min})
- Overall Grand Mean (Centerline for (\bar{X})): (\bar{\bar{X}} = \frac{\sum_{i=1}^k \bar{X}_i}{k})
- Average Range (Centerline for (R)): (\bar{R} = \frac{\sum_{i=1}^k R_i}{k})
Control Limits:
Worked Example 1: (\bar{X}) and (R) Calculation
A CNC precision shop collects (k = 25) subgroups of size (n = 5) shaft diameters. The grand mean is (\bar{\bar{X}} = 50.020\text{ mm}), and the average range is (\bar{R} = 0.150\text{ mm}).
-
Calculate (R) Chart Limits: From factor lookup for (n = 5): (D_3 = 0), (D_4 = 2.114).
-
Calculate (\bar{X}) Chart Limits: From factor lookup for (n = 5): (A_2 = 0.577).
-
Estimate Process Standard Deviation ((\hat{\sigma})): From factor lookup for (n = 5): (d_2 = 2.326).
(\bar{X}) and (S) Control Charts ((n \ge 10))
When subgroup size (n \ge 10), the sample range (R) becomes an inefficient estimator of process dispersion because it depends solely on extreme values. Sample standard deviation (S) utilizes every data point in the subgroup, making (\bar{X}) and (S) charts statistically superior.
Formulas:
- Subgroup Standard Deviation: (S_i = \sqrt{\frac{\sum_{j=1}^n (X_{ij} - \bar{X}_i)^2}{n - 1}})
- Average Standard Deviation: (\bar{S} = \frac{\sum_{i=1}^k S_i}{k})
Control Limits:
Worked Example 2: (\bar{X}) and (S) Calculation
An automated stamping process with subgroup size (n = 10) collects (k = 20) subgroups, yielding (\bar{\bar{X}} = 12.500\text{ mm}) and (\bar{S} = 0.040\text{ mm}). From factor table for (n = 10): (A_3 = 0.975), (B_3 = 0.284), (B_4 = 1.716), (c_4 = 0.9727).
-
(S) Chart Limits:
-
(\bar{X}) Chart Limits:
-
Estimate Process Standard Deviation ((\hat{\sigma})):
Individual and Moving Range ((I-MR)) Charts ((n = 1))
Used when rational subgrouping is impossible or impractical—such as automated 100% inspection, continuous chemical processing, low-volume production, or destructive testing.
Formulas (Moving Range Span = 2):
- Moving Range: (MR_i = |X_i - X_{i-1}|) for (i = 2, 3, \dots, k)
- Average Moving Range: (\bar{MR} = \frac{\sum_{i=2}^k MR_i}{k - 1})
- Centerline for Individuals: (\bar{X} = \frac{\sum X_i}{k})
Control Limits:
Note: The factor (E_2 = \frac{3}{d_2} = \frac{3}{1.128} \approx 2.660).
A quality engineer collects 20 subgroups of size n = 4 from a milling process. The grand mean is X-double-bar = 2.500 inches and average range R-bar = 0.020 inches. Using factors A2 = 0.729, D3 = 0, D4 = 2.282, d2 = 2.059, what are the upper control limit for the X-bar chart (UCL_X) and the estimated process standard deviation (sigma-hat)?
Why is the X-bar and S chart statistically preferred over the X-bar and R chart when subgroup size n >= 10?
An Individual and Moving Range (I-MR) chart is constructed for a chemical reactor temperature sensor (n = 1). The average moving range over 30 consecutive readings is MR-bar = 1.410 degrees C. What is the estimated process standard deviation sigma-hat?