Description Usage Arguments Value Examples
This function calculates the OC curve that provides the probability of lot acceptance function
1 | oc.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 probability of lot acceptance of the censored repetitive plan.
1 2 3 | q<- 0.1
asvar<-asympt.var(q,"normal")
oc.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.