series: An object of type tsibble (see R package tsibble), whose column named Value contains the values of the corresponding CTS. This column must be of class factor and its levels must be determined by the range of the CTS.
mu_t: The mean of the process measuring the cycle lengths.
lcl_t: The lower control limit.
ucl_t: The upper control limit.
plot: Logical. If plot = TRUE (default), returns the control chart. Otherwise, returns the standardized statistic.
title: The title of the graph.
...: Additional parameters for the function.
Returns
If plot = TRUE (default), represents the control chart for the cycle lengths. Otherwise, the function returns a matrix with the values of the standardized statistic for each time t
Details
Constructs a control chart of a CTS based on cycle lengths. The chart is based on the standardized statistic Tt=Tt(L)+Tt(U), with Tt(L)=min(0,∣LCLt−μt∣Ct−μt)
and Tt(U)=max(0,∣UCLt−μt∣Ct−μt), where Zt expresses the length of a cycle ending with a specific category, μt denotes the mean of Zt and LCLt and UCLt are lower and upper individual control limits, respectively. Note that an out-of-control alarm is signalled if Tt<−1 or Tt>1.