Learn R Programming

spcadjust (version 0.9)

calhitprobShew-class: Class "calhitprobShew"

Description

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

Arguments

Objects from the Class

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

Extends

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

See Also

hitprobShew, calhitprobCUSUM.

Examples

Run this code
chartShew <- new("SPCShewNormalCenterScale")
X <- rnorm(100)
SPCproperty(data=X,nrep=500,
            property=new("calhitprobShew",chart=chartShew,target=0.01,nsteps=100))

Run the code above in your browser using DataLab