scusum.crit(k, L0, sigma, df, hs=0, sided="upper", mode="eq.tails",
k2=NULL, hs2=0, r=40, qm=30)"upper" (upper chart), "lower" (lower chart),
and "two" (two-sided chart), respectively. Note that for the two-sided chart thsided="two" -- with "eq.tails"
two one-sided CUSUM charts (lower and upper) with the same in-control ARL are coupled.
With "unbiased" a certain unbiasedness of the ARL function is guarah.scusum.crit ddetermines the decision interval (alarm limit)
for given in-control ARL L0 by applying secant rule and using scusum.arl().S. Knoth (2006), Computation of the ARL for CUSUM-$S^2$ schemes, Computational Statistics & Data Analysis 51, 499-512.
xcusum.arl for zero-state ARL computation of CUSUM control charts monitoring normal mean.## Knoth (2006)
## compare with Table 1 (p. 507)
k <- 1.46 # sigma1 = 1.5
df <- 1
L0 <- 260.74
h <- scusum.crit(k, L0, 1, df)
h
# original value is 10Run the code above in your browser using DataLab