SSPDesignBinomial {Dodge} | R Documentation |
Design a single sampling plan for given AQL, alpha, LQL, and beta. Currently there are functions for the binomial and Poisson distributions.
SSPDesignBinomial(AQL, alpha, LQL, beta)
AQL |
Acceptable quality level |
alpha |
producer's risk |
LQL |
Limiting quality level |
beta |
consumers' risk |
Raj Govindaraju with minor editing by Jonathan Godfrey
Dodge, H.F. and Romig, H.G. (1959) “Sampling Inspection Tables, Single and Double Sampling”, Second edition, John Wiley and Sons, New York.
SSPDesignBinomial(0.01, 0.05, 0.04, 0.05)
SSPDesignPoisson(0.01, 0.05, 0.04, 0.05)