runchart {spcadjust} | R Documentation |
Generic method for running a chart on new data using given
parameters xi
.
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)
chart |
the chart to be used. |
newdata |
the new observed data. |
xi |
the parameters to be used in running the chart. |
The path of the chart over time.
SPCCUSUM
: Generic function for running CUSUM
charts. Relies on updates
being implemented for the
chart.
SPCEWMA
: Generic function for running EWMA
charts. Relies on updates
being implemented for the
chart.
SPCShew
: Simply computes the updates appropriate for
the Shewhart chart and returns them.