Learn R Programming

spcadjust (version 0.9)

hitprobShew-class: Class "hitprobShew"

Description

Computes the hitting probability for Shewhart charts.

Arguments

Objects from the Class

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

Extends

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

See Also

calhitprobShew.

Examples

Run this code
X <- rnorm(100)
chartShew <- new("SPCShewNormalCenterScale")
SPCproperty(data=X,nrep=500,
            property=new("hitprobShew",chart=chartShew,nsteps=100,threshold=4))

Run the code above in your browser using DataLab