Statistical Process Control (SPC)
Statistical Process Control (SPC) is a method of quality control that uses statistical techniques to monitor and control a process. The goal of SPC is to ensure that the process operates efficiently, producing more specification-conforming products with less waste (rework or scrap).
Really the question comes down to, imagine that the proportion of claimants receiving late payments rose from 1% to 3%, SPC can help us determine if this is a cause for concern or just a random occurrence.

Conceptual Foundation
Let
- = process output at time
A process is in control if:
- is constant over time
- is constant over time
- Observations are independent (or weakly dependent in a stable way)
That is,
If the distribution changes (mean shift, variance increase, structural change), the process is out of control.
Common Vs Special Cause Variation
Common Cause Variation
Inherent, random variation in the system.
Mathematically:
where
Special Cause Variation
A structural shift in parameters:
- Mean shift:
- Variance shift:
Example:
SPC attempts to detect such changes.
Control Charts
The primary SPC tool is the control chart.
A control chart consists of:
- Center Line (CL)
- Upper Control Limit (UCL)
- Lower Control Limit (LCL)
Typically:
If exceeds these limits, the probability under normality is:
Thus, false alarm rate ≈ 0.27%.
-Chart (Monitoring The Mean)
Suppose we take samples of size .
Let:
Then:
Standard deviation of :
Control limits:
If is unknown, estimate using:
-Chart (Monitoring Proportions)
Used when data are binary (e.g., late vs on-time payments).
Let:
- = sample size
Then:
Standard deviation:
Control limits:
(If LCL < 0, set to 0.)
Example: Late Payments (1% → 3%)
Suppose historical rate:
New observed sample:
Assume .
Standard deviation:
3-sigma limit:
Observed value:
Thus the increase is statistically unlikely under random variation → strong evidence of special cause variation.
Equivalent z-score:
Since , the shift is statistically significant.
SPC concludes: process likely out of control.
Hypothesis Testing Interpretation
SPC can be viewed as repeated hypothesis testing.
Null hypothesis:
or
Control limits define a rejection region with type I error approximately:
SPC is essentially a sequential testing procedure.
Average Run Length (ARL)
Average Run Length (ARL) = expected number of samples taken before a signal.
If false alarm probability per sample is , then:
For 3-sigma charts:
Meaning: on average, one false alarm every 370 samples.