runchart: Runs a chart

Description Usage Arguments Value Methods (by class)

Description

Generic method for running a chart on new data using given parameters xi.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
runchart(chart, newdata, xi)

## S4 method for signature 'SPCCUSUM'
runchart(chart, newdata, xi)

## S4 method for signature 'SPCEWMA'
runchart(chart, newdata, xi)

## S4 method for signature 'SPCShew'
runchart(chart, newdata, xi)

Arguments

chart

the chart to be used.

newdata

the new observed data.

xi

the parameters to be used in running the chart.

Value

The path of the chart over time.

Methods (by class)


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