mfdobj_2: An object of class mfd containing the Phase II multivariate functional data set, to be monitored with the AMFEWMA control chart.
mod_1: The output of the Phase I achieved through the AMFEWMA_PhaseI function.
n_seq_2: If it is 1, the Phase II monitoring statistic is calculated on the data sequence. If it is an integer number larger than 1, a number n_seq_2 of bootstrap sequences are sampled with replacement from mfdobj_2
to allow uncertainty quantification on the estimation of the run length. Default value is 1.
l_seq_2: If n_seq_2 is larger than 1, this parameter sets the length of each bootstrap sequence to be generated. Default value is 2000 (which is ignored if the default value
Returns
A list with the following elements.
ARL_2: the average run length estimated over the bootstrap sequences. If n_seq_2 is 1, it is simply the run length observed over the Phase II sequence, i.e., the number of observations up to the first alarm,
RL: the run length observed over the Phase II sequence, i.e., the number of observations up to the first alarm,
V2: a list with length n_seq_2, containing the AMFEWMA monitoring statistic in Equation (8) of Capezza et al. (2024), calculated in each bootstrap sequence, until the first alarm.
cc: a data frame with the information needed to plot the AMFEWMA control chart in Phase II, with the following columns. id contains the id of each multivariate functional observation, amfewma_monitoring_statistic contains the AMFEWMA monitoring statistic values calculated on the Phase II sequence, amfewma_monitoring_statistic_lim is the upper control limit.
Capezza, C., Capizzi, G., Centofanti, F., Lepore, A., Palumbo, B. (2025) An Adaptive Multivariate Functional EWMA Control Chart. Journal of Quality Technology, 57(1):1--15, doi:https://doi.org/10.1080/00224065.2024.2383674.