CurtBinomial {Dodge} | R Documentation |
Curtailed Average Sample Number
Description
Computes the average sample number for a curtailed inspection plan for single sampling plans. Functionality is currently available for only the binomial distribution.
Usage
CurtBinomial(n, Ac, p = seq(0, 0.5, 0.01), Plots = TRUE)
Arguments
n |
the sample size (potential) |
Ac |
the acceptance number |
p |
a vector of values for the possible fraction of product that is nonconforming |
Plots |
logical to request generation of the four plots |
Author(s)
Raj Govindaraju with minor editing by Jonathan Godfrey
Examples
CurtBinomial(20,1)
[Package Dodge version 0.9-2 Index]