Learn R Programming

spcadjust (version 0.9)

hitprobCUSUM-class: Class "hitprobCUSUM"

Description

Computes hitting probabilities for CUSUM charts.

Arguments

Objects from the Class

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

Extends

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

See Also

calhitprobCUSUM.

Examples

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

Run the code above in your browser using DataLab