powered by
ACSPlan
Class for single-sample plan of sampling inspection by variables. The plan is specified by sample size \(n\) and critical value \(k\).
Objects can be created by calls of the form new("ACSPlan", ...). Objects represent sampling plan.
new("ACSPlan", ...)
n
Object of class "numeric", sample size, i. e. number of items to be inspected
"numeric"
k
Object of class "numeric", critical value
signature(object = "ACSPlan"): accessor function for extraction of critical value of the sampling plan
signature(object = "ACSPlan")
signature(object = "ACSPlan"): accessor function for extraction of sample size of the sampling plan
signature(x = "ACSPlan"): function for getting operating characteristics plot of the sampling plan
signature(x = "ACSPlan")
planLTPD, planAOQL
planLTPD
planAOQL
# NOT RUN { showClass("ACSPlan") # }
Run the code above in your browser using DataLab