oc.curve: Compute the operating characteristic curve of a censored...

Description Usage Arguments Value Examples

View source: R/curves.plan.R

Description

This function calculates the OC curve that provides the probability of lot acceptance function

Usage

1
oc.curve(n, k, p, asvar)

Arguments

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 asympt.var() for more details.

Value

The probability of lot acceptance of the censored repetitive plan.

Examples

1
2
3
q<- 0.1
asvar<-asympt.var(q,"normal")
oc.curve(11,c(1.963213, 2.214167),0.067,asvar)

ULL-STAT/RepetPlan documentation built on Dec. 18, 2021, 5:15 p.m.