powered by
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)
Acceptable quality level
producer's risk
Limiting quality level
consumers' risk
Dodge, H.F. and Romig, H.G. (1959) “Sampling Inspection Tables, Single and Double Sampling”, Second edition, John Wiley and Sons, New York.
# NOT RUN { SSPDesignBinomial(0.01, 0.05, 0.04, 0.05) SSPDesignPoisson(0.01, 0.05, 0.04, 0.05) # }
Run the code above in your browser using DataLab