shewhart chart
**A Shewhart chart** (also called a **control chart**) is the foundational **Statistical Process Control (SPC)** tool that plots individual measurements or subgroup statistics over time against **control limits** to determine whether a process is stable and in control. Developed by Walter Shewhart in the 1920s, it remains the most widely used SPC method in manufacturing.
**How a Shewhart Chart Works**
- **Data Points**: Each point on the chart represents a measurement (individual value, subgroup mean, range, or proportion) taken at a specific time.
- **Center Line (CL)**: The process mean ($\bar{X}$) — the expected value when the process is in control.
- **Upper Control Limit (UCL)**: $\bar{X} + 3\sigma$ — the upper boundary of expected natural variation.
- **Lower Control Limit (LCL)**: $\bar{X} - 3\sigma$ — the lower boundary.
- **Decision Rule**: If a point falls outside the control limits, the process is **out of control** (OOC) — an assignable cause should be investigated.
**Types of Shewhart Charts**
- **X-bar Chart**: Plots subgroup means — monitors the process average.
- **R Chart (Range)**: Plots subgroup ranges — monitors process variability.
- **S Chart (Std Dev)**: Plots subgroup standard deviations — alternative to R chart for larger subgroups.
- **I-MR Chart (Individuals and Moving Range)**: For single measurements without subgroups — common in semiconductor applications where each wafer produces one measurement.
- **p Chart**: Monitors proportion defective.
- **c/u Charts**: Monitor defect counts.
**Western Electric Rules (Run Rules)**
Beyond the basic "point outside 3σ" rule, additional patterns indicate out-of-control conditions:
- **Rule 1**: 1 point beyond 3σ.
- **Rule 2**: 2 of 3 consecutive points beyond 2σ (same side).
- **Rule 3**: 4 of 5 consecutive points beyond 1σ (same side).
- **Rule 4**: 8 consecutive points on one side of the center line.
- These rules detect **trends, shifts, and runs** that a single-point test would miss.
**Semiconductor Applications**
- **CD Monitoring**: Track critical dimension lot-to-lot or wafer-to-wafer.
- **Film Thickness**: Monitor deposition uniformity and mean thickness.
- **Etch Rate**: Track etch rate stability between maintenance cycles.
- **Overlay**: Monitor lithographic alignment accuracy.
- **Defect Counts**: Track particle and defect levels per chamber.
**Strengths and Limitations**
- **Strengths**: Simple, intuitive, well-understood, easy to implement.
- **Limitations**: Poor sensitivity to small, gradual shifts (<1.5σ) — EWMA or CUSUM charts are better for drift detection.
The Shewhart chart is the **bedrock of SPC** in semiconductor manufacturing — every fab uses them extensively, and understanding their principles is fundamental to process engineering.