Learn R Programming

spcadjust (version 0.9)

SPCCUSUMNonparCenterScale-class: Class "SPCCUSUMNonparCenterScale"

Description

CUSUM chart with centering and scaling of the observations. Resampling of the data is done none-parametrically.

Arguments

Objects from the Class

Objects can be created by calls of the form new("SPCCUSUMNonparCenterScale", ...).

Extends

Class "SPCCUSUMNonpar", directly. Class "SPCCUSUM", by class "SPCCUSUMNonpar", distance 2. Class "SPCchart", by class "SPCCUSUMNonpar", distance 3.

See Also

SPCCUSUMNonparCenterScale.

Examples

Run this code
chartnp <- new("SPCCUSUMNonparCenterScale",Delta=1)
X<- rnorm(100)
SPCproperty(data=X,
            nrep=100,property=new("ARLCUSUM",chart=chartnp,threshold=4))

Run the code above in your browser using DataLab