ACSPlan-class {LTPDvar} | R Documentation |
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.
n
:Object of class "numeric"
, sample size, i. e. number of items to be inspected
k
:Object of class "numeric"
, critical value
signature(object = "ACSPlan")
: accessor function for extraction of critical value of the sampling plan
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
showClass("ACSPlan")