np Chart

An np chart monitors the number of nonconforming units in samples of constant size. It is the count-scale companion to the p chart.[1]

Prerequisites

Prerequisites: binomial distribution and p chart logic.

Process Context

Use an np chart when each sample has the same inspected size n and the audience should see counts rather than proportions.

Definition

For sample i , plot Di , the number of nonconforming units. Under stable conditions, Di is modeled as binomial with parameters n and p .

Assumptions / Requirements

Notation

Symbol Meaning
Di Nonconforming units in sample i
n Fixed inspected sample size
p¯ Pooled estimate of fraction nonconforming

Control Limits / Formula

CLnp=np¯ UCLnp=np¯+3np¯(1p¯) LCLnp=max(0,np¯3np¯(1p¯)).

Interpretation Rules

Worked Example

Five samples of n=100 units have nonconforming counts 4,7,5,6,8 . The pooled estimate is p¯=0.06 , so CL=6 .

UCL=6+3100(0.06)(0.94)=13.13 LCL=max(0,67.13)=0.

All five counts are within the chart limits.

Common Mistakes

Connections

Related note Use
p chart Variable sample size or proportion scale
c chart Defect counts
u chart Defects per unit
Control charts Chart taxonomy

References


  1. Douglas C. Montgomery, Introduction to Statistical Quality Control, 8th ed., Wiley, ISBN 978-1-119-39930-8. ↩︎