TE [Home] [What's New?] [Technical Library] [FAQ] [Search]

Sampling Plan Analyzer Help System 

     (Table Contents, Index, Glossary, Software Home)


 

Multiple Sampling Plans for Defective Units

Characteristic:

Defective units

Assumptions:

(1) Representative sample

Parameters:

S = number stages, integer satisfying S³2
n
i = sample sizes, integers satisfying ni>0
a
i = accept numbers, integers satisfying ai³ai-1 where a0=-1. Entering a # sign is interpreted as -1.
r
i = reject numbers, integers satisfying ri³ri-1 where r0=1 and ri³ai+2 except rS=aS+1
Must also satisfy r
i£n1+...+ni+1 except rS£n1+...+nS

Procedure:

(1) Take a representative sample of n1 units from the lot to be inspected.
(2) Count the number of defective units in this sample.
(3) If this count is less than or equal to a
1, accept the lot.
(4) If this count is greater than or equal to r
1, reject the lot.
(5) Otherwise, set i=2.
(6) Take an additional representative sample of n
i units from the lot.
(7) Count the total number of defective units in the combined sample of n
1+...+ni units.
(8) If this count is less than or equal to a
i, accept the lot.
(9) If this count is greater than or equal to r
i, reject the lot.
(10) Otherwise, increase i by 1 and go back to step 6.

This procedure always terminates on the S-th stage because of the restriction r
S=aS+1.

Sometimes the accept or reject decision is determined before all units are inspected. In this case, the inspection can be
curtailed. For multiple sampling plans for defective units you can curtail on both acceptance and rejection during any stage as follows:

Curtail on Rejection during i-th Stage: Stop the inspection and reject as soon as r
i defective units are found.
Curtail on Acceptance during i-th Stage: Stop the inspection and accept as soon as n
1+...+ni - ai good units are found.