PH2.get.cc.uc: PH2.get.cc.uc

Description Usage Arguments Examples

View source: R/main.R

Description

Obtain a Phase II charting constant by the unconditional method.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
PH2.get.cc.uc(
	ARL0,
	k,
	nu = k - 1,
	c4.option = TRUE,
	interval = c(1, 10),
	u = runif(100000),
	v = runif(100000),
	tol = .Machine$double.eps^0.25
)

Arguments

ARL0

a nominal in-control average run length

k

number of subgroups

nu

degrees of freedom

c4.option

TRUE - the standard deviation estimator corrected by c4. FALSE - no c4 involved

interval

the searching range of Phase II charting constant

u

a seqeuence between 0 and 1, and u and v are mutually independent

v

a seqeuence between 0 and 1, and u and v are mutually independent

tol

a tolerance level for the convergence

Examples

1
PH2.get.cc.uc(ARL0 = 370,	k = 30)

bolus123/MNCC documentation built on May 27, 2019, 7:43 a.m.