Learn R Programming

spcadjust (version 0.9)

calhitprobCUSUM-class: Class "calhitprobCUSUM"

Description

Derives the threshold needed to give a certain false alarm property for CUSUM charts.

Arguments

Objects from the Class

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

Extends

Class "SPCcalhitprob", directly. Class "SPCproperty", by class "SPCcalhitprob", distance 2.

See Also

hitprobCUSUM.

Examples

Run this code
X<-rnorm(100);
chart <- new("SPCCUSUMNormal",Delta=1)
SPCproperty(data=X,nrep=10,
            property=new("calhitprobCUSUM",chart=chart,target=0.05,nsteps=1000))
#increase the number of repetitions for real applications!

Run the code above in your browser using DataLab