AOQ | R Documentation |
Average outgoing quality is the mean fraction defective after inspection when the fraction defective before inspection was p, lot size is N and plan (n,k) is used for sampling inspection. The average outgoing quality (assuming that all defective items found are replaced by good ones) is approximately
AOQ(p)=≤ft(1-\frac{n}N\right)\!\cdot p\cdot\!L(p;n,c).
AOQ(p,n,k,N, type=c("exact", "napprox","ewmaSK","ewma2"),lam=1)
p |
fraction defective before inspection |
n |
sample size |
k |
critical value |
N |
lot size (number of items in the lot) |
type |
type of operating characteristic, see |
lam |
smoothing parameter for the EWMA statistic, default 1 |
single value
LTPDvar-package
AOQ(0.002,41,2.057083,1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.