🧰Engineering Applications of Statistics
Key Concepts of Statistical Process Control Charts
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Statistical Process Control (SPC) charts are the backbone of quality engineering—and they're heavily tested because they represent the intersection of probability theory, hypothesis testing, and real-world process management. When you see an SPC question on an exam, you're being tested on whether you understand the difference between common cause variation (random, inherent to the process) and special cause variation (assignable, something went wrong). Every chart type exists to detect one or both of these variation types under specific data conditions.
Don't just memorize which chart goes with which data type. Know why certain charts are more sensitive to small shifts, when you'd choose variable data charts over attribute charts, and how control limits relate to the underlying probability distributions. The FRQ-style questions will ask you to justify chart selection, interpret out-of-control signals, and connect capability indices to specification limits. Master the concepts behind the charts, and the applications become intuitive.
Foundational Variable Data Charts
These charts monitor continuous, measurable data—things like length, weight, temperature, or time. They're built on the assumption that your process follows a normal distribution, and they use subgroup statistics to detect shifts in both the process mean and variability.
The central limit theorem is your friend here: even if individual measurements aren't perfectly normal, subgroup means will approximate normality as sample size increases.
Shewhart Control Charts
- The original SPC framework—all modern control charts derive from Walter Shewhart's 1920s work at Bell Labs
- Three-sigma limits define the UCL and LCL, capturing approximately 99.73% of variation when the process is in control
- Centerline represents the process mean ( for means, for ranges), with out-of-control points signaling special cause variation
X-bar and R Charts
- X-bar chart tracks subgroup means while the R chart monitors within-subgroup range—always use them together for complete process insight
- Best for subgroups of 2-10 observations—the R chart loses efficiency with larger subgroups (switch to S charts for )
- Control limits calculated from : UCL = and LCL = , where comes from standard tables
Individual and Moving Range (I-MR) Charts
- Designed for single observations—use when subgrouping is impossible (batch processes, destructive testing, slow production)
- Moving range calculated from consecutive points: , capturing short-term variation
- More sensitive to non-normality than X-bar charts since you lose the central limit theorem's smoothing effect
Compare: X-bar/R Charts vs. I-MR Charts—both monitor variable data, but X-bar/R requires rational subgroups while I-MR handles individual measurements. If an FRQ describes a slow chemical batch process with one measurement per batch, I-MR is your answer.
Attribute Data Charts
When your data is categorical rather than continuous—defective vs. acceptable, pass vs. fail, count of scratches—you need attribute charts. These are built on binomial and Poisson distributions rather than the normal distribution.
p-Charts
- Monitors proportion defective () for binary outcomes
- Based on binomial distribution—control limits widen when sample size decreases, which is why consistent sample sizes are preferred
- Requires "large enough" samples for normal approximation: typically and
c-Charts
- Counts defects per unit when sample size (area of opportunity) is constant—scratches per panel, errors per form, flaws per meter of wire
- Built on Poisson distribution where (average defect count) and control limits are
- Key distinction from p-charts: one unit can have multiple defects, so you're counting occurrences, not classifying units
u-Charts
- Defects per unit with variable sample sizes—the rate-based cousin of the c-chart
- Standardizes defect counts: where is the number of inspection units, allowing fair comparison across different-sized samples
- Control limits vary by sample size, creating a "staircase" pattern on the chart when changes
Compare: c-Charts vs. u-Charts—both count defects (not defectives), but c-charts assume constant sample size while u-charts adjust for varying inspection units. Think of c-charts for identical products off an assembly line, u-charts for variable-length fabric rolls.
Advanced Detection Charts
Standard Shewhart charts are excellent for detecting large shifts (1.5σ or greater), but they're sluggish when process changes are subtle. CUSUM and EWMA charts incorporate historical data to catch small, persistent shifts faster.
These charts trade simplicity for sensitivity—they're harder to interpret visually but mathematically superior for tight process control.
CUSUM Charts
- Cumulative sum of deviations from target: , where persistent drift accumulates into a detectable signal
- V-mask or tabular CUSUM methods define decision boundaries—a sustained slope indicates a mean shift
- Optimal for detecting shifts of 0.5σ to 2σ—where Shewhart charts might take 40+ samples, CUSUM can detect in under 10
EWMA Charts
- Weighted average emphasizing recent data: , where (typically 0.05-0.25) controls memory
- Smooths out noise while remaining sensitive to small shifts—lower means more smoothing and longer memory
- Robust to non-normality because the weighted averaging creates its own smoothing effect
Compare: CUSUM vs. EWMA—both detect small shifts faster than Shewhart charts, but CUSUM accumulates all historical deviations equally while EWMA weights recent data more heavily. EWMA is often preferred when you want a single chart that balances responsiveness with stability.
Process Capability and Multivariate Analysis
Beyond monitoring for stability, engineers must assess whether a stable process actually meets specifications. Capability indices bridge the gap between statistical control and customer requirements.
Process Capability Indices (Cp and Cpk)
- Cp measures potential capability: —how much of the specification width your process variation consumes
- Cpk accounts for centering: —penalizes processes that drift toward spec limits
- Industry benchmarks: is typically acceptable; indicates a highly capable process
Multivariate Control Charts
- Hotelling's chart monitors multiple correlated variables simultaneously—essential when quality depends on variable relationships
- Detects shifts that univariate charts miss—a process can be "in control" on individual charts but out of control when correlations break down
- Requires understanding of covariance structure—the control limit is based on the -distribution, not simple sigma limits
Compare: Cp vs. Cpk—both measure capability, but Cp assumes perfect centering while Cpk reflects actual process location. A process with but is capable but poorly centered—an easy fix if you can shift the mean.
Quick Reference Table
| Concept | Best Examples |
|---|---|
| Variable data, subgroups available | X-bar/R Charts, X-bar/S Charts |
| Variable data, individual measurements | I-MR Charts |
| Attribute data, proportion defective | p-Charts |
| Attribute data, defect counts (constant n) | c-Charts |
| Attribute data, defect counts (variable n) | u-Charts |
| Small shift detection | CUSUM Charts, EWMA Charts |
| Process capability assessment | Cp, Cpk indices |
| Multiple correlated variables | Multivariate (Hotelling's ) Charts |
Self-Check Questions
-
A chemical plant measures pH once per batch, with one batch produced per day. Which control chart setup is most appropriate, and why can't you use X-bar/R charts?
-
Compare p-charts and c-charts: what type of data does each monitor, and what underlying probability distribution does each assume?
-
Your process has but . What does this tell you about the process, and what single action would most improve ?
-
An FRQ asks you to recommend a chart for detecting a gradual 0.75σ shift in process mean. Why would you choose CUSUM or EWMA over a standard Shewhart chart?
-
A quality engineer monitors both tensile strength and elongation for steel wire, and these properties are highly correlated. Why might individual X-bar charts for each variable fail to detect a problem that a multivariate chart would catch?