4.3 Attribute Control Charts
Key Takeaways
- Attribute control charts track discrete qualitative data, divided into nonconforming items / defectives (binomial distribution: p-chart, np-chart) and count of nonconformities / defects (poisson distribution: c-chart, u-chart).
- The p-chart measures the proportion of nonconforming units across constant or variable sample sizes, whereas the np-chart measures the total count of nonconforming units for strictly constant sample sizes.
- The c-chart monitors nonconformity counts across a constant unit/area of opportunity, whereas the u-chart monitors nonconformities per unit across variable sample sizes or varying areas of opportunity.
- If a calculated lower control limit (LCL) yields a negative value for p, np, c, or u charts, it must be truncated to zero (LCL = 0) because discrete attribute counts and proportions cannot be negative.
4.3 Attribute Control Charts
Attribute control charts evaluate discrete qualitative quality characteristics—such as go/no-go gauging, pass/fail functional tests, surface visual blemishes, or clerical errors. Attribute charts monitor process stability when quantitative variable measurements are either impossible or cost-prohibitive to obtain.
Attribute Classification: Defectives vs. Defects
Selecting the correct attribute chart requires distinguishing between two distinct statistical distributions:
-
Nonconforming Unit (Defective / Binomial Distribution):
- Refers to an entire product or assembly that fails to meet specification requirements (e.g., a cracked casting, a leaking container, an non-functional PCB).
- Outcome is binary: conforming (0) or nonconforming (1).
- Governed by the Binomial Distribution.
- Associated Control Charts: p-chart and np-chart.
-
Nonconformity (Defect / Poisson Distribution):
- Refers to an individual flaw or failure instance on an item (e.g., scratches on an appliance door, solder bridges, paint runs, invoice typos).
- A single item can contain multiple nonconformities.
- Governed by the Poisson Distribution (counting independent occurrences over a continuous area of opportunity).
- Associated Control Charts: c-chart and u-chart.
Attribute Control Chart Selection Framework
| Metric Type | Underlying Distribution | Sample Size ((n)) | Chart Type | Centerline | Standard Error ((\sigma)) |
|---|---|---|---|---|---|
| Fraction Nonconforming | Binomial | Variable or Constant | p | (\bar{p} = \frac{\sum d_i}{\sum n_i}) | (\sqrt{\frac{\bar{p}(1-\bar{p})}{n_i}}) |
| Number Nonconforming | Binomial | Strictly Constant ((n_i = n)) | np | (\bar{np} = \frac{\sum d_i}{k}) | (\sqrt{n\bar{p}(1-\bar{p})}) |
| Count of Defects | Poisson | Strictly Constant Area ((n=1)) | c | (\bar{c} = \frac{\sum c_i}{k}) | (\sqrt{\bar{c}}) |
| Defects Per Unit | Poisson | Variable Area ((n_i)) | u | (\bar{u} = \frac{\sum c_i}{\sum n_i}) | (\sqrt{\frac{\bar{u}}{n_i}}) |
Mathematical Formulas and Worked Calculations
1. p-Chart (Fraction Nonconforming)
Monitors the proportion (p) of defective units in samples of size (n_i). When subgroup size (n_i) varies, control limits must be calculated individually for each sample size.
Worked Example: p-Chart with Constant Sample Size
An electronics plant inspects (k = 20) lots of (n = 500) circuit boards each. A total of (d = 150) defective boards are detected across all lots.
- Calculate Average Proportion Defective ((\bar{p})):
- Calculate Control Limits:
2. np-Chart (Number Nonconforming)
Monitors actual count of defective items. Subgroup size (n) must be strictly constant across all samples.
Worked Example: np-Chart
Using data from above ((n = 500), (\bar{p} = 0.0150), (\bar{np} = 500 \times 0.0150 = 7.50) defectives per lot):
3. c-Chart (Count of Nonconformities)
Monitors total defect counts (c) in a fixed inspection unit or area of opportunity (e.g., defects per single vehicle body panel).
Worked Example: c-Chart
A textile mill inspects (k = 25) standard fabric rolls (1 roll = 1 unit). Total defects observed across all rolls is (\sum c_i = 100).
- Centerline ((\bar{c})):
- Control Limits:
4. u-Chart (Nonconformities Per Unit)
Monitors average defects per unit (u) when sample size (n_i) (number of inspection units per subgroup) varies.
Worked Example: u-Chart
An automotive plant inspects painted vehicle panels over (k = 10) shifts. Total inspected panels (= 500), total paint defects (= 250).
- Average Defects per Unit ((\bar{u})):
- Control Limits for a shift where (n = 50) panels were inspected:
A quality inspector counts surface paint scratches on custom cabinet doors. Because door sizes vary significantly across production orders, the total square footage inspected per shift changes continuously. Which attribute control chart should be selected?
A p-chart monitoring fraction nonconforming on an injection molding line has a centerline p-bar = 0.010 and sample size n = 100. Calculating p-bar - 3 * sqrt(p-bar*(1-p-bar)/n) yields -0.0198. What is the official lower control limit (LCL_p) for this process?
What is the fundamental difference between the np-chart and the p-chart?