c Chart

A c chart monitors nonconformity counts, often called defects, in constant inspection units.
It is an attribute chart based on a Poisson count model.[1]

Prerequisites

Prerequisites: Poisson distribution and control chart basics.

Process Context

Use a c chart when the opportunity for defects is essentially constant from sample to sample: same area, same length, same form, same number of units, or same inspection effort.

Definition

The plotted value ci is the count of nonconformities in inspection unit i . A unit can have more than one nonconformity.

Assumptions / Requirements

Notation

Symbol Meaning
ci Defects in inspection unit i
c¯ Average defect count per inspection unit

Control Limits / Formula

UCLc=c¯+3c¯ CLc=c¯ LCLc=max(0,c¯3c¯).

Interpretation Rules

Worked Example

Five equal-area panels have defect counts 3,5,2,4,6 . Then c¯=4 .

UCL=4+34=10 LCL=max(0,46)=0.

All five counts are inside the limits.

Common Mistakes

Connections

Related note Use
u chart Variable inspection unit size
p chart Nonconforming proportions
np chart Nonconforming counts
Control charts Attribute chart taxonomy

References


  1. NIST/SEMATECH, e-Handbook of Statistical Methods, "Counts Control Charts", https://www.itl.nist.gov/div898/handbook/pmc/section3/pmc331.htm ↩︎