getCC.CUC: Get Phase II corrected charting constant using the CUC method

Description Usage Arguments Examples

View source: R/CARL.R

Description

Obtain a corrected charting constant using the CUC method

Usage

1
2
3
4
5
6
7
8
9
getCC.CUC(
	ARL0, 
	interval = c(1, 3.1), 
	m, 
	nu, 
	ubCons = 1, 
	tol = 1e-2, 
	maxIter = 1000,
	apprx = FALSE)

Arguments

ARL0

the nominal value of average run length

interval

the searching range of charting constants for the CUC method. The default setting is between 1 and 3.1.

m

number of subgroups

nu

degrees of freedom

ubCons

the unbiasing constant. The default setting is 1.

tol

tolerance level for the expectation of the conditional average run length. The default setting is 1e-2.

maxIter

maximum iteration of computation. The default setting is 1000.

apprx

a trigger asking where the approximation is engaged. The default setting is FALSE.

Examples

1
2
3
ub <- c4.f(49)

getCC.CUC(370, m = 50, nu = 49, ubCons = ub)

bolus123/PH2XBAR documentation built on Aug. 5, 2020, 11:50 a.m.