ARL1 {gb} | R Documentation |
Compute Average Run Length
Description
Compute average run length for control chart.
Usage
ARL1(x,K,pm1,pI1)
ARL0(x,ARL0=370,gridsize=20)
Arguments
x |
An R object generate using |
K |
a vector of the levels |
ARL0 |
in-control average run length |
pm1 , pI1 |
out-of-control parameters for the control chart. |
gridsize |
Gridsize of countour levels to search for ARL. |
Author(s)
B. Wang bwang@southalabama.edu
References
Yang, S.F. and Wang, B. “Using A Kernel Control Region to Monitor Both the Process Location and Dispersion”.
[Package gb version 2.3.3 Index]