getcdfupdates: CDF of Updates of a Control Chart

Description Usage Arguments Value Methods (by class)

Description

Consider running a control chart with given parameters with data coming from a given probability model. This function computes the cumulative distribution function (CDF) of the updates of the control charts as they would be computed by the method updates.

Usage

1
2
3
4
5
6
7
getcdfupdates(chart, P, xi)

## S4 method for signature 'SPCchart'
getcdfupdates(chart, P, xi)

## S4 method for signature 'SPCShew'
getcdfupdates(chart, P, xi)

Arguments

chart

the chart to be used.

P

the probability model from which data is generated.

xi

the parameters of the control chart.

Value

A function mapping one-dimensional numerical values into the interval [0,1], having all properties of a cumulative distribution function.

Methods (by class)


spcadjust documentation built on May 1, 2019, 7:49 p.m.