Description Usage Arguments Value Examples
This function calculates the ASN of the sampling plan coresponding to a quality level p
1 | asn.curve(n, k, p, asvar)
|
n |
Sample size |
k |
Vector (k_r,k_a) of rejection and acceptance constants. |
p |
Single value or vector of nonconforming proportion |
asvar |
List with the asymptotical variance-covariance matrix of MLE estimators of location and scale lifetime distribution parameters. See |
The ASN of the sampling plan.
1 2 3 | q<- 0.1
asvar<-asympt.var(q,"normal")
asn.curve(11,c(1.963213, 2.214167),0.067,asvar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.